VirtualBox

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

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

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

檔案大小: 714 位元組
 
1<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO" xmlns:foo="http://FOO">
4
5 <xsd:element name="foo" type="foo:fooType.B"/>
6
7 <xsd:simpleType name="fooType.B">
8 <xsd:restriction base="foo:fooType.A">
9 <xsd:enumeration value="medium"/>
10 </xsd:restriction>
11 </xsd:simpleType>
12
13 <xsd:simpleType name="fooType.A">
14 <xsd:union>
15 <xsd:simpleType>
16 <xsd:restriction base="xsd:NMTOKEN">
17 <xsd:enumeration value="small"/>
18 <xsd:enumeration value="medium"/>
19 <xsd:enumeration value="large"/>
20 </xsd:restriction>
21 </xsd:simpleType>
22 </xsd:union>
23 </xsd:simpleType>
24
25
26
27</xsd:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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