mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
create tests for resolvers
This commit is contained in:
parent
7671977249
commit
edb8427dec
11 changed files with 187 additions and 94 deletions
12
src/test/resources/examples/resolving/main.xsd
Normal file
12
src/test/resources/examples/resolving/main.xsd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schema xmlns:ref="http://www.example.org/reference" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/main"
|
||||
elementFormDefault="qualified">
|
||||
|
||||
<import namespace="http://www.example.org/reference" schemaLocation="./resources/reference.xsd" />
|
||||
|
||||
<complexType name="MainType">
|
||||
<sequence>
|
||||
<element name="ref" type="ref:ReferenzTyp"></element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
</schema>
|
||||
Loading…
Add table
Add a link
Reference in a new issue