Namespace: |
|
Content: |
6+any attributes |
Defined: |
globally in table.xsd, see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 1 location |
| XML Representation Summary | |||
| <... | |||
| class | = |
xs:NMTOKENS | |
| groupalign | = |
("left" | "center" | "right" | "decimalpoint") | |
| id | = |
xs:ID | |
| style | = |
xs:string | |
| xlink:href | = |
anyURI | |
| xref | = |
xs:IDREF | |
| {any attribute with non-schema namespace} | |||
| ...> | |||
| <xs:attributeGroup name="maligngroup.attlist"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="decimalpoint"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
groupalignType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"left", "center", "right", "decimalpoint" |
| Type Derivation Tree xs:string simpleType (restriction) |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
|||
| <xs:attribute name="groupalign"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="decimalpoint"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |