Skip to content

Commit cd7fd28

Browse files
authored
Load local xml.xsd resource
avoid loading external resources http://www.w3.org/2009/01/xml.xsd for XDR connections
1 parent 72a4d26 commit cd7fd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wsdl/schema/ebRS/rim.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<annotation>
1212
<documentation xml:lang="en">The schema for OASIS ebXML Registry Information Model</documentation>
1313
</annotation>
14-
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
14+
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../../2009/01/xml.xsd"/>
1515
<!-- Begin information model mapping from ebRIM. -->
1616
<!-- Define Data Types -->
1717
<simpleType name="referenceURI">

0 commit comments

Comments
 (0)