VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/seq-dubl-elem1_0.xsd@ 101978

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

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

File size: 752 bytes
Line 
1<?xml version="1.0"?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:foo="http://FOO"
4 targetNamespace="http://FOO" version="0.1"
5 elementFormDefault="qualified">
6
7 <complexType name="fooType">
8 <choice>
9 <sequence>
10 <element name="PGPKeyID" type="base64Binary"/>
11 <element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
12 <any namespace="##other" processContents="lax" minOccurs="0"
13maxOccurs="unbounded"/>
14 </sequence>
15 <sequence>
16 <element name="PGPKeyPacket" type="base64Binary"/>
17 <any namespace="##other" processContents="lax" minOccurs="0"
18maxOccurs="unbounded"/>
19 </sequence>
20 </choice>
21 </complexType>
22
23 <element name="foo" type="foo:fooType"/>
24
25</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