attributeGroup declare.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:declare.type
attributes
Name Type Use Default Fixed annotation
type xsd:string
scope xsd:string
nargs xsd:nonNegativeInteger
occurrence xsd:string
encoding xsd:string
definitionURL xsd:anyURI
source <xsd:attributeGroup name="declare.attlist">
<xsd:attribute name="type" type="xs:string"/>
<xsd:attribute name="scope" type="xs:string"/>
<xsd:attribute name="nargs" type="xs:nonNegativeInteger"/>
<xsd:attribute name="occurrence">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="prefix">
</xsd:enumeration>
<xsd:enumeration value="infix">
</xsd:enumeration>
<xsd:enumeration value="function-model">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="Definition.attrib"/>
</xsd:attributeGroup>

attribute declare.attlist/@type
type xsd:string
source <xsd:attribute name="type" type="xs:string">
</xsd:attribute>

attribute declare.attlist/@scope
type xsd:string
source <xsd:attribute name="scope" type="xs:string">
</xsd:attribute>

attribute declare.attlist/@nargs
type xsd:nonNegativeInteger
source <xsd:attribute name="nargs" type="xs:nonNegativeInteger">
</xsd:attribute>

attribute declare.attlist/@occurrence
type restriction of xsd:string
source <xsd:attribute name="occurrence">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="prefix"/>
<xsd:enumeration value="infix"/>
<xsd:enumeration value="function-model"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>