areatree:font.properties.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
font-family optional
font-selection-strategy xs:NCName optional
font-size areatree:length optional
font-stretch optional
font-style restriction of xs:token optional
font-variant optional
font-weight restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="font.properties.attlist">
  <xs:attribute name="font-family"/>
  <xs:attribute name="font-selection-strategy" type="xs:NCName"/>
  <xs:attribute name="font-size" type="areatree:length"/>
  <xs:attribute name="font-stretch"/>
  <xs:attribute name="font-style">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="italic"/>
        <xs:enumeration value="oblique"/>
        <xs:enumeration value="backslant"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="font-variant"/>
  <xs:attribute name="font-weight">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="100"/>
        <xs:enumeration value="200"/>
        <xs:enumeration value="300"/>
        <xs:enumeration value="400"/>
        <xs:enumeration value="500"/>
        <xs:enumeration value="600"/>
        <xs:enumeration value="700"/>
        <xs:enumeration value="800"/>
        <xs:enumeration value="900"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>