<xsd:complexType name="pageBordersType">
<xsd:annotation>
<xsd:documentation>Specifies the page borders.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="top" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the top page border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="left" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the left page border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the bottom page border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="right" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the right page border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="z-order" type="pageBorderZOrderValue" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies where the page border is positioned relative to intersecting texts and objects.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="display" type="pageBorderDisplayValue" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies which pages the page border is printed on.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="offset-from" type="pageBorderOffsetValue" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies positioning of page border relative to page margin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|