Definition Type: Element
Name: Field
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: x2:FieldType
Containing Schema: excel2003xml.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies the cell or cells in the spreadsheet that are being mapped.
Collapse XSD Schema Diagram:
Drilldown into AutoFilterColumn in schema excel_xsd Drilldown into Aggregate in schema excel2003xml_xsd Drilldown into DataValidation in schema excel_xsd Drilldown into Cell in schema excelss_xsd Drilldown into XSDType in schema excel2003xml_xsd Drilldown into XPath in schema excel2003xml_xsd Drilldown into Range in schema excel2003xml_xsd Drilldown into ID in schema excel2003xml_xsd Drilldown into FieldType in schema excel2003xml_xsdXSD Diagram of Field in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Field" type="FieldType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the cell or cells in the spreadsheet that are being mapped.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Range x2:Range 0 (1)
XPath x2:XPath 0 (1)
XSDType x2:XSDType 0 (1)
Cell ss:Cell 0 (1)
DataValidation x:DataValidation 0 (1)
Aggregate x2:Aggregate 0 (1)
AutoFilterColumn x:AutoFilterColumn 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID x2:ID (Optional)
Collapse Derivation Tree: