Namespace: |
|
Content: |
|
Defined: |
globally in xhtml-table-1.xsd, see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 8 locations |
XML Representation Summary | |||
<... | |||
valign | = |
("top" | "middle" | "bottom" | "baseline") | |
...> |
<xs:attributeGroup name="CellVAlign.attrib"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="top"/> <xs:enumeration value="middle"/> <xs:enumeration value="bottom"/> <xs:enumeration value="baseline"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
Type: |
|
Use: |
optional |
enumeration of xs:NMTOKEN |
Enumeration: |
"top", "middle", "bottom", "baseline" |
Type Derivation Tree xs:NMTOKEN simpleType (restriction) |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<xs:attribute name="valign"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="top"/> <xs:enumeration value="middle"/> <xs:enumeration value="bottom"/> <xs:enumeration value="baseline"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |