diff options
Diffstat (limited to 'libxml2/test/schemas/import1_0.imp')
-rw-r--r-- | libxml2/test/schemas/import1_0.imp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libxml2/test/schemas/import1_0.imp b/libxml2/test/schemas/import1_0.imp new file mode 100644 index 0000000..b7fd2ec --- /dev/null +++ b/libxml2/test/schemas/import1_0.imp @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<xsd:schema + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://BAR"> + + <xsd:element name="bar.A"/> + +</xsd:schema>
\ No newline at end of file |