3.1.3.3.1 ST_CustomXmlURI (URI for Custom XML)

This simple type specifies the URI of the current custom XML element. Word fails to load the document if the URI is not declared in any of the attached schemas via the element attachedSchema ("[ISO/IEC-29500-1] §17.15.1.5; attachedSchema").

This simple type's contents are a restriction of the XML Schema string datatype.

Referenced By

customXml@uri3.1.3.1.1, customXml)

The following XML Schema fragment defines the contents of this simple type:

 <simpleType name="ST_CustomXmlURI">
   <restriction base="xsd:string"/>
 </simpleType>