FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:order"
Namespace:
Content:
Defined:
Includes:
declaration of 1 attribute
Referenced:
never
Component Diagram
XML Representation Summary
<...
   
 = 
("numeric" | "lexicographic")
...>
XML Source (see within schema source)
<xs:attributeGroup name="order">
<xs:attribute name="order" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="numeric"/>
<xs:enumeration value="lexicographic"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Details (all declarations; defined in this component only; 1/1)
order
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Defined:
locally in (this) attributeGroup m:order
Attribute Value Detail
enumeration of xs:token
Values (2):
"numeric", "lexicographic"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (2):
"numeric", "lexicographic"
XML Source (see within schema source)
<xs:attribute name="order" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="numeric"/>
<xs:enumeration value="lexicographic"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>


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.