<xsd:complexType name="CT_PageBorders">
<xsd:sequence>
<xsd:element name="top" type="CT_TopPageBorder" minOccurs="0"/>
<xsd:element name="left" type="CT_PageBorder" minOccurs="0"/>
<xsd:element name="bottom" type="CT_BottomPageBorder" minOccurs="0"/>
<xsd:element name="right" type="CT_PageBorder" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="zOrder" type="ST_PageBorderZOrder" use="optional" default="front"/>
<xsd:attribute name="display" type="ST_PageBorderDisplay" use="optional"/>
<xsd:attribute name="offsetFrom" type="ST_PageBorderOffset" use="optional" default="text"/>
</xsd:complexType> |