Definition Type: ComplexType
Name: CT_DatastoreItem
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/customXml
Containing Schema: shared-customXmlDataProperties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into schemaRefs in schema shared-customxmldataproperties_xsd Drilldown into itemID in schema shared-customxmldataproperties_xsdXSD Diagram of CT_DatastoreItem in schema shared-customxmldataproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DatastoreItem">
    <xsd:sequence>
        <xsd:element name="schemaRefs" type="CT_DatastoreSchemaRefs" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Set of Associated XML Schemas</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="itemID" type="ST_Guid" use="required">
        <xsd:annotation>
            <xsd:documentation>Custom XML Data ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schemaRefs nsI:schemaRefs 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
itemID nsI:itemID Required
Collapse Derivation Tree:
Collapse References:
nsI:datastoreItem