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 values can contain Unicode characters. See OpenEdge Development: Internationalizing Applications for more information about Unicode.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"
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. |