Schema locations
- Last Updated: July 25, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The READ-XML( ) method can
find and use XML Schema from the following sources, in the order
defined below:
- The XML Schema specified with the schema-location option
of the
READ-XML( )method. If this option is used, XML Schema references embedded in XML data are ignored. - A
<schema>child element of the root element of the XML data document. Provided the method does not specify a schema-location, then any one or combination of this and the remaining list item are used. - An
xsi:schemaLocationorxsi:noNamespaceSchemaLocationattribute on an instance data in the XML data document. - If no schema is present, the
READ-XML( )method will attempt to infer schema.