<xsd:element name="Footer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains information related to footers.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="Margin" type="xsd:double" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Specifies the distance in points from the top of the page to the footer.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Data" type="xsd:string" use="optional" form="qualified">
<xsd:annotation>
<xsd:documentation>Contains the content for the footer.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|