2.3.6.2.2 schemaRef

This element specifies a single XML schema that is associated with the custom XML data item. This XML schema is identified using its target namespace.

Parent element: schemaRefs (section 2.3.6.2.3)

Attributes:

uri : Specifies the target namespace for the XML Schema associated with this schema reference.

<xsd:complexType name="CT_DatastoreSchemaRef">

  <xsd:attribute name="uri" type="xsd:string" use="required"/>

</xsd:complexType>