VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/any8_1.xsd@ 102315

最後變更 在這個檔案從102315是 95312,由 vboxsync 提交於 2 年 前

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

檔案大小: 571 位元組
 
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"/>
15 <xs:any namespace="##other" processContents="lax" minOccurs="0"/>
16 <xs:element name="bar"/>
17 </xs:sequence>
18 </xs:complexType>
19 </xs:element>
20</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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