<xsd:simpleType name="pageBorderDisplayValue">
<xsd:annotation>
<xsd:documentation>Specifies which pages the page border is printed on.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="all-pages">
<xsd:annotation>
<xsd:documentation>Page border is printed on all pages.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="first-page">
<xsd:annotation>
<xsd:documentation>Page border is printed on the first page only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="not-first-page">
<xsd:annotation>
<xsd:documentation>Page border is printed on all pages except the first page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|