adding all of botlist, initial add
[botlist.git] / botclient / xul / xulschema / xul.xsd
blob5962739d160a80e9d7f76e70fbc0b73f568070bc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ***** BEGIN LICENSE BLOCK *****
4 Version: MPL 1.1
6 The contents of this file are subject to the Mozilla Public License Version
7 1.1 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9 http://www.mozilla.org/MPL/
11 Software distributed under the License is distributed on an "AS IS" basis,
12 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 for the specific language governing rights and limitations under the
14 License.
16 The Original Code is the Mozilla XUL Schema
18 The Initial Developer of the Original Code is Nickolay Ponomarev.
19 Portions created by the Initial Developer are Copyright (C) 2005
20 the Initial Developer. All Rights Reserved.
22 Contributor(s):
23 Franklin de Graaf
24 Neil Deakin
25 Nickolay Ponomarev
27 ***** END LICENSE BLOCK *****
28 -->
30 <!--
31 This is an informal XUL Schema - the main file, that you should use for validating.
32 Other required files - xulplanet.xsd and xulstructure.xsd - are <xs:include>'d in
33 this scheme.
35 They should be generated first. More info is available at
36 http://mozilla.doslash.org/xulschema
37 -->
38 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
39 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
40 targetNamespace="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
41 <xs:include schemaLocation="xulstructure.xsd"/>
42 <xs:include schemaLocation="xulplanet.xsd"/>
43 </xs:schema>