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

attribute mathml:declare.attlist/@type
type xs:string
properties
isRef 0
source <xs:attribute name="type" type="xs:string"/>

attribute mathml:declare.attlist/@scope
type xs:string
properties
isRef 0
source <xs:attribute name="scope" type="xs:string"/>

attribute mathml:declare.attlist/@nargs
type xs:nonNegativeInteger
properties
isRef 0
source <xs:attribute name="nargs" type="xs:nonNegativeInteger"/>

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


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy