m:mfrac.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bevelled restriction of xs:token optional
class xs:NMTOKENS optional
denomalign restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
linethickness union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
numalign restriction of xs:token optional
other optional
style xs:string optional
xref optional

Used By

Element m:mfrac

Source

<xs:attributeGroup name="mfrac.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attribute name="linethickness">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="thin"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="medium"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="thick"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="numalign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="right"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="denomalign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="right"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="bevelled">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="true"/>
        <xs:enumeration value="false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>