Definition Type: Element
Name: Label
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
Collapse XSD Schema Diagram:
Drilldown into NotVisible in schema excel_xsd Drilldown into Caption in schema excel_xsd Drilldown into Style in schema excel_xsdXSD Diagram of Label in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Label" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Caption" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="NotVisible" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="Style" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Caption x:Caption 0 (1)
NotVisible x:NotVisible 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Style x:Style Required