m:mlongdiv.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
href xs:anyURI optional
id xs:ID optional
longdivstyle restriction of xs:token optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
other optional
position m:integer optional
shift m:integer optional
style xs:string optional
xref optional

Used By

Element m:mlongdiv

Source

<xs:attributeGroup name="mlongdiv.attributes">
  <xs:attributeGroup ref="m:msgroup.attributes"/>
  <xs:attribute name="longdivstyle">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="lefttop"/>
        <xs:enumeration value="stackedrightright"/>
        <xs:enumeration value="mediumstackedrightright"/>
        <xs:enumeration value="shortstackedrightright"/>
        <xs:enumeration value="righttop"/>
        <xs:enumeration value="left/\right"/>
        <xs:enumeration value="left)(right"/>
        <xs:enumeration value=":right=right"/>
        <xs:enumeration value="stackedleftleft"/>
        <xs:enumeration value="stackedleftlinetop"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>