12 lines
232 B
XML
Raw Normal View History

<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>