FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


simpleType "m:group-alignment-list"
Namespace:
Derived By:
restriction of list of m:group-alignment
Defined:
Referenced:

Simple Content Detail:
restriction of list of ("left" | "center" | "right" | "decimalpoint")
restriction of list of
enumeration of xs:token
Values (4):
"left", "center", "right", "decimalpoint"
Min Length:
1
Related Components
Referenced By
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  m:group-alignment (restriction of list)
Derivation:
restriction of anonymous simpleType
Facets:
minLength:
1
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.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.