<xsd:complexType name="CT_PageMar">
<xsd:attribute name="top" type="ST_SignedTwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Top Margin Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="right" type="ST_TwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Right Margin Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bottom" type="ST_SignedTwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Page Bottom Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="left" type="ST_TwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Left Margin Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="header" type="ST_TwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Spacing to Top of Header</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="footer" type="ST_TwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Spacing to Bottom of Footer</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gutter" type="ST_TwipsMeasure" use="required">
<xsd:annotation>
<xsd:documentation>Page Gutter Spacing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|