VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/element-err_0.xsd@ 98321

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: 1.2 KB
Line 
1<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO"
4 xmlns:foo="http://FOO"
5 xmlns:goo="http://GOO">
6
7 <xsd:element name="bar" type="xsd:string"/>
8 <xsd:element type="xsd:string"/>
9 <xsd:element name="foo"
10 ref="foo:bar" minOccurs="3" maxOccurs="2"
11 abstract="true" block="flute"
12 form="qualified" id="b12" nillable="true"
13 substitutionGroup="foo:bar"
14 default="Jimi" fixed="Hendrix" final="fantasy">
15
16 <xsd:complexType>
17 <xsd:sequence>
18 <xsd:element ref="foo:bar" name="myomy" minOccurs="3"
19 maxOccurs="2" abstract="true" block="flute"
20 form="qualified" id="b13" nillable="true"
21 substitutionGroup="foo:bar" type="xsd:string"
22 default="Jimi" fixed="Hendrix" final="fantasy">
23 <xsd:complexType/>
24 <xsd:simpleType/>
25 </xsd:element>
26 <xsd:element name="myomy" maxOccurs="0"
27 abstract="true" block="flute"
28 form="qualified" id="b14" nillable="true"
29 substitutionGroup="foo:bar" type="xsd:string"
30 default="Jimi" fixed="Hendrix" final="fantasy">
31 <xsd:complexType/>
32 <xsd:simpleType/>
33 </xsd:element>
34 </xsd:sequence>
35 </xsd:complexType>
36
37 </xsd:element>
38
39</xsd:schema>
Note: See TracBrowser for help on using the repository browser.

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