]> err.no Git - sope/blob - skyrix-xml/SaxObjC/XMLNamespaces.h
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-xml / SaxObjC / XMLNamespaces.h
1 /*
2   Copyright (C) 2000-2004 SKYRIX Software AG
3
4   This file is part of OpenGroupware.org.
5
6   OGo is free software; you can redistribute it and/or modify it under
7   the terms of the GNU Lesser General Public License as published by the
8   Free Software Foundation; either version 2, or (at your option) any
9   later version.
10
11   OGo is distributed in the hope that it will be useful, but WITHOUT ANY
12   WARRANTY; without even the implied warranty of MERCHANTABILITY or
13   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14   License for more details.
15
16   You should have received a copy of the GNU Lesser General Public
17   License along with OGo; see the file COPYING.  If not, write to the
18   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19   02111-1307, USA.
20 */
21 // $Id$
22
23 #ifndef __SaxObjC_XML_Namespaces_H__
24 #define __SaxObjC_XML_Namespaces_H__
25
26 #ifndef XMLNS_OD_BIND
27 #  define XMLNS_OD_BIND             @"http://www.skyrix.com/od/binding"
28 #endif
29 #ifndef XMLNS_OD_CONST
30 #  define XMLNS_OD_CONST            @"http://www.skyrix.com/od/constant"
31 #endif
32 #ifndef XMLNS_OD_ACTION
33 #  define XMLNS_OD_ACTION           @"http://www.skyrix.com/od/action"
34 #endif
35 #ifndef XMLNS_OD_EVALJS
36 #  define XMLNS_OD_EVALJS           @"http://www.skyrix.com/od/javascript"
37 #endif
38 #ifndef XMLNS_XHTML
39 #  define XMLNS_XHTML               @"http://www.w3.org/1999/xhtml"
40 #endif
41 #ifndef XMLNS_HTML40
42 #  define XMLNS_HTML40              @"http://www.w3.org/TR/REC-html40"
43 #endif
44
45 #ifndef XMLNS_XLINK
46 #  define XMLNS_XLINK               @"http://www.w3.org/1999/xlink"
47 #endif
48
49 #ifndef XMLNS_XSLT
50 #  define XMLNS_XSLT                @"http://www.w3.org/1999/XSL/Transform"
51 #endif
52 #ifndef XMLNS_XSL_FO
53 #  define XMLNS_XSL_FO              @"http://www.w3.org/1999/XSL/Format"
54 #endif
55
56 #ifndef XMLNS_RDF
57 #  define XMLNS_RDF \
58      @"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
59 #endif
60
61 #ifndef XMLNS_XUL
62 #  define XMLNS_XUL \
63      @"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
64 #endif
65
66 #ifndef XMLNS_XFORMS
67 #  define XMLNS_XFORMS @"http://www.w3.org/2001/06/xforms"
68 #endif
69
70 #ifndef XMLNS_SVG
71 #  define XMLNS_SVG    @"http://www.w3.org/2000/svg"
72 #endif
73 #ifndef XMLNS_MATHML
74 #  define XMLNS_MATHML @"http://www.w3.org/1998/Math/MathML"
75 #endif
76
77 #ifndef XMLNS_WML12
78 #  define XMLNS_WML12               @"http://www.wapforum.org/DTD/wml_1.2.xml"
79 #endif
80
81 #ifndef XMLNS_XUPDATE
82 #  define XMLNS_XUPDATE             @"http://www.xmldb.org/xupdate"
83 #endif
84
85 #ifndef XMLNS_WEBDAV
86 #  define XMLNS_WEBDAV @"DAV:"
87 #endif
88
89 #ifndef XMLNS_XCAL_01
90 #  define XMLNS_XCAL_01 \
91      @"http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt"
92 #endif
93
94 #ifndef XMLNS_RELAXNG_STRUCTURE
95 #  define XMLNS_RELAXNG_STRUCTURE @"http://relaxng.org/ns/structure/1.0"
96 #endif
97
98 #ifndef XMLNS_XINCLUDE
99 #  define XMLNS_XINCLUDE @"http://www.w3.org/2001/XInclude"
100 #endif
101
102 #ifndef XMLNS_KUPU
103 #  define XMLNS_KUPU @"http://kupu.oscom.org/namespaces/dist"
104 #endif
105
106 /* Microsoft related namespaces */
107
108 #ifndef XMLNS_MS_OFFICE_WORDML
109 #  define XMLNS_MS_OFFICE_WORDML \
110      @"http://schemas.microsoft.com/office/word/2003/wordml"
111 #endif
112
113 #ifndef XMLNS_MS_OFFICE_OFFICE
114 #  define XMLNS_MS_OFFICE_OFFICE @"urn:schemas-microsoft-com:office:office"
115 #endif
116
117 #ifndef XMLNS_MS_OFFICE_WORD
118 #  define XMLNS_MS_OFFICE_WORD @"urn:schemas-microsoft-com:office:word"
119 #endif
120
121 #ifndef XMLNS_MS_HOTMAIL
122 #  define XMLNS_MS_HOTMAIL  @"http://schemas.microsoft.com/hotmail/"
123 #endif
124
125 #ifndef XMLNS_MS_HTTPMAIL
126 #  define XMLNS_MS_HTTPMAIL @"urn:schemas:httpmail:"
127 #endif
128
129 #ifndef XMLNS_MS_EXCHANGE
130 #  define XMLNS_MS_EXCHANGE @"http://schemas.microsoft.com/exchange/"
131 #endif
132 #ifndef XMLNS_MS_EX_CALENDAR
133 #  define XMLNS_MS_EX_CALENDAR @"urn:schemas:calendar:"
134 #endif
135 #ifndef XMLNS_MS_EX_CONTACTS
136 #  define XMLNS_MS_EX_CONTACTS @"urn:schemas:contacts:"
137 #endif
138
139 /* WebDAV related namespaces */
140
141 #ifndef XMLNS_WEBDAV_APACHE
142 #  define XMLNS_WEBDAV_APACHE @"http://apache.org/dav/props/"
143 #endif
144 #ifndef XMLNS_CADAVER_PROPS
145 #  define XMLNS_CADAVER_PROPS @"http://webdav.org/cadaver/custom-properties/"
146 #endif
147 #ifndef XMLNS_NAUTILUS_PROPS
148 #  define XMLNS_NAUTILUS_PROPS @"http://services.eazel.com/namespaces"
149 #endif
150
151 /* OpenOffice.org namespaces */
152
153 #ifndef XMLNS_OOo_UCB_WEBDAV
154 #  define XMLNS_OOo_UCB_WEBDAV   @"http://ucb.openoffice.org/dav/props/"
155 #endif
156
157 #ifndef XMLNS_OOo_MANIFEST
158 #  define XMLNS_OOo_MANIFEST     @"http://openoffice.org/2001/manifest"
159 #endif
160
161 #ifndef XMLNS_OOo_OFFICE
162 #  define XMLNS_OOo_OFFICE       @"http://openoffice.org/2000/office"
163 #endif
164 #ifndef XMLNS_OOo_TEXT
165 #  define XMLNS_OOo_TEXT         @"http://openoffice.org/2000/text"
166 #endif
167 #ifndef XMLNS_OOo_META
168 #  define XMLNS_OOo_META         @"http://openoffice.org/2000/meta"
169 #endif
170 #ifndef XMLNS_OOo_STYLE
171 #  define XMLNS_OOo_STYLE        @"http://openoffice.org/2000/style"
172 #endif
173 #ifndef XMLNS_OOo_TABLE
174 #  define XMLNS_OOo_TABLE        @"http://openoffice.org/2000/table"
175 #endif
176 #ifndef XMLNS_OOo_DRAWING
177 #  define XMLNS_OOo_DRAWING      @"http://openoffice.org/2000/drawing"
178 #endif
179 #ifndef XMLNS_OOo_DATASTYLE
180 #  define XMLNS_OOo_DATASTYLE    @"http://openoffice.org/2000/datastyle"
181 #endif
182 #ifndef XMLNS_OOo_PRESENTATION
183 #  define XMLNS_OOo_PRESENTATION @"http://openoffice.org/2000/presentation"
184 #endif
185 #ifndef XMLNS_OOo_CHART
186 #  define XMLNS_OOo_CHART        @"http://openoffice.org/2000/chart"
187 #endif
188 #ifndef XMLNS_OOo_DRAW3D
189 #  define XMLNS_OOo_DRAW3D       @"http://openoffice.org/2000/dr3d"
190 #endif
191 #ifndef XMLNS_OOo_FORM
192 #  define XMLNS_OOo_FORM         @"http://openoffice.org/2000/form"
193 #endif
194 #ifndef XMLNS_OOo_SCRIPT
195 #  define XMLNS_OOo_SCRIPT       @"http://openoffice.org/2000/script"
196 #endif
197
198 #ifndef XMLNS_DublinCore
199 #  define XMLNS_DublinCore @"http://purl.org/dc/elements/1.1/"
200 #endif
201
202 #ifndef XMLNS_PROPRIETARY_SLOX
203 #  define XMLNS_PROPRIETARY_SLOX @"SLOX:"
204 #endif
205
206 /* Zope */
207
208 #ifndef XMLNS_Zope_TAL
209 #  define XMLNS_Zope_TAL @"http://xml.zope.org/namespaces/tal"
210 #endif
211 #ifndef XMLNS_Zope_METAL
212 #  define XMLNS_Zope_METAL @"http://xml.zope.org/namespaces/metal"
213 #endif
214
215 /* SOAP */
216
217 #ifndef XMLNS_SOAP_ENVELOPE
218 #  define XMLNS_SOAP_ENVELOPE @"http://schemas.xmlsoap.org/soap/envelope/"
219 #endif
220 #ifndef XMLNS_SOAP_ENCODING
221 #  define XMLNS_SOAP_ENCODING @"http://schemas.xmlsoap.org/soap/encoding/"
222 #endif
223
224 #ifndef XMLNS_XMLSchema
225 #  define XMLNS_XMLSchema @"http://www.w3.org/1999/XMLSchema"
226 #endif
227 #ifndef XMLNS_XMLSchemaInstance1999
228 #  define XMLNS_XMLSchemaInstance1999 \
229             @"http://www.w3.org/1999/XMLSchema-instance"
230 #endif
231 #ifndef XMLNS_XMLSchemaInstance2001
232 #  define XMLNS_XMLSchemaInstance2001 \
233             @"http://www.w3.org/2001/XMLSchema-instance"
234 #endif
235
236 /* Novell */
237
238 #ifndef XMLNS_Novell_NCSP_Types
239 #  define XMLNS_Novell_NCSP_Types \
240             @"http://schemas.novell.com/2003/10/NCSP/types.xsd"
241 #endif
242 #ifndef XMLNS_Novell_NCSP_Methods
243 #  define XMLNS_Novell_NCSP_Methods \
244             @"http://schemas.novell.com/2003/10/NCSP/methods.xsd"
245 #endif
246
247 #endif /* __SaxObjC_XML_Namespaces_H__ */