Namespace: |
|
Content: |
|
Defined: |
globally in xhtml-table-1.xsd, see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 8 locations |
XML Representation Summary | |||
<... | |||
align | = |
("left" | "center" | "right" | "justify" | "char") | |
char | = |
xs:string | |
charoff | = |
(xs:nonNegativeInteger | xs:token) | |
...> |
<xs:attributeGroup name="CellHAlign.attrib"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="justify"/> <xs:enumeration value="char"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
Type: |
|
Use: |
optional |
enumeration of xs:NMTOKEN |
Enumeration: |
"left", "center", "right", "justify", "char" |
Type Derivation Tree xs:NMTOKEN simpleType (restriction) |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="justify"/> <xs:enumeration value="char"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Type: |
|
Use: |
optional |
xs:string |
Length: |
1 |
Type: |
|
Use: |
optional |
xs:nonNegativeInteger | xs:token |
XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |