m:TokenAtt

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
background union of(m:color, restriction of xs:token) optional
color m:color optional
dir restriction of xs:token optional
fontfamily optional
fontsize m:length optional
fontstyle restriction of xs:token optional
fontweight restriction of xs:token optional
mathsize union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
mathvariant restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="TokenAtt">
  <xs:attribute name="mathvariant">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="bold"/>
        <xs:enumeration value="italic"/>
        <xs:enumeration value="bold-italic"/>
        <xs:enumeration value="double-struck"/>
        <xs:enumeration value="bold-fraktur"/>
        <xs:enumeration value="script"/>
        <xs:enumeration value="bold-script"/>
        <xs:enumeration value="fraktur"/>
        <xs:enumeration value="sans-serif"/>
        <xs:enumeration value="bold-sans-serif"/>
        <xs:enumeration value="sans-serif-italic"/>
        <xs:enumeration value="sans-serif-bold-italic"/>
        <xs:enumeration value="monospace"/>
        <xs:enumeration value="initial"/>
        <xs:enumeration value="tailed"/>
        <xs:enumeration value="looped"/>
        <xs:enumeration value="stretched"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="mathsize">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="small"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="normal"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="big"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="m:DeprecatedTokenAtt"/>
</xs:attributeGroup>