FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


element <m:list>
Namespace:
Type:
anonymous complexType
Content:
complex, 9 attributes, attr. wildcard, 63 elements
Subst.Gr:
Defined:
Includes:
declaration of 1 attribute
Referenced:
never
Component Diagram
XML Representation Summary
<m:list
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
xs:anyURI
 = 
("numeric" | "lexicographic")
   
   
>
   
Content: 
</m:list>
Related Components
XML Source (see within schema source)
<xs:element name="list" substitutionGroup="m:nary-setlist-constructor.class">
<xs:complexType>
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m:BvarQ"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m:DomainQ"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m:ContExp"/>
</xs:sequence>
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:DefEncAtt"/>
<xs:attribute name="order">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="numeric"/>
<xs:enumeration value="lexicographic"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Details (all declarations; defined in this component only; 1/10)
order
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) element m:list
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">
<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.