X-document attribute or method
|
Description
|
SCHEMA-LOCATION attribute
|
Determines the list of namespace/location pairs of an XML Schema document to validate against.
|
NONAMESPACE-SCHEMA-LOCATION attribute
|
Determines the location the XML Schema document to validate against when elements do not contain a namespace.
|
ADD-SCHEMA-LOCATION( ) method
|
An XML Schema document location is specified by providing a pair of values: a namespace and a physical location. This method allows you to specify that value pair and add it to the list of pairs stored in the SCHEMA-LOCATION attribute. The XML Schema documents listed in this attribute are used by an X-document to validate XML content.
|