Last change
on this file since 96022 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
465 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1" ?>
|
---|
2 | <!-- 3.2.3 : 3.2
|
---|
3 | If ref is present, then all of <simpleType>, form and type must be absent
|
---|
4 | This one tests "form"
|
---|
5 | -->
|
---|
6 | <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://foo" xmlns:foo="http://foo">
|
---|
7 |
|
---|
8 | <element name="foo">
|
---|
9 | <complexType>
|
---|
10 | <attribute ref="foo:bar" form="qualified"/>
|
---|
11 | </complexType>
|
---|
12 | </element>
|
---|
13 |
|
---|
14 | <attribute name="bar" type="string"/>
|
---|
15 |
|
---|
16 | </schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.