Definition Type: Element
Name: XPath
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains a relative path from the parent element to the child element that is to be mapped to the column specified in the Range element.
Collapse XSD Schema Diagram:
XSD Diagram of XPath in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="XPath" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a relative path from the parent element to the child element that is to be mapped to the column specified in the Range element.</xsd:documentation>
    </xsd:annotation>
</xsd:element>