version | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/1998/Math/MathML3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source |
<xsd:attributeGroup name="DeprecatedTokenAtt">
<xsd:attribute name="fontfamily">
</xsd:attribute> <xsd:attribute name="fontweight">
</xsd:attributeGroup>
<xsd:simpleType>
</xsd:attribute> <xsd:attribute name="fontstyle">
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="bold">
</xsd:enumeration>
</xsd:restriction>
<xsd:simpleType>
</xsd:attribute> <xsd:attribute name="fontsize"
type="m:length">
</xsd:attribute> <xsd:attribute name="color"
type="m:color">
</xsd:attribute> <xsd:attribute name="background">
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="italic">
</xsd:enumeration>
</xsd:restriction>
<xsd:simpleType>
</xsd:attribute>
<xsd:union memberTypes="m:color">
</xsd:simpleType>
<xsd:simpleType>
</xsd:union>
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
|
source | <xsd:attribute name="fontfamily"/> |
type | restriction of xsd:token |
source |
<xsd:attribute name="fontweight">
<xsd:simpleType>
</xsd:attribute>
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="bold">
</xsd:enumeration>
</xsd:restriction>
|
type | restriction of xsd:token |
source |
<xsd:attribute name="fontstyle">
<xsd:simpleType>
</xsd:attribute>
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="italic">
</xsd:enumeration>
</xsd:restriction>
|
type | m:length |
source | <xsd:attribute name="fontsize" type="m:length"/> |
type | m:color |
source | <xsd:attribute name="color" type="m:color"/> |
type | union of m:color restriction of xsd:token |
source |
<xsd:attribute name="background">
<xsd:simpleType>
</xsd:attribute>
<xsd:union memberTypes="m:color">
</xsd:simpleType>
<xsd:simpleType>
</xsd:union>
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
|