12 lines
232 B
XML
12 lines
232 B
XML
|
<xs:schema
|
||
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns="urn:bar"
|
||
|
targetNamespace="urn:bar"
|
||
|
>
|
||
|
|
||
|
<!-- to be included from 3.xsd -->
|
||
|
<xs:element name="Foo" type="xs:int" />
|
||
|
<xs:element name="Bar" type="xs:int" />
|
||
|
|
||
|
</xs:schema>
|