aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/data/dnpb-1.2.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild/src/data/dnpb-1.2.xsd')
-rw-r--r--Prebuild/src/data/dnpb-1.2.xsd394
1 files changed, 197 insertions, 197 deletions
diff --git a/Prebuild/src/data/dnpb-1.2.xsd b/Prebuild/src/data/dnpb-1.2.xsd
index 8004af7..d694ab4 100644
--- a/Prebuild/src/data/dnpb-1.2.xsd
+++ b/Prebuild/src/data/dnpb-1.2.xsd
@@ -1,198 +1,198 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<xs:schema elementFormDefault="qualified" 2<xs:schema elementFormDefault="qualified"
3 xmlns:xs="http://www.w3.org/2001/XMLSchema" 3 xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 targetNamespace="http://dnpb.sourceforge.net/schemas/dnpb-1.2.xsd" 4 targetNamespace="http://dnpb.sourceforge.net/schemas/dnpb-1.2.xsd"
5 xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.2.xsd" 5 xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.2.xsd"
6> 6>
7 <xs:annotation> 7 <xs:annotation>
8 <xs:documentation> 8 <xs:documentation>
9 Copyright (c) 2004 Matthew Holmes (calefaction _at_ houston _._ rr _._ com) 9 Copyright (c) 2004 Matthew Holmes (calefaction _at_ houston _._ rr _._ com)
10 10
11 Redistribution and use in source and binary forms, with or without modification, are permitted 11 Redistribution and use in source and binary forms, with or without modification, are permitted
12 provided that the following conditions are met: 12 provided that the following conditions are met:
13 13
14 * Redistributions of source code must retain the above copyright notice, this list of conditions 14 * Redistributions of source code must retain the above copyright notice, this list of conditions
15 and the following disclaimer. 15 and the following disclaimer.
16 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions 16 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
17 and the following disclaimer in the documentation and/or other materials provided with the 17 and the following disclaimer in the documentation and/or other materials provided with the
18 distribution. 18 distribution.
19 * The name of the author may not be used to endorse or promote products derived from this software 19 * The name of the author may not be used to endorse or promote products derived from this software
20 without specific prior written permission. 20 without specific prior written permission.
21 21
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
23 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 26 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
27 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 27 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
28 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 </xs:documentation> 29 </xs:documentation>
30 </xs:annotation> 30 </xs:annotation>
31 31
32 <xs:element name="DNPreBuild"> 32 <xs:element name="DNPreBuild">
33 <xs:complexType> 33 <xs:complexType>
34 <xs:sequence> 34 <xs:sequence>
35 <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> 35 <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" />
36 <xs:element ref="Solution" minOccurs="0" maxOccurs="unbounded" /> 36 <xs:element ref="Solution" minOccurs="0" maxOccurs="unbounded" />
37 </xs:sequence> 37 </xs:sequence>
38 38
39 <xs:attribute name="version" use="required" /> 39 <xs:attribute name="version" use="required" />
40 </xs:complexType> 40 </xs:complexType>
41 </xs:element> 41 </xs:element>
42 42
43 <xs:element name="Process" type="xs:string" /> 43 <xs:element name="Process" type="xs:string" />
44 44
45 <xs:element name="Solution"> 45 <xs:element name="Solution">
46 <xs:complexType> 46 <xs:complexType>
47 <xs:sequence> 47 <xs:sequence>
48 <xs:element ref="Options" minOccurs="0" /> 48 <xs:element ref="Options" minOccurs="0" />
49 <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> 49 <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" />
50 <xs:element ref="Files" minOccurs="0" /> 50 <xs:element ref="Files" minOccurs="0" />
51 <xs:element ref="Project" minOccurs="1" maxOccurs="unbounded" /> 51 <xs:element ref="Project" minOccurs="1" maxOccurs="unbounded" />
52 </xs:sequence> 52 </xs:sequence>
53 53
54 <xs:attribute name="name" type="xs:string" use="required" /> 54 <xs:attribute name="name" type="xs:string" use="required" />
55 <xs:attribute name="path" type="xs:string" default="" /> 55 <xs:attribute name="path" type="xs:string" default="" />
56 </xs:complexType> 56 </xs:complexType>
57 </xs:element> 57 </xs:element>
58 58
59 <xs:element name="Project"> 59 <xs:element name="Project">
60 <xs:complexType> 60 <xs:complexType>
61 <xs:sequence> 61 <xs:sequence>
62 <xs:element ref="Configuration" minOccurs="0" maxOccurs="unbounded" /> 62 <xs:element ref="Configuration" minOccurs="0" maxOccurs="unbounded" />
63 63
64 <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> 64 <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
65 65
66 <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> 66 <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded">
67 <xs:complexType> 67 <xs:complexType>
68 <xs:attribute name="name" type="xs:string" use="required" /> 68 <xs:attribute name="name" type="xs:string" use="required" />
69 <xs:attribute name="path" type="xs:string" /> 69 <xs:attribute name="path" type="xs:string" />
70 <xs:attribute name="localCopy" type="xs:boolean" /> 70 <xs:attribute name="localCopy" type="xs:boolean" />
71 <xs:attribute name="version" type="xs:string" /> 71 <xs:attribute name="version" type="xs:string" />
72 </xs:complexType> 72 </xs:complexType>
73 </xs:element> 73 </xs:element>
74 74
75 <xs:element ref="Files" /> 75 <xs:element ref="Files" />
76 </xs:sequence> 76 </xs:sequence>
77 77
78 <xs:attribute name="name" type="xs:string" use="required" /> 78 <xs:attribute name="name" type="xs:string" use="required" />
79 <xs:attribute name="path" type="xs:string" default="" /> 79 <xs:attribute name="path" type="xs:string" default="" />
80 80
81 <xs:attribute name="language" default="C#"> 81 <xs:attribute name="language" default="C#">
82 <xs:simpleType> 82 <xs:simpleType>
83 <xs:restriction base="xs:string"> 83 <xs:restriction base="xs:string">
84 <xs:enumeration value="C#" /> 84 <xs:enumeration value="C#" />
85 <xs:enumeration value="VB.NET" /> 85 <xs:enumeration value="VB.NET" />
86 </xs:restriction> 86 </xs:restriction>
87 </xs:simpleType> 87 </xs:simpleType>
88 </xs:attribute> 88 </xs:attribute>
89 89
90 <xs:attribute name="type" default="Exe"> 90 <xs:attribute name="type" default="Exe">
91 <xs:simpleType> 91 <xs:simpleType>
92 <xs:restriction base="xs:string"> 92 <xs:restriction base="xs:string">
93 <xs:enumeration value="Exe" /> 93 <xs:enumeration value="Exe" />
94 <xs:enumeration value="WinExe" /> 94 <xs:enumeration value="WinExe" />
95 <xs:enumeration value="Library" /> 95 <xs:enumeration value="Library" />
96 </xs:restriction> 96 </xs:restriction>
97 </xs:simpleType> 97 </xs:simpleType>
98 </xs:attribute> 98 </xs:attribute>
99 99
100 <xs:attribute name="runtime" default="Microsoft"> 100 <xs:attribute name="runtime" default="Microsoft">
101 <xs:simpleType> 101 <xs:simpleType>
102 <xs:restriction base="xs:string"> 102 <xs:restriction base="xs:string">
103 <xs:enumeration value="Microsoft" /> 103 <xs:enumeration value="Microsoft" />
104 <xs:enumeration value="Mono" /> 104 <xs:enumeration value="Mono" />
105 </xs:restriction> 105 </xs:restriction>
106 </xs:simpleType> 106 </xs:simpleType>
107 </xs:attribute> 107 </xs:attribute>
108 108
109 <xs:attribute name="startupObject" type="xs:string" default="" /> 109 <xs:attribute name="startupObject" type="xs:string" default="" />
110 <xs:attribute name="rootNamespace" type="xs:string" /> 110 <xs:attribute name="rootNamespace" type="xs:string" />
111 <xs:attribute name="assemblyName" type="xs:string" /> 111 <xs:attribute name="assemblyName" type="xs:string" />
112 </xs:complexType> 112 </xs:complexType>
113 </xs:element> 113 </xs:element>
114 114
115 <xs:element name="Configuration"> 115 <xs:element name="Configuration">
116 <xs:complexType> 116 <xs:complexType>
117 <xs:all> 117 <xs:all>
118 <xs:element ref="Options" minOccurs="0" /> 118 <xs:element ref="Options" minOccurs="0" />
119 </xs:all> 119 </xs:all>
120 120
121 <xs:attribute name="name" type="xs:string" use="required" /> 121 <xs:attribute name="name" type="xs:string" use="required" />
122 </xs:complexType> 122 </xs:complexType>
123 </xs:element> 123 </xs:element>
124 124
125 <xs:element name="Options"> 125 <xs:element name="Options">
126 <xs:complexType> 126 <xs:complexType>
127 <xs:all> 127 <xs:all>
128 <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> 128 <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" />
129 <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> 129 <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" />
130 <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> 130 <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" />
131 <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> 131 <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" />
132 <xs:element name="WarningLevel" minOccurs="0"> 132 <xs:element name="WarningLevel" minOccurs="0">
133 <xs:simpleType> 133 <xs:simpleType>
134 <xs:restriction base="xs:integer"> 134 <xs:restriction base="xs:integer">
135 <xs:minInclusive value="0" /> 135 <xs:minInclusive value="0" />
136 <xs:maxInclusive value="4"/> 136 <xs:maxInclusive value="4"/>
137 </xs:restriction> 137 </xs:restriction>
138 </xs:simpleType> 138 </xs:simpleType>
139 </xs:element> 139 </xs:element>
140 <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> 140 <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" />
141 <xs:element name="SupressWarnings" type="xs:string" minOccurs="0" /> 141 <xs:element name="SupressWarnings" type="xs:string" minOccurs="0" />
142 <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> 142 <xs:element name="OutputPath" type="xs:string" minOccurs="0" />
143 <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> 143 <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" />
144 <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> 144 <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" />
145 <xs:element name="RegisterCOMInterop" type="xs:boolean" minOccurs="0" /> 145 <xs:element name="RegisterCOMInterop" type="xs:boolean" minOccurs="0" />
146 <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> 146 <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" />
147 <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> 147 <xs:element name="BaseAddress" type="xs:string" minOccurs="0" />
148 <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> 148 <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" />
149 <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> 149 <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" />
150 </xs:all> 150 </xs:all>
151 </xs:complexType> 151 </xs:complexType>
152 </xs:element> 152 </xs:element>
153 153
154 <xs:element name="Files"> 154 <xs:element name="Files">
155 <xs:complexType> 155 <xs:complexType>
156 <xs:sequence> 156 <xs:sequence>
157 <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> 157 <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" />
158 <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> 158 <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" />
159 </xs:sequence> 159 </xs:sequence>
160 </xs:complexType> 160 </xs:complexType>
161 </xs:element> 161 </xs:element>
162 162
163 <xs:element name="File"> 163 <xs:element name="File">
164 <xs:complexType> 164 <xs:complexType>
165 <xs:simpleContent> 165 <xs:simpleContent>
166 <xs:extension base="xs:string"> 166 <xs:extension base="xs:string">
167 <xs:attribute name="buildAction" default="Compile"> 167 <xs:attribute name="buildAction" default="Compile">
168 <xs:simpleType> 168 <xs:simpleType>
169 <xs:restriction base="xs:string"> 169 <xs:restriction base="xs:string">
170 <xs:enumeration value="Compile" /> 170 <xs:enumeration value="Compile" />
171 <xs:enumeration value="Content" /> 171 <xs:enumeration value="Content" />
172 <xs:enumeration value="EmbeddedResource" /> 172 <xs:enumeration value="EmbeddedResource" />
173 </xs:restriction> 173 </xs:restriction>
174 </xs:simpleType> 174 </xs:simpleType>
175 </xs:attribute> 175 </xs:attribute>
176 </xs:extension> 176 </xs:extension>
177 </xs:simpleContent> 177 </xs:simpleContent>
178 </xs:complexType> 178 </xs:complexType>
179 </xs:element> 179 </xs:element>
180 180
181 <xs:element name="Match"> 181 <xs:element name="Match">
182 <xs:complexType> 182 <xs:complexType>
183 <xs:attribute name="path" type="xs:string" use="required" /> 183 <xs:attribute name="path" type="xs:string" use="required" />
184 <xs:attribute name="pattern" type="xs:string" use="required" /> 184 <xs:attribute name="pattern" type="xs:string" use="required" />
185 <xs:attribute name="recurse" type="xs:boolean" default="false" /> 185 <xs:attribute name="recurse" type="xs:boolean" default="false" />
186 <xs:attribute name="useRegex" type="xs:boolean" default="false" /> 186 <xs:attribute name="useRegex" type="xs:boolean" default="false" />
187 <xs:attribute name="buildAction" default="Compile"> 187 <xs:attribute name="buildAction" default="Compile">
188 <xs:simpleType> 188 <xs:simpleType>
189 <xs:restriction base="xs:string"> 189 <xs:restriction base="xs:string">
190 <xs:enumeration value="Compile" /> 190 <xs:enumeration value="Compile" />
191 <xs:enumeration value="Content" /> 191 <xs:enumeration value="Content" />
192 <xs:enumeration value="EmbeddedResource" /> 192 <xs:enumeration value="EmbeddedResource" />
193 </xs:restriction> 193 </xs:restriction>
194 </xs:simpleType> 194 </xs:simpleType>
195 </xs:attribute> 195 </xs:attribute>
196 </xs:complexType> 196 </xs:complexType>
197 </xs:element> 197 </xs:element>
198</xs:schema> \ No newline at end of file 198</xs:schema> \ No newline at end of file