attributeGroup "Table-alignment.attrib"
Namespace:
Content:
Defined:
globally in table.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    columnalign
 = 
xs:string : "center"
    groupalign
 = 
xs:string
    rowalign
 = 
xs:string : "baseline"
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="Table-alignment.attrib">
<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>
<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>
<xs:attribute name="groupalign" type="xs:string"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
columnalign
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
xs:string
Pattern:
(left|center|right)( left| center| right)*
Default:
"center"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
pattern:
(left|center|right)( left| center| right)*
XML Source (see within schema source)
<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>

groupalign
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="groupalign" type="xs:string"/>

rowalign
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
xs:string
Pattern:
(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*
Default:
"baseline"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
pattern:
(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*
XML Source (see within schema source)
<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