1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy
// of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

//! Miscellaneous Namespaces

DECLARE_NS_NAME!(NS_WSDL: "The WSDL Namespace":
    "http://schemas.xmlsoap.org/wsdl/");
DECLARE_NS_NAME!(NS_SOAP_ENVELOPE: "The SOAP Envelope Namespace":
    "http://schemas.xmlsoap.org/soap/envelope/");
DECLARE_NS_NAME!(NS_RDDL: "The RDDL Namespace":
    "http://www.rddl.org/");
DECLARE_NS_NAME!(NS_RSS: "The RSS 1.0 Namespace":
    "http://purl.org/rss/1.0/");
DECLARE_NS_NAME!(NS_OPML2: "The OPML 2.0 Namespace":
    "http://opml.org/spec2");
DECLARE_NS_NAME!(NS_COLLADA: "The COLLADA Namespace":
    "http://www.collada.org/2008/03/COLLADASchema");
DECLARE_NS_NAME!(NS_GPX: "The GPX Namespace":
    "http://www.topografix.com/GPX/1/1");
DECLARE_NS_NAME!(NS_TEI: "The Text Encoding Initiative (TEI) Namespace":
    "http://www.tei-c.org/ns/1.0");
DECLARE_NS_NAME!(NS_MEI: "The Music Encoding Initiative (MEI) Namespace":
    "http://www.music-encoding.org/ns/mei");