docx 1.1.2

A Rust library for parsing and generating docx files.
pub const SCHEMA_CORE: &str =
    "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties";
pub const SCHEMA_REL_EXTENDED: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
pub const SCHEMA_OFFICE_DOCUMENT: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument";
pub const SCHEMA_FONT_TABLE: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable";
pub const SCHEMA_STYLES: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";
pub const SCHEMA_DOC_PROPS_V_TYPES: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes";
pub const SCHEMA_CONTENT_TYPES: &str =
    "http://schemas.openxmlformats.org/package/2006/content-types";
pub const SCHEMA_MAIN: &str = "http://schemas.openxmlformats.org/wordprocessingml/2006/main";
pub const SCHEMA_RELATIONSHIPS: &str =
    "http://schemas.openxmlformats.org/package/2006/relationships";
pub const SCHEMAS_EXTENDED: &str =
    "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties";