<xsd:simpleType name="pageBorderOffsetValue">
<xsd:annotation>
<xsd:documentation>Specifies the positioning of the page border relative to the page margin.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="page">
<xsd:annotation>
<xsd:documentation>Outside edge of page border is positioned relative to the edge of the page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="text">
<xsd:annotation>
<xsd:documentation>Inside edge of page border is positioned relative to the page margin.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|