xmlns 0.1.1

(List of) Well-Known XML Namespaces
Documentation
// 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/.

//! The Open Document Specification

DECLARE_NS_NAME!(NS_OFFICE: "The Office Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:office:1.0");
DECLARE_NS_NAME!(NS_META: "The Meta Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:meta:1.0");
DECLARE_NS_NAME!(NS_CONFIG: "The Config Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:config:1.0");
DECLARE_NS_NAME!(NS_TEXT: "The Text Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:text:1.0");
DECLARE_NS_NAME!(NS_TABLE: "The Table Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:table:1.0");
DECLARE_NS_NAME!(NS_DRAWING: "The Drawing Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0");
DECLARE_NS_NAME!(NS_PRESENTATION: "The Presentation Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:presentation:1.0");
DECLARE_NS_NAME!(NS_DR3D: "The 3D Graphic Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0");
DECLARE_NS_NAME!(NS_ANIMATION: "The Animation Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:animation:1.0");
DECLARE_NS_NAME!(NS_CHART: "The Chart Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:chart:1.0");
DECLARE_NS_NAME!(NS_FORM: "The Form Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:form:1.0");
DECLARE_NS_NAME!(NS_SCRIPT: "The Script Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:script:1.0");
DECLARE_NS_NAME!(NS_STYLE: "The Style Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:style:1.0");
DECLARE_NS_NAME!(NS_DATA_STYLE: "The Data Style Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:data style:1.0");
DECLARE_NS_NAME!(NS_MANIFEST: "The Manifest Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0");

DECLARE_NS_NAME!(NS_XSL_FO_COMPATIBLE: "The XSL-FO Compatible Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0");
DECLARE_NS_NAME!(NS_SVG_COMPATIBLE: "The SVG Compatible Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0");
DECLARE_NS_NAME!(NS_SMIL_COMPATIBLE: "The SMIL Compatible Namespace":
    "urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0");
DECLARE_NS_NAME!(NS_CONTAINER: "The Container Namespace (EPUB)":
    "urn:oasis:names:tc:opendocument:xmlns:container");