m:list

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
definitionURL xs:anyURI optional
encoding xs:string optional
href xs:anyURI optional
id xs:ID optional
order restriction of xs:token optional
other optional
style xs:string optional
xref optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'

Source

<xs:element name="list" substitutionGroup="m:nary-setlist-constructor.class">
  <xs:complexType>
    <xs:sequence>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="m:BvarQ"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="m:DomainQ"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" 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>

Sample