VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/import2_0.xsd@ 101563

Last change on this file since 101563 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 563 bytes
Line 
1<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns:foo="http://FOO"
4 targetNamespace="http://BAR"
5 elementFormDefault="qualified">
6
7 <xsd:import namespace="http://FOO" schemaLocation="import2_0.imp"/>
8
9 <xsd:simpleType name="fooType">
10 <xsd:restriction base="xsd:string">
11 <xsd:maxLength value="10"/>
12 </xsd:restriction>
13 </xsd:simpleType>
14
15 <xsd:element name="bar">
16 <xsd:complexType>
17 <xsd:sequence>
18 <xsd:element ref="foo:foo" minOccurs="0"/>
19 </xsd:sequence>
20 </xsd:complexType>
21 </xsd:element>
22
23
24</xsd:schema>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette