| version |
|
| namespace |
http://www.w3.org/1998/Math/MathML |
| used by |
|
| attributes |
| Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
| closure |
|
xsd:string |
|
|
|
closed |
|
|
|
|
| class |
|
xsd:NMTOKENS |
|
|
|
|
|
|
|
|
| style |
|
xsd:string |
|
|
|
|
|
|
|
|
| xref |
|
xsd:IDREF |
|
|
|
|
|
|
|
|
| id |
|
xsd:ID |
|
|
|
|
|
|
|
|
| href |
|
xsd:anyURI |
|
|
|
|
|
|
|
|
|
| source |
<xsd:attributeGroup name="interval.attlist"> <xsd:attribute name="closure" default="closed">
|
<xsd:simpleType> <xsd:restriction base="xs:string">
|
<xsd:enumeration value="closed"> </xsd:enumeration> |
|
<xsd:enumeration value="open"> </xsd:enumeration> |
|
<xsd:enumeration value="open-closed"> </xsd:enumeration> |
|
<xsd:enumeration value="closed-open"> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |
</xsd:attribute> <xsd:attributeGroup ref="Common.attrib"/> </xsd:attributeGroup> |