Definition Type: Element
Name: Header
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains information related to headers.
Collapse XSD Schema Diagram:
Drilldown into Data in schema excel_xsd Drilldown into Margin in schema excel_xsdXSD Diagram of Header in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Header" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains information related to headers.</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 header.</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 header.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Margin x:Margin Optional
Data x:Data Optional