Last change
on this file since 98321 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
631 bytes
|
Line | |
---|
1 | <?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">
|
---|
8 |
|
---|
9 | <xs:import namespace="http://example.net/xmlschema2"
|
---|
10 | schemaLocation="import0_0.imp"/>
|
---|
11 |
|
---|
12 | <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>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.