Definition Type Attribute Group
Name declare.attlist
Namespace http://www.w3.org/1998/Math/MathML
XSD Schema content\constructs.xsd
XSD Schema Diagram
XSD Schema Code
<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>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
declare.attlist
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd