<xs:complexType name="doc-pageType">
<xs:attribute name="alt" type="xs:string"/>
<xs:attribute name="color">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="color"/>
<xs:enumeration value="bw"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="file" use="required" type="xs:string"/>
<xs:attribute name="he" use="required" type="xs:NMTOKEN"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="ocr" type="xs:string"/>
<xs:attribute name="orientation" default="portrait">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="portrait"/>
<xs:enumeration value="landscape"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="pp" type="xs:string"/>
<xs:attribute name="ppf" type="xs:string"/>
<xs:attribute name="ppl" type="xs:string"/>
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="jpg"/>
<xs:enumeration value="pdf"/>
<xs:enumeration value="tif"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="wi" use="required" type="xs:NMTOKEN"/>
</xs:complexType> |