mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
12 lines
No EOL
491 B
XML
12 lines
No EOL
491 B
XML
<?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> |