attributeGroup DeprecatedTokenAtt
version
namespace http://www.w3.org/1998/Math/MathML3
used by
attributeGroup {http://www.w3.org/1998/Math/MathML3}:mglyph.deprecatedattributes {http://www.w3.org/1998/Math/MathML3}:mstyle.deprecatedattributes {http://www.w3.org/1998/Math/MathML3}:TokenAtt
attributes
Name Type Use Default Fixed annotation
fontfamily
fontweight xsd:token
fontstyle xsd:token
fontsize m:length
color m:color
background m:color
source <xsd:attributeGroup name="DeprecatedTokenAtt">
<xsd:attribute name="fontfamily">
</xsd:attribute> <xsd:attribute name="fontweight">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="normal">
</xsd:enumeration> <xsd:enumeration value="bold">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="fontstyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="normal">
</xsd:enumeration> <xsd:enumeration value="italic">
</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:simpleType>
<xsd:union memberTypes="m:color">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>


attribute DeprecatedTokenAtt/@fontfamily
source <xsd:attribute name="fontfamily"/>


attribute DeprecatedTokenAtt/@fontweight
type restriction of xsd:token
source <xsd:attribute name="fontweight">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="normal">
</xsd:enumeration> <xsd:enumeration value="bold">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute DeprecatedTokenAtt/@fontstyle
type restriction of xsd:token
source <xsd:attribute name="fontstyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="normal">
</xsd:enumeration> <xsd:enumeration value="italic">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute DeprecatedTokenAtt/@fontsize
type m:length
source <xsd:attribute name="fontsize" type="m:length"/>


attribute DeprecatedTokenAtt/@color
type m:color
source <xsd:attribute name="color" type="m:color"/>


attribute DeprecatedTokenAtt/@background
type union of m:color restriction of xsd:token
source <xsd:attribute name="background">
<xsd:simpleType>
<xsd:union memberTypes="m:color">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>