element <m:list> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 9 attributes, attr. wildcard, 63 elements
Subst.Gr:
Defined:
Includes:
definition of 1 attribute
Used:
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>
May contain elements by substitutions (113):
May be included in elements by substitutions (50):
m:semantics (defined in m:semantics group),
m:semantics (defined in m:semantics-contexp group),
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 Detail (all declarations; defined within this component only; 1/10)
order
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
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">
<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.