VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/cos-st-restricts-1-2-err_0.xsd@ 97138

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

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

檔案大小: 585 位元組
 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO" xmlns:foo="http://FOO">
4
5 <element name="foo" type="foo:type.A"/>
6
7 <simpleType name="type.A">
8 <restriction>
9 <simpleType>
10 <list itemType="integer"/>
11 </simpleType>
12 <length value="3"/>
13 </restriction>
14 </simpleType>
15
16 <!--restriction base="foo:type.base.A">
17
18 </restriction-->
19
20 <simpleType name="type.base.A">
21 <restriction>
22 <simpleType>
23 <list itemType="integer"/>
24 </simpleType>
25 </restriction>
26 </simpleType>
27
28
29
30</schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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