Use this window to select the registered XML schema for validation.
- Use implicit XML schema
- Specifies that the XML schema is included in the XML document.
- Specify a registered XML schema
- Specify the XML schema to use for validation with an SQL identifier. The
name, including the implicit or explicit SQL schema qualifier, must uniquely
identify an existing XML schema in the XML schema repository at the current
server.
- Specify an XML element
- Specify an XML element name for the validation process.
- Element name
- Specifies the name of a global element in the XML schema used for validation.
The specified element, with explicit or implicit namespace, must match the
root element of the value of the XML document.
- Namespace of root element
- Specifies that the specified element name is the namespace
of the document root element.
- Element has no namespace
- Specifies that the XML schema for validation has no target namespace.
The target namespace URI is equivalent to an empty character string which
cannot be specified as an explicit target namespace URI.
- Specify namespace URI
- Specifies that you want to use a target namespace URI.
- Namespace URI
- Type the target namespace URI of the XML schema to use for validation.
The URI must be the target namespace of a registered XML schema.