version | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source |
<xsd:attributeGroup name="math.attlist">
<xsd:attributeGroup ref="Browser-interface.attrib">
</xsd:attributeGroup>
<xsd:attribute name="macros"
type="xs:string">
</xsd:attribute> <xsd:attribute name="display"
default="inline">
</xsd:attributeGroup>
<xsd:simpleType>
</xsd:attribute> <xsd:attributeGroup ref="Common.attrib">
</xsd:attributeGroup>
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:enumeration value="block">
</xsd:enumeration>
<xsd:enumeration value="inline">
</xsd:enumeration>
</xsd:restriction>
|
type | xsd:string |
source | <xsd:attribute name="macros" type="xs:string"/> |
type | restriction of xsd:string |
source |
<xsd:attribute name="display"
default="inline">
<xsd:simpleType>
</xsd:attribute>
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:enumeration value="block">
</xsd:enumeration>
<xsd:enumeration value="inline">
</xsd:enumeration>
</xsd:restriction>
|