m:mstyle.specificattributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
decimalpoint m:character optional
displaystyle restriction of xs:token optional
infixlinebreakstyle restriction of xs:token optional
scriptlevel m:integer optional
scriptminsize m:length optional
scriptsizemultiplier m:number optional

Used By

Source

<xs:attributeGroup name="mstyle.specificattributes">
  <xs:attribute name="scriptlevel" type="m:integer"/>
  <xs:attribute name="displaystyle">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="true"/>
        <xs:enumeration value="false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="scriptsizemultiplier" type="m:number"/>
  <xs:attribute name="scriptminsize" type="m:length"/>
  <xs:attribute name="infixlinebreakstyle">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="before"/>
        <xs:enumeration value="after"/>
        <xs:enumeration value="duplicate"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="decimalpoint" type="m:character"/>
</xs:attributeGroup>