<xsd:simpleType name="pageBorderZOrderValue">
<xsd:annotation>
<xsd:documentation>Specifies where the page border is positioned relative to intersecting text or objects.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="front">
<xsd:annotation>
<xsd:documentation>Places the page border in front of any text or object that intersects the page border.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="back">
<xsd:annotation>
<xsd:documentation>Places the page border in back of any text or object that intersects the page border.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|