Data type:
Access:
Applies to: Contains the XML Schema file namespace/location pairs list for the object that the parser is using to validate against. The value pairs are separated by white space.The syntax for the list is the same as the attribute schemaLocation in an XML document. The first member of each pair is the namespace and the second member is the location where to find to an appropriate XML Schema file. The list is written as pairs of target namespace and locations where each value is separated by white space, using the following format:
"namespace1 location1 namespace2 location2 namespace3 location3"
hXdoc:SCHEMA-LOCATION = "http://www.example.com com.xsdhttp://www.example.org org.xsd"Note that namespace and XML Schema file locations specified programatically with this attribute take precedence over namespaces or schemas declared in XML documents or imported elements.The previous example could also be achieved invoking the ADD-SCHEMA-LOCATION( ) method twice:
hXdoc:ADD-SCHEMA-LOCATION("http://www.example.com", "com.xsd").hXdoc:ADD-SCHEMA-LOCATION("http://www.example.org", "org.xsd").
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |