<xsd:complexType name="CT_PageMargins">
<xsd:attribute name="left" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Left Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="right" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Right Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="top" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Top Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bottom" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Bottom Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="header" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Header Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="footer" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Footer Page Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|