3
|
1 |
<?xml version="1.0"?>
|
|
2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://symbian.com/xml/build" targetNamespace="http://symbian.com/xml/build" elementFormDefault="qualified">
|
|
3 |
<xsd:annotation>
|
|
4 |
<xsd:documentation xml:lang="en">
|
|
5 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
6 |
All rights reserved.
|
|
7 |
This component and the accompanying materials are made available
|
|
8 |
under the terms of the License "Eclipse Public License v1.0"
|
|
9 |
which accompanies this distribution, and is available
|
|
10 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
11 |
|
|
12 |
Initial Contributors:
|
|
13 |
Nokia Corporation - initial contribution.
|
|
14 |
|
|
15 |
Contributors:
|
|
16 |
|
|
17 |
Description:
|
|
18 |
|
|
19 |
</xsd:documentation>
|
|
20 |
</xsd:annotation>
|
|
21 |
<xsd:element name="build">
|
|
22 |
<xsd:complexType>
|
|
23 |
<xsd:sequence maxOccurs="unbounded">
|
|
24 |
<xsd:element ref="var" minOccurs="0" maxOccurs="unbounded"/>
|
|
25 |
<xsd:element ref="alias" minOccurs="0" maxOccurs="unbounded"/>
|
|
26 |
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
|
|
27 |
<xsd:element ref="interface" minOccurs="0" maxOccurs="unbounded"/>
|
|
28 |
</xsd:sequence>
|
|
29 |
</xsd:complexType>
|
|
30 |
</xsd:element>
|
|
31 |
<xsd:element name="var">
|
|
32 |
<xsd:complexType>
|
|
33 |
<xsd:sequence>
|
|
34 |
<xsd:sequence minOccurs="0">
|
|
35 |
<xsd:element ref="varRef" minOccurs="0" maxOccurs="unbounded"/>
|
|
36 |
</xsd:sequence>
|
|
37 |
<xsd:sequence maxOccurs="unbounded">
|
|
38 |
<xsd:element name="env" minOccurs="0" maxOccurs="unbounded">
|
|
39 |
<xsd:complexType>
|
|
40 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
41 |
<xsd:attribute name="default" type="xsd:string" use="optional"/>
|
|
42 |
<xsd:attribute name="type" type="xsd:string"/>
|
|
43 |
<xsd:attribute name="versionCommand" type="xsd:string"/>
|
|
44 |
<xsd:attribute name="versionResult" type="xsd:string"/>
|
|
45 |
</xsd:complexType>
|
|
46 |
</xsd:element>
|
|
47 |
<xsd:element name="set" minOccurs="0" maxOccurs="unbounded">
|
|
48 |
<xsd:complexType>
|
|
49 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
50 |
<xsd:attribute name="value" type="xsd:string" use="required"/>
|
|
51 |
<xsd:attribute name="type" type="xsd:string"/>
|
|
52 |
<xsd:attribute name="versionCommand" type="xsd:string"/>
|
|
53 |
<xsd:attribute name="versionResult" type="xsd:string"/>
|
|
54 |
<xsd:attribute name="host" type="xsd:string"/>
|
|
55 |
</xsd:complexType>
|
|
56 |
</xsd:element>
|
|
57 |
<xsd:element name="append" minOccurs="0" maxOccurs="unbounded">
|
|
58 |
<xsd:complexType>
|
|
59 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
60 |
<xsd:attribute name="value" type="xsd:string" use="required"/>
|
|
61 |
<xsd:attribute name="separator" type="xsd:string"/>
|
|
62 |
</xsd:complexType>
|
|
63 |
</xsd:element>
|
|
64 |
<xsd:element name="prepend" minOccurs="0" maxOccurs="unbounded">
|
|
65 |
<xsd:complexType>
|
|
66 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
67 |
<xsd:attribute name="value" type="xsd:string" use="required"/>
|
|
68 |
<xsd:attribute name="separator" type="xsd:string"/>
|
|
69 |
</xsd:complexType>
|
|
70 |
</xsd:element>
|
|
71 |
</xsd:sequence>
|
|
72 |
</xsd:sequence>
|
|
73 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
74 |
<xsd:attribute name="extends" type="xsd:string"/>
|
|
75 |
<xsd:attribute name="host" type="xsd:string"/>
|
|
76 |
</xsd:complexType>
|
|
77 |
</xsd:element>
|
|
78 |
<xsd:element name="alias">
|
|
79 |
<xsd:complexType>
|
|
80 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
81 |
<xsd:attribute name="meaning" type="xsd:string" use="required"/>
|
|
82 |
</xsd:complexType>
|
|
83 |
</xsd:element>
|
|
84 |
<xsd:element name="group">
|
|
85 |
<xsd:complexType>
|
|
86 |
<xsd:sequence maxOccurs="unbounded">
|
|
87 |
<xsd:element ref="varRef" minOccurs="0" maxOccurs="unbounded"/>
|
|
88 |
<xsd:element ref="aliasRef" minOccurs="0" maxOccurs="unbounded"/>
|
|
89 |
<xsd:element ref="groupRef" minOccurs="0" maxOccurs="unbounded"/>
|
|
90 |
</xsd:sequence>
|
|
91 |
<xsd:attribute name="name" use="required"/>
|
|
92 |
</xsd:complexType>
|
|
93 |
</xsd:element>
|
|
94 |
<xsd:element name="varRef">
|
|
95 |
<xsd:complexType>
|
|
96 |
<xsd:attribute name="ref" type="xsd:string" use="required"/>
|
|
97 |
<xsd:attribute name="mod" type="xsd:string"/>
|
|
98 |
</xsd:complexType>
|
|
99 |
</xsd:element>
|
|
100 |
<xsd:element name="aliasRef">
|
|
101 |
<xsd:complexType>
|
|
102 |
<xsd:attribute name="ref" type="xsd:string" use="required"/>
|
|
103 |
<xsd:attribute name="mod" type="xsd:string"/>
|
|
104 |
</xsd:complexType>
|
|
105 |
</xsd:element>
|
|
106 |
<xsd:element name="groupRef">
|
|
107 |
<xsd:complexType>
|
|
108 |
<xsd:attribute name="ref" type="xsd:string" use="required"/>
|
|
109 |
<xsd:attribute name="mod" type="xsd:string"/>
|
|
110 |
</xsd:complexType>
|
|
111 |
</xsd:element>
|
|
112 |
<xsd:element name="interface">
|
|
113 |
<xsd:complexType>
|
|
114 |
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
|
|
115 |
<xsd:element name="param" minOccurs="0" maxOccurs="unbounded">
|
|
116 |
<xsd:complexType>
|
|
117 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
118 |
<xsd:attribute name="default" type="xsd:string"/>
|
|
119 |
</xsd:complexType>
|
|
120 |
</xsd:element>
|
|
121 |
<xsd:element name="paramgroup" minOccurs="0" maxOccurs="unbounded">
|
|
122 |
<xsd:complexType>
|
|
123 |
<xsd:attribute name="pattern" type="xsd:string" use="required"/>
|
|
124 |
<xsd:attribute name="default" type="xsd:string"/>
|
|
125 |
</xsd:complexType>
|
|
126 |
</xsd:element>
|
|
127 |
</xsd:sequence>
|
|
128 |
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
129 |
<xsd:attribute name="extends" type="xsd:string"/>
|
|
130 |
<xsd:attribute name="abstract" type="xsd:boolean"/>
|
|
131 |
<xsd:attribute name="flm" type="xsd:string"/>
|
|
132 |
</xsd:complexType>
|
|
133 |
</xsd:element>
|
|
134 |
</xsd:schema>
|