VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/any6_2.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: 540 bytes
Line 
1<?xml version="1.0"?>
2<!--
3 "element complexType: Schemas parser error :
4 local complex type: The content model is not determinist."
5
6 This schema is OK with XSV and Xerces.
7-->
8<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
9 targetNamespace="urn:test:foo"
10 elementFormDefault="qualified">
11 <xs:element name="foo">
12 <xs:complexType>
13 <xs:sequence>
14 <xs:element name="bar" maxOccurs="unbounded"/>
15 <xs:any namespace="##other" processContents="lax"/>
16 </xs:sequence>
17 </xs:complexType>
18 </xs:element>
19</xs: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