QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
align | restriction of xs:token | optional |
Attribute Groups | db:audiodata.align.attribute, db:imagedata.align.attribute, db:videodata.align.attribute |
Elements | db:colspec, db:entry, db:entrytbl, db:spanspec, db:tgroup |
<xs:attributeGroup name="align.attribute"> <xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="center"/> <xs:enumeration value="char"/> <xs:enumeration value="justify"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |