attributeGroup CommonPresAtt
version
namespace http://www.w3.org/1998/Math/MathML3
used by
attributeGroup {http://www.w3.org/1998/Math/MathML3}:maction.attributes {http://www.w3.org/1998/Math/MathML3}:maligngroup.attributes {http://www.w3.org/1998/Math/MathML3}:malignmark.attributes {http://www.w3.org/1998/Math/MathML3}:math.attributes {http://www.w3.org/1998/Math/MathML3}:menclose.attributes {http://www.w3.org/1998/Math/MathML3}:merror.attributes {http://www.w3.org/1998/Math/MathML3}:mfenced.attributes {http://www.w3.org/1998/Math/MathML3}:mfrac.attributes {http://www.w3.org/1998/Math/MathML3}:mglyph.attributes {http://www.w3.org/1998/Math/MathML3}:mi.attributes {http://www.w3.org/1998/Math/MathML3}:mn.attributes {http://www.w3.org/1998/Math/MathML3}:mo.attributes {http://www.w3.org/1998/Math/MathML3}:mover.attributes {http://www.w3.org/1998/Math/MathML3}:mpadded.attributes {http://www.w3.org/1998/Math/MathML3}:mphantom.attributes {http://www.w3.org/1998/Math/MathML3}:mprescripts.attributes {http://www.w3.org/1998/Math/MathML3}:mroot.attributes {http://www.w3.org/1998/Math/MathML3}:mrow.attributes {http://www.w3.org/1998/Math/MathML3}:ms.attributes {http://www.w3.org/1998/Math/MathML3}:mscarries.attributes {http://www.w3.org/1998/Math/MathML3}:mscarry.attributes {http://www.w3.org/1998/Math/MathML3}:msgroup.attributes {http://www.w3.org/1998/Math/MathML3}:msline.attributes {http://www.w3.org/1998/Math/MathML3}:mspace.attributes {http://www.w3.org/1998/Math/MathML3}:msqrt.attributes {http://www.w3.org/1998/Math/MathML3}:msrow.attributes {http://www.w3.org/1998/Math/MathML3}:mstack.attributes {http://www.w3.org/1998/Math/MathML3}:mstyle.attributes {http://www.w3.org/1998/Math/MathML3}:msub.attributes {http://www.w3.org/1998/Math/MathML3}:msubsup.attributes {http://www.w3.org/1998/Math/MathML3}:msup.attributes {http://www.w3.org/1998/Math/MathML3}:mtable.attributes {http://www.w3.org/1998/Math/MathML3}:mtd.attributes {http://www.w3.org/1998/Math/MathML3}:mtext.attributes {http://www.w3.org/1998/Math/MathML3}:mtr.attributes {http://www.w3.org/1998/Math/MathML3}:munder.attributes {http://www.w3.org/1998/Math/MathML3}:munderover.attributes {http://www.w3.org/1998/Math/MathML3}:none.attributes
attributes
Name Type Use Default Fixed annotation
mathcolor m:color
mathbackground m:color
source <xsd:attributeGroup name="CommonPresAtt">
<xsd:attribute name="mathcolor" type="m:color">
</xsd:attribute> <xsd:attribute name="mathbackground">
<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 CommonPresAtt/@mathcolor
type m:color
source <xsd:attribute name="mathcolor" type="m:color"/>


attribute CommonPresAtt/@mathbackground
type union of m:color restriction of xsd:token
source <xsd:attribute name="mathbackground">
<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>