/usr/include/GNUstep/SaxObjC/XMLNamespaces.h is in libsope-dev 2.2.17-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 | /*
Copyright (C) 2000-2007 SKYRIX Software AG
Copyright (C) 2007 Helge Hess
This file is part of SOPE.
SOPE is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
SOPE is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with SOPE; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
#ifndef __SaxObjC_XML_Namespaces_H__
#define __SaxObjC_XML_Namespaces_H__
#ifndef XMLNS_OD_BIND
# define XMLNS_OD_BIND @"http://www.skyrix.com/od/binding"
#endif
#ifndef XMLNS_OD_CONST
# define XMLNS_OD_CONST @"http://www.skyrix.com/od/constant"
#endif
#ifndef XMLNS_OD_ACTION
# define XMLNS_OD_ACTION @"http://www.skyrix.com/od/action"
#endif
#ifndef XMLNS_OD_EVALJS
# define XMLNS_OD_EVALJS @"http://www.skyrix.com/od/javascript"
#endif
#ifndef XMLNS_XHTML
# define XMLNS_XHTML @"http://www.w3.org/1999/xhtml"
#endif
#ifndef XMLNS_HTML40
# define XMLNS_HTML40 @"http://www.w3.org/TR/REC-html40"
#endif
#ifndef XMLNS_XLINK
# define XMLNS_XLINK @"http://www.w3.org/1999/xlink"
#endif
#ifndef XMLNS_XSLT
# define XMLNS_XSLT @"http://www.w3.org/1999/XSL/Transform"
#endif
#ifndef XMLNS_XSL_FO
# define XMLNS_XSL_FO @"http://www.w3.org/1999/XSL/Format"
#endif
#ifndef XMLNS_RDF
# define XMLNS_RDF \
@"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#endif
#ifndef XMLNS_XUL
# define XMLNS_XUL \
@"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
#endif
#ifndef XMLNS_XFORMS
# define XMLNS_XFORMS @"http://www.w3.org/2001/06/xforms"
#endif
#ifndef XMLNS_SVG
# define XMLNS_SVG @"http://www.w3.org/2000/svg"
#endif
#ifndef XMLNS_MATHML
# define XMLNS_MATHML @"http://www.w3.org/1998/Math/MathML"
#endif
#ifndef XMLNS_WML12
# define XMLNS_WML12 @"http://www.wapforum.org/DTD/wml_1.2.xml"
#endif
#ifndef XMLNS_XUPDATE
# define XMLNS_XUPDATE @"http://www.xmldb.org/xupdate"
#endif
#ifndef XMLNS_WEBDAV
# define XMLNS_WEBDAV @"DAV:"
#endif
#ifndef XMLNS_XCAL_01
# define XMLNS_XCAL_01 \
@"http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt"
#endif
#ifndef XMLNS_RELAXNG_STRUCTURE
# define XMLNS_RELAXNG_STRUCTURE @"http://relaxng.org/ns/structure/1.0"
#endif
#ifndef XMLNS_XINCLUDE
# define XMLNS_XINCLUDE @"http://www.w3.org/2001/XInclude"
#endif
#ifndef XMLNS_KUPU
# define XMLNS_KUPU @"http://kupu.oscom.org/namespaces/dist"
#endif
/* Microsoft related namespaces */
#ifndef XMLNS_MS_OFFICE_WORDML
# define XMLNS_MS_OFFICE_WORDML \
@"http://schemas.microsoft.com/office/word/2003/wordml"
#endif
#ifndef XMLNS_MS_OFFICE_OFFICE
# define XMLNS_MS_OFFICE_OFFICE @"urn:schemas-microsoft-com:office:office"
#endif
#ifndef XMLNS_MS_OFFICE_WORD
# define XMLNS_MS_OFFICE_WORD @"urn:schemas-microsoft-com:office:word"
#endif
#ifndef XMLNS_MS_HOTMAIL
# define XMLNS_MS_HOTMAIL @"http://schemas.microsoft.com/hotmail/"
#endif
#ifndef XMLNS_MS_HTTPMAIL
# define XMLNS_MS_HTTPMAIL @"urn:schemas:httpmail:"
#endif
#ifndef XMLNS_MS_EXCHANGE
# define XMLNS_MS_EXCHANGE @"http://schemas.microsoft.com/exchange/"
#endif
#ifndef XMLNS_MS_EX_CALENDAR
# define XMLNS_MS_EX_CALENDAR @"urn:schemas:calendar:"
#endif
#ifndef XMLNS_MS_EX_CONTACTS
# define XMLNS_MS_EX_CONTACTS @"urn:schemas:contacts:"
#endif
/* WebDAV related namespaces */
#ifndef XMLNS_WEBDAV_APACHE
# define XMLNS_WEBDAV_APACHE @"http://apache.org/dav/props/"
#endif
#ifndef XMLNS_CADAVER_PROPS
# define XMLNS_CADAVER_PROPS @"http://webdav.org/cadaver/custom-properties/"
#endif
#ifndef XMLNS_NAUTILUS_PROPS
# define XMLNS_NAUTILUS_PROPS @"http://services.eazel.com/namespaces"
#endif
/* OpenOffice.org namespaces */
#ifndef XMLNS_OOo_UCB_WEBDAV
# define XMLNS_OOo_UCB_WEBDAV @"http://ucb.openoffice.org/dav/props/"
#endif
#ifndef XMLNS_OOo_MANIFEST
# define XMLNS_OOo_MANIFEST @"http://openoffice.org/2001/manifest"
#endif
#ifndef XMLNS_OOo_OFFICE
# define XMLNS_OOo_OFFICE @"http://openoffice.org/2000/office"
#endif
#ifndef XMLNS_OOo_TEXT
# define XMLNS_OOo_TEXT @"http://openoffice.org/2000/text"
#endif
#ifndef XMLNS_OOo_META
# define XMLNS_OOo_META @"http://openoffice.org/2000/meta"
#endif
#ifndef XMLNS_OOo_STYLE
# define XMLNS_OOo_STYLE @"http://openoffice.org/2000/style"
#endif
#ifndef XMLNS_OOo_TABLE
# define XMLNS_OOo_TABLE @"http://openoffice.org/2000/table"
#endif
#ifndef XMLNS_OOo_DRAWING
# define XMLNS_OOo_DRAWING @"http://openoffice.org/2000/drawing"
#endif
#ifndef XMLNS_OOo_DATASTYLE
# define XMLNS_OOo_DATASTYLE @"http://openoffice.org/2000/datastyle"
#endif
#ifndef XMLNS_OOo_PRESENTATION
# define XMLNS_OOo_PRESENTATION @"http://openoffice.org/2000/presentation"
#endif
#ifndef XMLNS_OOo_CHART
# define XMLNS_OOo_CHART @"http://openoffice.org/2000/chart"
#endif
#ifndef XMLNS_OOo_DRAW3D
# define XMLNS_OOo_DRAW3D @"http://openoffice.org/2000/dr3d"
#endif
#ifndef XMLNS_OOo_FORM
# define XMLNS_OOo_FORM @"http://openoffice.org/2000/form"
#endif
#ifndef XMLNS_OOo_SCRIPT
# define XMLNS_OOo_SCRIPT @"http://openoffice.org/2000/script"
#endif
#ifndef XMLNS_DublinCore
# define XMLNS_DublinCore @"http://purl.org/dc/elements/1.1/"
#endif
#ifndef XMLNS_PROPRIETARY_SLOX
# define XMLNS_PROPRIETARY_SLOX @"SLOX:"
#endif
/* Zope */
#ifndef XMLNS_Zope_TAL
# define XMLNS_Zope_TAL @"http://xml.zope.org/namespaces/tal"
#endif
#ifndef XMLNS_Zope_METAL
# define XMLNS_Zope_METAL @"http://xml.zope.org/namespaces/metal"
#endif
/* SOAP */
#ifndef XMLNS_SOAP_ENVELOPE
# define XMLNS_SOAP_ENVELOPE @"http://schemas.xmlsoap.org/soap/envelope/"
#endif
#ifndef XMLNS_SOAP_ENCODING
# define XMLNS_SOAP_ENCODING @"http://schemas.xmlsoap.org/soap/encoding/"
#endif
#ifndef XMLNS_XMLSchema
# define XMLNS_XMLSchema @"http://www.w3.org/1999/XMLSchema"
#endif
#ifndef XMLNS_XMLSchemaInstance1999
# define XMLNS_XMLSchemaInstance1999 \
@"http://www.w3.org/1999/XMLSchema-instance"
#endif
#ifndef XMLNS_XMLSchemaInstance2001
# define XMLNS_XMLSchemaInstance2001 \
@"http://www.w3.org/2001/XMLSchema-instance"
#endif
/* Novell */
#ifndef XMLNS_Novell_NCSP_Types
# define XMLNS_Novell_NCSP_Types \
@"http://schemas.novell.com/2003/10/NCSP/types.xsd"
#endif
#ifndef XMLNS_Novell_NCSP_Methods
# define XMLNS_Novell_NCSP_Methods \
@"http://schemas.novell.com/2003/10/NCSP/methods.xsd"
#endif
/* XML vCards */
#ifndef XMLNS_VCARD_XML_03
# define XMLNS_VCARD_XML_03 \
@"http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt"
#endif
/* ATOM */
#ifndef XMLNS_ATOM_2005
# define XMLNS_ATOM_2005 @"http://www.w3.org/2005/Atom"
#endif
/* Google */
#ifndef XMLNS_GOOGLE_2005
# define XMLNS_GOOGLE_2005 @"http://schemas.google.com/g/2005"
#endif
#ifndef XMLNS_GOOGLE_CAL_2005
# define XMLNS_GOOGLE_CAL_2005 @"http://schemas.google.com/gCal/2005"
#endif
#ifndef XMLNS_OPENSEARCH_RSS
# define XMLNS_OPENSEARCH_RSS @"http://a9.com/-/spec/opensearchrss/1.0/"
#endif
/* GroupDAV */
#ifndef XMLNS_GROUPDAV
# define XMLNS_GROUPDAV @"http://groupdav.org/"
#endif
/* CalDAV / CardDAV */
#ifndef XMLNS_CALDAV
# define XMLNS_CALDAV @"urn:ietf:params:xml:ns:caldav"
#endif
#ifndef XMLNS_CARDDAV
# define XMLNS_CARDDAV @"urn:ietf:params:xml:ns:carddav"
#endif
/* Apple CalServer */
#ifndef XMLNS_AppleCalServer
# define XMLNS_AppleCalServer @"http://apple.com/ns/calendarserver/"
#endif
#ifndef XMLNS_CalendarServerOrg
# define XMLNS_CalendarServerOrg @"http://calendarserver.org/ns/"
#endif
#ifndef XMLNS_AppleCalApp
# define XMLNS_AppleCalApp @"com.apple.ical:"
#endif
/* Adobe */
#ifndef XMLNS_MXML_2006
# define XMLNS_MXML_2006 @"http://www.adobe.com/2006/mxml"
#endif
#endif /* __SaxObjC_XML_Namespaces_H__ */
|