Added a LOG_NOTIME flag to disable time stamping log entries
[yaz-moved-to-github.git] / srw / srw-namespace.c
1 /* $Id: srw-namespace.c,v 1.1 2003-01-06 08:20:28 adam Exp $
2    Copyright (C) 2002-2003
3    Index Data Aps
4
5 This file is part of the YAZ toolkit.
6
7 See the file LICENSE.
8 */
9
10 #include "srw_H.h"
11
12 struct Namespace srw_namespaces[] =
13 {
14   {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/"},
15   {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/"},
16 #if 1
17   {"xsi", "http://schemas.xmlsoap.org/wsdl/"},
18   {"xsd", "http://www.w3.org/2001/XMLSchema"},
19 #else
20   {"xsi", "http://www.w3.org/1999/XMLSchema-instance"},
21   {"xsd", "http://www.w3.org/1999/XMLSchema"},
22 #endif
23   {"zs",       "http://www.loc.gov/zing/srw/v1.0/"},
24   {"zt",       "http://www.loc.gov/zing/srw/v1.0/types/"},
25   {"xcql",     "http://www.loc.gov/zing/cql/v1.0/xcql/"},
26   {"xsortkeys","http://www.loc.gov/zing/srw/v1.0/xsortkeys/"},
27   {"diag",     "http://www.loc.gov/zing/srw/v1.0/diagnostic/"},
28   {NULL, NULL}
29 };