<xsd:simpleType name="hdrValue">
<xsd:annotation>
<xsd:documentation>Specifies the header type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="even">
<xsd:annotation>
<xsd:documentation>Header will occur on all even numbered pages.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="odd">
<xsd:annotation>
<xsd:documentation>Header will occur on all odd numbered pages.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="first">
<xsd:annotation>
<xsd:documentation>Header will occur on the first page of each section.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|