VirtualBox

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

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

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

File size: 585 bytes
Line 
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>
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