attributeGroup cn.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:cn.type
attributes
Name Type Use Default Fixed annotation
base xsd:positiveInteger
type xsd:NMTOKEN
encoding xsd:string
definitionURL xsd:anyURI
class xsd:NMTOKENS
style xsd:string
xref xsd:IDREF
id xsd:ID
xlink:href xsd:anyURI
source <xsd:attributeGroup name="cn.attlist">
<xsd:attribute name="base">
<xsd:simpleType>
<xsd:restriction base="xs:positiveInteger">
<xsd:minInclusive value="2">
</xsd:minInclusive>
<xsd:maxInclusive value="36">
</xsd:maxInclusive>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xs:NMTOKEN">
<xsd:enumeration value="e-notation">
</xsd:enumeration>
<xsd:enumeration value="integer">
</xsd:enumeration>
<xsd:enumeration value="rational">
</xsd:enumeration>
<xsd:enumeration value="real">
</xsd:enumeration>
<xsd:enumeration value="complex-cartesian">
</xsd:enumeration>
<xsd:enumeration value="complex-polar">
</xsd:enumeration>
<xsd:enumeration value="constant">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="Definition.attrib"/>
<xsd:attributeGroup ref="Common.attrib"/>
</xsd:attributeGroup>

attribute cn.attlist/@base
type restriction of xsd:positiveInteger
source <xsd:attribute name="base">
<xsd:simpleType>
<xsd:restriction base="xs:positiveInteger">
<xsd:minInclusive value="2"/>
<xsd:maxInclusive value="36"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute cn.attlist/@type
type restriction of xsd:NMTOKEN
source <xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xs:NMTOKEN">
<xsd:enumeration value="e-notation"/>
<xsd:enumeration value="integer"/>
<xsd:enumeration value="rational"/>
<xsd:enumeration value="real"/>
<xsd:enumeration value="complex-cartesian"/>
<xsd:enumeration value="complex-polar"/>
<xsd:enumeration value="constant"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>