blob: e973d64e91d3f1ddb118cfca6cbb3867dd7d8802 [file] [log] [blame]
Daniel Veillard1d913862003-11-21 00:28:39 +00001<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema targetNamespace="http://example.net/xmlschema"
3 xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 xmlns:ns1="http://example.net/xmlschema"
5 xmlns:ns2="http://example.net/xmlschema2"
6 xmlns="http://example.net/xmlschema"
7 elementFormDefault="qualified" attributeFormDefault="unqualified">
Daniel Veillard82bbbd42003-05-11 20:16:09 +00008
Daniel Veillard1d913862003-11-21 00:28:39 +00009<xs:import namespace="http://example.net/xmlschema2"
10 schemaLocation="import0_0.imp"/>
Daniel Veillard82bbbd42003-05-11 20:16:09 +000011
Daniel Veillard1d913862003-11-21 00:28:39 +000012<xs:element name="bar">
13 <xs:complexType>
14 <xs:sequence>
15 <xs:element name="foo1" type="ns2:tfoo"/>
16 </xs:sequence>
17 </xs:complexType>
18</xs:element>
19
20
21</xs:schema>