num.format

Controls how the num:numbase ratio is to be displayed.

Attribute Information

Used By

Source

<xs:attribute name="num.format">
  <xs:annotation>
    <xs:documentation>Controls how the num:numbase ratio is to be displayed.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="count">
        <xs:annotation>
          <xs:documentation>Only the num attribute is displayed, e.g., '7'.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ratio">
        <xs:annotation>
          <xs:documentation>Both the num and numbase attributes are displayed, e.g., '7:4'.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample