ani:pagecount

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:token arabic optional

Used By

Source

<xs:element name="pagecount">
  <xs:complexType mixed="true">
    <xs:attribute name="type" default="arabic">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="arabic"/>
          <xs:enumeration value="roman"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample