attributeGroup mstyle.specificattributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
attributeGroup {http://www.w3.org/1998/Math/MathML3}:math.attributes {http://www.w3.org/1998/Math/MathML3}:mstyle.attributes
attributes
Name Type Use Default Fixed annotation
scriptlevel m:integer
displaystyle xsd:token
scriptsizemultiplier m:number
scriptminsize m:length
infixlinebreakstyle xsd:token
decimalpoint m:character
source <xsd:attributeGroup name="mstyle.specificattributes">
<xsd:attribute name="scriptlevel" type="m:integer">
</xsd:attribute> <xsd:attribute name="displaystyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="scriptsizemultiplier" type="m:number">
</xsd:attribute> <xsd:attribute name="scriptminsize" type="m:length">
</xsd:attribute> <xsd:attribute name="infixlinebreakstyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="before">
</xsd:enumeration> <xsd:enumeration value="after">
</xsd:enumeration> <xsd:enumeration value="duplicate">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="decimalpoint" type="m:character">
</xsd:attribute>
</xsd:attributeGroup>


attribute mstyle.specificattributes/@scriptlevel
type m:integer
source <xsd:attribute name="scriptlevel" type="m:integer"/>


attribute mstyle.specificattributes/@displaystyle
type restriction of xsd:token
source <xsd:attribute name="displaystyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mstyle.specificattributes/@scriptsizemultiplier
type m:number
source <xsd:attribute name="scriptsizemultiplier" type="m:number"/>


attribute mstyle.specificattributes/@scriptminsize
type m:length
source <xsd:attribute name="scriptminsize" type="m:length"/>


attribute mstyle.specificattributes/@infixlinebreakstyle
type restriction of xsd:token
source <xsd:attribute name="infixlinebreakstyle">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="before">
</xsd:enumeration> <xsd:enumeration value="after">
</xsd:enumeration> <xsd:enumeration value="duplicate">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mstyle.specificattributes/@decimalpoint
type m:character
source <xsd:attribute name="decimalpoint" type="m:character"/>