Attribute Group row.attributes
Namespace | No namespace | ||
Diagram |
![]() |
||
Used by |
|
||
Attributes |
|
||
Source |
<xs:attributeGroup name="row.attributes"> <xs:attribute name="rowsep" type="yesorno"/> <xs:attribute name="valign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="top"/> <xs:enumeration value="middle"/> <xs:enumeration value="bottom"/> <xs:enumeration value="-dita-use-conref-target"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="dita.row.attributes"/> </xs:attributeGroup> |
Attribute row.attributes / @rowsep
Namespace | No namespace | ||
Type | Simple Type yesorno | ||
Properties |
|
||
Used by |
|
||
Source |
<xs:attribute name="rowsep" type="yesorno"/> |
Attribute row.attributes / @valign
Namespace | No namespace | ||||||||||||
Type | restriction of xs:token | ||||||||||||
Properties |
|
||||||||||||
Facets |
|
||||||||||||
Used by |
|
||||||||||||
Source |
<xs:attribute name="valign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="top"/> <xs:enumeration value="middle"/> <xs:enumeration value="bottom"/> <xs:enumeration value="-dita-use-conref-target"/> </xs:restriction> </xs:simpleType> </xs:attribute> |