Namespace: |
|
Content: |
|
Defined: |
globally in table.xsd, see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 4 locations |
XML Representation Summary | |||
<... | |||
columnalign | = |
xs:string : "center" | |
groupalign | = |
xs:string | |
rowalign | = |
xs:string : "baseline" | |
...> |
<xs:attributeGroup name="Table-alignment.attrib"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(left|center|right)( left| center| right)*"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
Type: |
|
Use: |
optional |
xs:string |
Pattern: |
(left|center|right)( left| center| right)* |
Default: |
"center" |
Type Derivation Tree xs:string ![]() |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
<xs:attribute default="center" name="columnalign"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(left|center|right)( left| center| right)*"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="groupalign" type="xs:string"/> |
Type: |
|
Use: |
optional |
xs:string |
Pattern: |
(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)* |
Default: |
"baseline" |
Type Derivation Tree xs:string ![]() |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
<xs:attribute default="baseline" name="rowalign"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*"/> </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 |