1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <schema targetNamespace=
"http://openoffice.org/2004/java/framework/1.0"
4 xmlns:
jf=
"http://openoffice.org/2004/java/framework/1.0"
5 xmlns=
"http://www.w3.org/2001/XMLSchema"
6 elementFormDefault=
"qualified">
8 <element name=
"javaSelection" type=
"jf:JavaSelectionType">
10 <selector xpath=
"jf:plugins/jf:library"/>
11 <field xpath=
"@vendor"/>
15 <keyref name=
"dummy2" refer=
"jf:pluginKey">
16 <selector xpath=
"jf:vendorInfos/jf:vendor"/>
17 <field xpath=
"@name"/>
20 <unique name=
"dummy3">
21 <selector xpath=
"jf:vendorInfos/jf:vendor"/>
22 <field xpath=
"@name"/>
25 <key name=
"pluginKey">
26 <selector xpath=
"jf:plugins/jf:library"/>
27 <field xpath=
"@vendor"/>
31 <complexType name=
"JavaSelectionType">
33 <element name=
"updated" type=
"date"/>
34 <element name=
"vendorInfos" type=
"jf:VendorInfoType"/>
35 <element name=
"plugins" type=
"jf:PluginType"/>
40 <complexType name=
"VendorInfoType">
42 <element name=
"vendor" type=
"jf:VendorType" minOccurs=
"0" maxOccurs=
"unbounded"/>
46 <complexType name=
"PluginType">
48 <element name=
"library" type=
"jf:LibraryType" minOccurs=
"0" maxOccurs=
"unbounded"/>
52 <complexType name=
"LibraryType">
54 <extension base=
"string">
55 <attribute name=
"vendor" use=
"required" type=
"string"/>
60 <complexType name=
"VendorType">
62 <element name=
"minVersion" type=
"string" minOccurs=
"0"/>
63 <element name=
"maxVersion" type=
"string" minOccurs=
"0"/>
64 <element name=
"excludeVersions" minOccurs=
"0">
67 <element name=
"version" type=
"string" minOccurs=
"0" maxOccurs=
"unbounded"/>
72 <attribute name=
"name" use=
"required" type=
"string"/>