attributeGroup "m:order"
Namespace:
Content:
Defined:
Includes:
definition of 1 attribute
Used:
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 Detail (all declarations; defined within this component only; 1/1)
order
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Attribute Value
enumeration of xs:token
Enumeration:
"numeric", "lexicographic"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
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.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.