Definition Type: ComplexType
Name: CT_DataRefs
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dataRef in schema sml-sheet_xsd Drilldown into count in schema sml-sheet_xsdXSD Diagram of CT_DataRefs in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DataRefs">
    <xsd:sequence>
        <xsd:element name="dataRef" type="CT_DataRef" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Data Consolidation Reference</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Data Consolidation Reference Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dataRef nsM:dataRef 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:dataRefs