diff options
Diffstat (limited to 'Prebuild/src/data/dnpb-1.0.xsd')
-rw-r--r-- | Prebuild/src/data/dnpb-1.0.xsd | 364 |
1 files changed, 182 insertions, 182 deletions
diff --git a/Prebuild/src/data/dnpb-1.0.xsd b/Prebuild/src/data/dnpb-1.0.xsd index 45cab86..b9e0e4e 100644 --- a/Prebuild/src/data/dnpb-1.0.xsd +++ b/Prebuild/src/data/dnpb-1.0.xsd | |||
@@ -1,183 +1,183 @@ | |||
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.0.xsd" | 4 | targetNamespace="http://dnpb.sourceforge.net/schemas/dnpb-1.0.xsd" |
5 | xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.0.xsd" | 5 | xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.0.xsd" |
6 | > | 6 | > |
7 | <xs:annotation> | 7 | <xs:annotation> |
8 | <xs:documentation> | 8 | <xs:documentation> |
9 | Copyright (c) 2004 Matthew Holmes (kerion@houston.rr.com) | 9 | Copyright (c) 2004 Matthew Holmes (kerion@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="1" maxOccurs="unbounded" /> | 36 | <xs:element ref="Solution" minOccurs="1" 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 name="Reference" maxOccurs="unbounded"> | 62 | <xs:element name="Reference" maxOccurs="unbounded"> |
63 | <xs:complexType> | 63 | <xs:complexType> |
64 | <xs:attribute name="name" type="xs:string" use="required" /> | 64 | <xs:attribute name="name" type="xs:string" use="required" /> |
65 | <xs:attribute name="path" type="xs:string" /> | 65 | <xs:attribute name="path" type="xs:string" /> |
66 | <xs:attribute name="localCopy" type="xs:boolean" /> | 66 | <xs:attribute name="localCopy" type="xs:boolean" /> |
67 | <xs:attribute name="version" type="xs:string" /> | 67 | <xs:attribute name="version" type="xs:string" /> |
68 | </xs:complexType> | 68 | </xs:complexType> |
69 | </xs:element> | 69 | </xs:element> |
70 | 70 | ||
71 | <xs:element ref="Files" /> | 71 | <xs:element ref="Files" /> |
72 | </xs:sequence> | 72 | </xs:sequence> |
73 | 73 | ||
74 | <xs:attribute name="name" type="xs:string" use="required" /> | 74 | <xs:attribute name="name" type="xs:string" use="required" /> |
75 | <xs:attribute name="path" type="xs:string" default="" /> | 75 | <xs:attribute name="path" type="xs:string" default="" /> |
76 | 76 | ||
77 | <xs:attribute name="language" default="C#"> | 77 | <xs:attribute name="language" default="C#"> |
78 | <xs:simpleType> | 78 | <xs:simpleType> |
79 | <xs:restriction base="xs:string"> | 79 | <xs:restriction base="xs:string"> |
80 | <xs:enumeration value="C#" /> | 80 | <xs:enumeration value="C#" /> |
81 | <xs:enumeration value="VB.NET" /> | 81 | <xs:enumeration value="VB.NET" /> |
82 | </xs:restriction> | 82 | </xs:restriction> |
83 | </xs:simpleType> | 83 | </xs:simpleType> |
84 | </xs:attribute> | 84 | </xs:attribute> |
85 | 85 | ||
86 | <xs:attribute name="type" default="Exe"> | 86 | <xs:attribute name="type" default="Exe"> |
87 | <xs:simpleType> | 87 | <xs:simpleType> |
88 | <xs:restriction base="xs:string"> | 88 | <xs:restriction base="xs:string"> |
89 | <xs:enumeration value="Exe" /> | 89 | <xs:enumeration value="Exe" /> |
90 | <xs:enumeration value="WinExe" /> | 90 | <xs:enumeration value="WinExe" /> |
91 | <xs:enumeration value="Library" /> | 91 | <xs:enumeration value="Library" /> |
92 | </xs:restriction> | 92 | </xs:restriction> |
93 | </xs:simpleType> | 93 | </xs:simpleType> |
94 | </xs:attribute> | 94 | </xs:attribute> |
95 | 95 | ||
96 | <xs:attribute name="runtime" default="Microsoft"> | 96 | <xs:attribute name="runtime" default="Microsoft"> |
97 | <xs:simpleType> | 97 | <xs:simpleType> |
98 | <xs:restriction base="xs:string"> | 98 | <xs:restriction base="xs:string"> |
99 | <xs:enumeration value="Microsoft" /> | 99 | <xs:enumeration value="Microsoft" /> |
100 | <xs:enumeration value="Mono" /> | 100 | <xs:enumeration value="Mono" /> |
101 | </xs:restriction> | 101 | </xs:restriction> |
102 | </xs:simpleType> | 102 | </xs:simpleType> |
103 | </xs:attribute> | 103 | </xs:attribute> |
104 | 104 | ||
105 | <xs:attribute name="startupObject" type="xs:string" default="" /> | 105 | <xs:attribute name="startupObject" type="xs:string" default="" /> |
106 | </xs:complexType> | 106 | </xs:complexType> |
107 | </xs:element> | 107 | </xs:element> |
108 | 108 | ||
109 | <xs:element name="Configuration"> | 109 | <xs:element name="Configuration"> |
110 | <xs:complexType> | 110 | <xs:complexType> |
111 | <xs:all> | 111 | <xs:all> |
112 | <xs:element ref="Options" minOccurs="0" /> | 112 | <xs:element ref="Options" minOccurs="0" /> |
113 | </xs:all> | 113 | </xs:all> |
114 | 114 | ||
115 | <xs:attribute name="name" type="xs:string" use="required" /> | 115 | <xs:attribute name="name" type="xs:string" use="required" /> |
116 | </xs:complexType> | 116 | </xs:complexType> |
117 | </xs:element> | 117 | </xs:element> |
118 | 118 | ||
119 | <xs:element name="Options"> | 119 | <xs:element name="Options"> |
120 | <xs:complexType> | 120 | <xs:complexType> |
121 | <xs:sequence> | 121 | <xs:sequence> |
122 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> | 122 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> |
123 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> | 123 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> |
124 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> | 124 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> |
125 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> | 125 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> |
126 | <xs:element name="WarningLevel" minOccurs="0"> | 126 | <xs:element name="WarningLevel" minOccurs="0"> |
127 | <xs:simpleType> | 127 | <xs:simpleType> |
128 | <xs:restriction base="xs:integer"> | 128 | <xs:restriction base="xs:integer"> |
129 | <xs:minInclusive value="0" /> | 129 | <xs:minInclusive value="0" /> |
130 | <xs:maxInclusive value="4"/> | 130 | <xs:maxInclusive value="4"/> |
131 | </xs:restriction> | 131 | </xs:restriction> |
132 | </xs:simpleType> | 132 | </xs:simpleType> |
133 | </xs:element> | 133 | </xs:element> |
134 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> | 134 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> |
135 | <xs:element name="SupressWarnings" type="xs:string" minOccurs="0" /> | 135 | <xs:element name="SupressWarnings" type="xs:string" minOccurs="0" /> |
136 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> | 136 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> |
137 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> | 137 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> |
138 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> | 138 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> |
139 | <xs:element name="RegisterCOMInterop" type="xs:boolean" minOccurs="0" /> | 139 | <xs:element name="RegisterCOMInterop" type="xs:boolean" minOccurs="0" /> |
140 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> | 140 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> |
141 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> | 141 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> |
142 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> | 142 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> |
143 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> | 143 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> |
144 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 144 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
145 | </xs:sequence> | 145 | </xs:sequence> |
146 | </xs:complexType> | 146 | </xs:complexType> |
147 | </xs:element> | 147 | </xs:element> |
148 | 148 | ||
149 | <xs:element name="Files"> | 149 | <xs:element name="Files"> |
150 | <xs:complexType> | 150 | <xs:complexType> |
151 | <xs:sequence> | 151 | <xs:sequence> |
152 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> | 152 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> |
153 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> | 153 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> |
154 | </xs:sequence> | 154 | </xs:sequence> |
155 | </xs:complexType> | 155 | </xs:complexType> |
156 | </xs:element> | 156 | </xs:element> |
157 | 157 | ||
158 | <xs:element name="File"> | 158 | <xs:element name="File"> |
159 | <xs:complexType> | 159 | <xs:complexType> |
160 | <xs:simpleContent> | 160 | <xs:simpleContent> |
161 | <xs:extension base="xs:string"> | 161 | <xs:extension base="xs:string"> |
162 | <xs:attribute name="buildAction" default="Compile"> | 162 | <xs:attribute name="buildAction" default="Compile"> |
163 | <xs:simpleType> | 163 | <xs:simpleType> |
164 | <xs:restriction base="xs:string"> | 164 | <xs:restriction base="xs:string"> |
165 | <xs:enumeration value="Compile" /> | 165 | <xs:enumeration value="Compile" /> |
166 | <xs:enumeration value="Content" /> | 166 | <xs:enumeration value="Content" /> |
167 | <xs:enumeration value="EmbeddedResource" /> | 167 | <xs:enumeration value="EmbeddedResource" /> |
168 | </xs:restriction> | 168 | </xs:restriction> |
169 | </xs:simpleType> | 169 | </xs:simpleType> |
170 | </xs:attribute> | 170 | </xs:attribute> |
171 | </xs:extension> | 171 | </xs:extension> |
172 | </xs:simpleContent> | 172 | </xs:simpleContent> |
173 | </xs:complexType> | 173 | </xs:complexType> |
174 | </xs:element> | 174 | </xs:element> |
175 | 175 | ||
176 | <xs:element name="Match"> | 176 | <xs:element name="Match"> |
177 | <xs:complexType> | 177 | <xs:complexType> |
178 | <xs:attribute name="path" type="xs:string" use="required" /> | 178 | <xs:attribute name="path" type="xs:string" use="required" /> |
179 | <xs:attribute name="pattern" type="xs:string" use="required" /> | 179 | <xs:attribute name="pattern" type="xs:string" use="required" /> |
180 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> | 180 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> |
181 | </xs:complexType> | 181 | </xs:complexType> |
182 | </xs:element> | 182 | </xs:element> |
183 | </xs:schema> \ No newline at end of file | 183 | </xs:schema> \ No newline at end of file |