2.3.6.2.3 schemaRefs

This element specifies the set of XML schemas that are associated with the corresponding custom XML data item. If this element is present, then the set of XML schemas provided within MUST be used to validate the contents of the corresponding custom XML data item. If no child schemaRef (section 2.3.6.2.2) elements exist then XML schema validation MUST NOT be performed on the custom XML data item.

Parent element: datastoreItem (section 2.3.6.2.4)

Child element: schemaRef (section 2.3.6.2.2)

<xsd:complexType name="CT_DatastoreSchemaRefs">

  <xsd:sequence>

    <xsd:element name="schemaRef" type="CT_DatastoreSchemaRef" minOccurs="0" maxOccurs="unbounded"/>

  </xsd:sequence>

</xsd:complexType>