simpleType "m:group-alignment"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"left", "center", "right", "decimalpoint"

Known Direct Subtypes (1):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  m:group-alignment
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:simpleType name="group-alignment">
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="decimalpoint"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.