attributeGroup list.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:list.type
attributes
Name Type Use Default Fixed annotation
order xsd:string
class xsd:NMTOKENS
style xsd:string
xref xsd:IDREF
id xsd:ID
xlink:href xsd:anyURI
source <xsd:attributeGroup name="list.attlist">
<xsd:attribute name="order">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="lexicographic">
</xsd:enumeration>
<xsd:enumeration value="numeric">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="Common.attrib"/>
</xsd:attributeGroup>

attribute list.attlist/@order
type restriction of xsd:string
source <xsd:attribute name="order">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="lexicographic"/>
<xsd:enumeration value="numeric"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>