attributeGroup Token-style.attrib
version
namespace http://www.w3.org/1998/Math/MathML
used by
attributeGroup {http://www.w3.org/1998/Math/MathML}:mi.attlist {http://www.w3.org/1998/Math/MathML}:mn.attlist {http://www.w3.org/1998/Math/MathML}:mo.attlist {http://www.w3.org/1998/Math/MathML}:ms.attlist {http://www.w3.org/1998/Math/MathML}:mstyle.attlist {http://www.w3.org/1998/Math/MathML}:mtext.attlist
attributes
Name Type Use Default Fixed annotation
mathvariant xsd:string
mathsize simple-size
mathcolor xsd:string
mathbackground xsd:string
source <xsd:attributeGroup name="Token-style.attrib">
<xsd:attribute name="mathvariant">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="bold">
</xsd:enumeration>
<xsd:enumeration value="italic">
</xsd:enumeration>
<xsd:enumeration value="bold-italic">
</xsd:enumeration>
<xsd:enumeration value="double-struck">
</xsd:enumeration>
<xsd:enumeration value="bold-fraktur">
</xsd:enumeration>
<xsd:enumeration value="script">
</xsd:enumeration>
<xsd:enumeration value="bold-script">
</xsd:enumeration>
<xsd:enumeration value="fraktur">
</xsd:enumeration>
<xsd:enumeration value="sans-serif">
</xsd:enumeration>
<xsd:enumeration value="bold-sans-serif">
</xsd:enumeration>
<xsd:enumeration value="sans-serif-italic">
</xsd:enumeration>
<xsd:enumeration value="sans-serif-bold-italic">
</xsd:enumeration>
<xsd:enumeration value="monospace">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="mathsize">
<xsd:simpleType>
<xsd:union memberTypes="simple-size length-with-unit"/>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="mathcolor" type="xs:string"/>
<xsd:attribute name="mathbackground" type="xs:string"/>
</xsd:attributeGroup>

attribute Token-style.attrib/@mathvariant
type restriction of xsd:string
source <xsd:attribute name="mathvariant">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="normal"/>
<xsd:enumeration value="bold"/>
<xsd:enumeration value="italic"/>
<xsd:enumeration value="bold-italic"/>
<xsd:enumeration value="double-struck"/>
<xsd:enumeration value="bold-fraktur"/>
<xsd:enumeration value="script"/>
<xsd:enumeration value="bold-script"/>
<xsd:enumeration value="fraktur"/>
<xsd:enumeration value="sans-serif"/>
<xsd:enumeration value="bold-sans-serif"/>
<xsd:enumeration value="sans-serif-italic"/>
<xsd:enumeration value="sans-serif-bold-italic"/>
<xsd:enumeration value="monospace"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute Token-style.attrib/@mathsize
type union of simple-sizelength-with-unit
source <xsd:attribute name="mathsize">
<xsd:simpleType>
<xsd:union memberTypes="simple-size length-with-unit">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

attribute Token-style.attrib/@mathcolor
type xsd:string
source <xsd:attribute name="mathcolor" type="xs:string">
</xsd:attribute>

attribute Token-style.attrib/@mathbackground
type xsd:string
source <xsd:attribute name="mathbackground" type="xs:string">
</xsd:attribute>