simpleType "m:group-alignment-list"
Namespace:
Defined:
Used:
Simple Content Model
list of ("left" | "center" | "right" | "decimalpoint")
Simple Content Restrictions:
MinLength:
1

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  m:group-alignment (restriction of list)
      m:group-alignment-list
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
XML Source (see within schema source)
<xs:simpleType name="group-alignment-list">
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:group-alignment"/>
</xs:simpleType>
<xs:minLength value="1"/>
</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.