1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 <schema targetNamespace=
"http://openoffice.org/2004/java/framework/1.0"
20 xmlns:
jf=
"http://openoffice.org/2004/java/framework/1.0"
21 xmlns=
"http://www.w3.org/2001/XMLSchema"
22 elementFormDefault=
"qualified">
23 <element name=
"javaSelection" type=
"jf:JavaSelectionType">
24 <unique name=
"dummy3">
25 <selector xpath=
"jf:vendorInfos/jf:vendor"/>
26 <field xpath=
"@name"/>
30 <complexType name=
"JavaSelectionType">
32 <element name=
"updated" type=
"date"/>
33 <element name=
"vendorInfos" type=
"jf:VendorInfoType"/>
38 <complexType name=
"VendorInfoType">
40 <element name=
"vendor" type=
"jf:VendorType" minOccurs=
"0" maxOccurs=
"unbounded"/>
44 <complexType name=
"VendorType">
46 <element name=
"minVersion" type=
"string" minOccurs=
"0"/>
47 <element name=
"maxVersion" type=
"string" minOccurs=
"0"/>
48 <element name=
"excludeVersions" minOccurs=
"0">
51 <element name=
"version" type=
"string" minOccurs=
"0" maxOccurs=
"unbounded"/>
56 <attribute name=
"name" use=
"required" type=
"string"/>