[Table of Contents] [docx version]

Shared MLs Reference Material - Math

schemaRefs (Set of Associated XML Schemas)

This element specifies the set of XML schemas that are associated with the parent custom XML part. Any number of XML schemas may be referenced, and this collection of schemas shall then be used to validate the contents of the corresponding custom XML part. If this element is present, then the set of XML schemas provided within should be used to validate the contents of the corresponding custom XML part (including the explicit presence of no child elements to specify that no custom XML schemas should be used even if one is present).

If this element is omitted, then applications may determine the set of XML schemas to be used to validate the contents of this part using any desired means.

[Example: Consider the following content for a custom XML part properties part:

<w:datastoreItem w:itemID="{A67AC88A-A164-4ADE-8889-8826CE44DE6E}">
<w:schemaRefs>
<w:schemaRef w:uri="http://www.contoso.com/exampleSchema" />
</w:schemaRefs>
</w:datastoreItem>

The schemaRefs element contains the set of XML Schema references that may be used to validate the contents of this part. end example]

Parent Elements

datastoreItem7.5.2.1)

 

Child Elements

Subclause

schemaRef (Associated XML Schema)

§7.5.2.2

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DatastoreSchemaRefs">

   <sequence>

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

   </sequence>

</complexType>