<xsd:element name="PageMargins" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains information related to page margins.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="Left" type="xsd:double" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the size in points of the left margin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Right" type="xsd:double" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the size in points of the right margin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Top" type="xsd:double" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the size in points of the top margin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Bottom" type="xsd:double" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the size in points of the bottom margin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|