Definition Type: ComplexType
Name: SchemaType
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Containing Schema: excel2003xml.xsd
Abstract
Documentation:
Specifies a W3C schema whose elements and attributes are to be mapped to the cells in the spreadsheet.
Collapse XSD Schema Diagram:
Drilldown into SchemaRef in schema excel2003xml_xsd Drilldown into Namespace in schema excel2003xml_xsd Drilldown into ID in schema excel2003xml_xsdXSD Diagram of SchemaType in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="SchemaType">
    <xsd:annotation>
        <xsd:documentation>Specifies a W3C schema whose elements and attributes are to be mapped to the cells in the spreadsheet.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:any processContents="skip" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="ID" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Specifies a unique ID for a W3C schema.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Namespace" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Specifies the namespace to be used with a schema.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="SchemaRef" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Contains the ID for any XML Spreadsheet 2003 schema element that holds a W3C schema that this schema imports.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
ID x2:ID Required
Namespace x2:Namespace Required
SchemaRef x2:SchemaRef Optional
Collapse Derivation Tree:
Collapse References:
x2:Schema