QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
valign | restriction of xs:token | optional |
Elements | db:col, db:colgroup, db:td, db:th, db:tr |
<xs:attributeGroup name="html.cellvalign"> <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> |