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> <xsd:attribute  name="scope"  type="xs:string">
</xsd:attribute> <xsd:attribute  name="nargs"  type="xs:nonNegativeInteger">
</xsd:attribute> <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>
</xsd:attributeGroup>


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


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


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


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> <xsd:enumeration  value="infix">
</xsd:enumeration> <xsd:enumeration  value="function-model">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>