2.3.6.2.4 dataStoreItem

This element specifies the properties for the corresponding custom XML data item. The set of properties specified within this element is attached to the custom XML data item.

Child element: schemaRefs (section 2.3.6.2.3)

Attributes:

itemID : Specifies a GUID that uniquely identifies a single custom XML data item within the document. Each itemID value MUST be unique among all custom XML data items in the document.

<xsd:complexType name="CT_DatastoreItem">

  <xsd:sequence>

    <xsd:element name="schemaRefs" type="CT_DatastoreSchemaRefs" minOccurs="0"/>

  </xsd:sequence>

  <xsd:attribute name="itemID" type="ST_Guid" use="required"/>

</xsd:complexType>