QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
valign | restriction of xs:token | optional |
Attribute Groups | db:audiodata.valign.attribute, db:imagedata.valign.attribute, db:videodata.valign.attribute |
Elements | db:entry, db:row, db:tbody, db:tfoot, db:thead |
<xs:attributeGroup name="valign.attribute"> <xs:attribute name="valign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="bottom"/> <xs:enumeration value="middle"/> <xs:enumeration value="top"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |