<xsd:complexType name="CT_PageMargins">
<xsd:attribute name="l" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Left</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="r" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Right</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="t" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Top</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="b" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Bottom</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="header" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Header</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="footer" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Footer</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|