Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / jvmfwk / distributions / OpenOfficeorg / javavendors.xsd
blobfbc643f713c7650cea84c9f46343f973deef168d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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 .
18 -->
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"/>
27 </unique>
28 </element>
30 <complexType name="JavaSelectionType">
31 <sequence>
32 <element name="updated" type="date"/>
33 <element name="vendorInfos" type="jf:VendorInfoType"/>
34 </sequence>
35 </complexType>
38 <complexType name="VendorInfoType">
39 <sequence>
40 <element name="vendor" type="jf:VendorType" minOccurs="0" maxOccurs="unbounded"/>
41 </sequence>
42 </complexType>
44 <complexType name="VendorType">
45 <sequence>
46 <element name="minVersion" type="string" minOccurs="0"/>
47 <element name="maxVersion" type="string" minOccurs="0"/>
48 <element name="excludeVersions" minOccurs="0">
49 <complexType>
50 <sequence>
51 <element name="version" type="string" minOccurs="0" maxOccurs="unbounded"/>
52 </sequence>
53 </complexType>
54 </element>
55 </sequence>
56 <attribute name="name" use="required" type="string"/>
57 </complexType>
61 </schema>