m:DeprecatedTokenAtt

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
fontfamily optional
fontsize m:length optional
fontstyle restriction of xs:token optional
fontweight restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="DeprecatedTokenAtt">
  <xs:attribute name="fontfamily"/>
  <xs:attribute name="fontweight">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="bold"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fontstyle">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="italic"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fontsize" type="m:length"/>
  <xs:attribute name="color" type="m:color"/>
  <xs:attribute name="background">
    <xs:simpleType>
      <xs:union memberTypes="m:color">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="transparent"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>