updated copyright and added csv results output to bench.py
[scons.git] / doc / xsd / dbnotnx.xsd
blob36f690f23e7c114180330ea426084aea9c89e02a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- ...................................................................... -->
3 <!-- SCons DocBook V4.5-Based extension V1.0 XML notations ................ -->
4 <!-- File dbnotnx.xsd ..................................................... -->
5 <!-- Copyright (c) 2001-7,2010,2011,2012 The SCons Foundation
7 Permission is hereby granted, free of charge, to any person obtaining
8 a copy of this software and associated documentation files (the
9 "Software"), to deal in the Software without restriction, including
10 without limitation the rights to use, copy, modify, merge, publish,
11 distribute, sublicense, and/or sell copies of the Software, and to
12 permit persons to whom the Software is furnished to do so, subject to
13 the following conditions:
15 The above copyright notice and this permission notice shall be included
16 in all copies or substantial portions of the Software.
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
19 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26 This DTD extension is based on the DocBook notations module V4.5 with:
28 Copyright 1992-2004 HaL Computer Systems, Inc.,
29 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
30 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
31 Organization for the Advancement of Structured Information
32 Standards (OASIS).
34 $Id: dbnotnx.mod 6340 2006-10-03 13:23:24Z nwalsh $
36 Please direct all questions, bug reports, or suggestions for
37 changes to the docbook@lists.oasis-open.org mailing list. For more
38 information, see http://www.oasis-open.org/docbook/.
39 For the modified SCons extension files
41 scons.xsd, dbpoolx.xsd,
43 you can write to its developer mailing list. Check out
44 http://www.scons.org/ and http://www.scons.org/lists.php.
46 -->
47 <!-- ...................................................................... -->
48 <!--
49 This module contains the notation declarations used by DocBook.
51 In DTD driver files referring to this module, please use an entity
52 declaration that uses the public identifier shown below:
54 <!ENTITY % dbnotn PUBLIC
55 "-//OASIS//ENTITIES DocBook Notations V4.5//EN"
56 "dbnotnx.mod">
57 %dbnotn;
59 See the documentation for detailed information on the parameter
60 entity and module scheme used in DocBook, customizing DocBook and
61 planning for interchange, and changes made since the last release
62 of DocBook.
63 -->
64 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
65 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
66 <xs:simpleType name="notation.class">
67 <xs:restriction base="xs:token">
68 <xs:enumeration value="BMP"/>
69 <xs:enumeration value="CGM-CHAR"/>
70 <xs:enumeration value="CGM-BINARY"/>
71 <xs:enumeration value="CGM-CLEAR"/>
72 <xs:enumeration value="DITROFF"/>
73 <xs:enumeration value="DVI"/>
74 <xs:enumeration value="EPS"/>
75 <xs:enumeration value="EQN"/>
76 <xs:enumeration value="FAX"/>
77 <xs:enumeration value="GIF"/>
78 <xs:enumeration value="GIF87a"/>
79 <xs:enumeration value="GIF89a"/>
80 <xs:enumeration value="JPG"/>
81 <xs:enumeration value="JPEG"/>
82 <xs:enumeration value="IGES"/>
83 <xs:enumeration value="PCX"/>
84 <xs:enumeration value="PIC"/>
85 <xs:enumeration value="PNG"/>
86 <xs:enumeration value="PS"/>
87 <xs:enumeration value="SGML"/>
88 <xs:enumeration value="TBL"/>
89 <xs:enumeration value="TEX"/>
90 <xs:enumeration value="TIFF"/>
91 <xs:enumeration value="WMF"/>
92 <xs:enumeration value="WPG"/>
93 <xs:enumeration value="SVG"/>
94 <xs:enumeration value="PDF"/>
95 <xs:enumeration value="SWF"/>
96 <xs:enumeration value="linespecific"/>
97 </xs:restriction>
98 </xs:simpleType>
99 </xs:schema>
100 <!-- WordPerfect Graphic format -->
101 <!-- End of SCons DocBook V4.5-Based extension V1.0 XML notations ......... -->
102 <!-- ...................................................................... -->