Definition Type: ComplexType
Name: CT_DataRef
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema shared-relationshipreference_xsd Drilldown into sheet in schema sml-sheet_xsd Drilldown into name in schema sml-sheet_xsd Drilldown into ref in schema sml-sheet_xsdXSD Diagram of CT_DataRef in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DataRef">
    <xsd:attribute name="ref" type="ST_Ref" use="optional">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Named Range</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sheet" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Sheet Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="optional">
        <xsd:annotation>
            <xsd:documentation>relationship Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ref nsM:ref Optional
name nsM:name Optional
sheet nsM:sheet Optional
id r:id Optional
Collapse Derivation Tree:
Collapse References:
nsM:dataRef