Variables | |
string | TOOLSVERSION = u"ODFPY/1.2.0dev" |
string | ANIMNS = u"urn:oasis:names:tc:opendocument:xmlns:animation:1.0" |
string | CHARTNS = u"urn:oasis:names:tc:opendocument:xmlns:chart:1.0" |
string | CHARTOOONS = u"http://openoffice.org/2010/chart" |
string | CONFIGNS = u"urn:oasis:names:tc:opendocument:xmlns:config:1.0" |
string | CSS3TNS = u"http://www.w3.org/TR/css3-text/" |
string | DBNS = u"urn:oasis:names:tc:opendocument:xmlns:database:1.0" |
string | DCNS = u"http://purl.org/dc/elements/1.1/" |
string | DOMNS = u"http://www.w3.org/2001/xml-events" |
string | DR3DNS = u"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" |
string | DRAWNS = u"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" |
string | FIELDNS = u"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" |
string | FONS = u"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" |
string | FORMNS = u"urn:oasis:names:tc:opendocument:xmlns:form:1.0" |
string | FORMXNS = u"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" |
string | GRDDLNS = u"http://www.w3.org/2003/g/data-view#" |
string | KOFFICENS = u"http://www.koffice.org/2005/" |
string | MANIFESTNS = u"urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" |
string | MATHNS = u"http://www.w3.org/1998/Math/MathML" |
string | METANS = u"urn:oasis:names:tc:opendocument:xmlns:meta:1.0" |
string | NUMBERNS = u"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" |
string | OFFICENS = u"urn:oasis:names:tc:opendocument:xmlns:office:1.0" |
string | OFNS = u"urn:oasis:names:tc:opendocument:xmlns:of:1.2" |
string | OOOCNS = u"http://openoffice.org/2004/calc" |
string | OOONS = u"http://openoffice.org/2004/office" |
string | OOOWNS = u"http://openoffice.org/2004/writer" |
string | PRESENTATIONNS = u"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" |
string | RDFANS = u"http://docs.oasis-open.org/opendocument/meta/rdfa#" |
string | RPTNS = u"http://openoffice.org/2005/report" |
string | SCRIPTNS = u"urn:oasis:names:tc:opendocument:xmlns:script:1.0" |
string | SMILNS = u"urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" |
string | STYLENS = u"urn:oasis:names:tc:opendocument:xmlns:style:1.0" |
string | SVGNS = u"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" |
string | TABLENS = u"urn:oasis:names:tc:opendocument:xmlns:table:1.0" |
string | TABLEOOONS = u"http://openoffice.org/2009/table" |
string | TEXTNS = u"urn:oasis:names:tc:opendocument:xmlns:text:1.0" |
string | XFORMSNS = u"http://www.w3.org/2002/xforms" |
string | XHTMLNS = u"http://www.w3.org/1999/xhtml" |
string | XLINKNS = u"http://www.w3.org/1999/xlink" |
string | XMLNS = u"http://www.w3.org/XML/1998/namespace" |
string | XSDNS = u"http://www.w3.org/2001/XMLSchema" |
string | XSINS = u"http://www.w3.org/2001/XMLSchema-instance" |
dictionary | nsdict |
string odf.namespaces.ANIMNS = u"urn:oasis:names:tc:opendocument:xmlns:animation:1.0" |
Definition at line 22 of file namespaces.py.
string odf.namespaces.CHARTNS = u"urn:oasis:names:tc:opendocument:xmlns:chart:1.0" |
Definition at line 23 of file namespaces.py.
string odf.namespaces.CHARTOOONS = u"http://openoffice.org/2010/chart" |
Definition at line 24 of file namespaces.py.
string odf.namespaces.CONFIGNS = u"urn:oasis:names:tc:opendocument:xmlns:config:1.0" |
Definition at line 25 of file namespaces.py.
string odf.namespaces.CSS3TNS = u"http://www.w3.org/TR/css3-text/" |
Definition at line 26 of file namespaces.py.
string odf.namespaces.DBNS = u"urn:oasis:names:tc:opendocument:xmlns:database:1.0" |
Definition at line 28 of file namespaces.py.
string odf.namespaces.DCNS = u"http://purl.org/dc/elements/1.1/" |
Definition at line 29 of file namespaces.py.
string odf.namespaces.DOMNS = u"http://www.w3.org/2001/xml-events" |
Definition at line 30 of file namespaces.py.
string odf.namespaces.DR3DNS = u"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" |
Definition at line 31 of file namespaces.py.
string odf.namespaces.DRAWNS = u"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" |
Definition at line 32 of file namespaces.py.
string odf.namespaces.FIELDNS = u"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" |
Definition at line 33 of file namespaces.py.
string odf.namespaces.FONS = u"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" |
Definition at line 34 of file namespaces.py.
string odf.namespaces.FORMNS = u"urn:oasis:names:tc:opendocument:xmlns:form:1.0" |
Definition at line 35 of file namespaces.py.
string odf.namespaces.FORMXNS = u"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" |
Definition at line 36 of file namespaces.py.
string odf.namespaces.GRDDLNS = u"http://www.w3.org/2003/g/data-view#" |
Definition at line 37 of file namespaces.py.
string odf.namespaces.KOFFICENS = u"http://www.koffice.org/2005/" |
Definition at line 38 of file namespaces.py.
string odf.namespaces.MANIFESTNS = u"urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" |
Definition at line 39 of file namespaces.py.
string odf.namespaces.MATHNS = u"http://www.w3.org/1998/Math/MathML" |
Definition at line 40 of file namespaces.py.
string odf.namespaces.METANS = u"urn:oasis:names:tc:opendocument:xmlns:meta:1.0" |
Definition at line 41 of file namespaces.py.
dictionary odf.namespaces.nsdict |
Definition at line 65 of file namespaces.py.
string odf.namespaces.NUMBERNS = u"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" |
Definition at line 42 of file namespaces.py.
string odf.namespaces.OFFICENS = u"urn:oasis:names:tc:opendocument:xmlns:office:1.0" |
Definition at line 43 of file namespaces.py.
string odf.namespaces.OFNS = u"urn:oasis:names:tc:opendocument:xmlns:of:1.2" |
Definition at line 44 of file namespaces.py.
string odf.namespaces.OOOCNS = u"http://openoffice.org/2004/calc" |
Definition at line 45 of file namespaces.py.
string odf.namespaces.OOONS = u"http://openoffice.org/2004/office" |
Definition at line 46 of file namespaces.py.
string odf.namespaces.OOOWNS = u"http://openoffice.org/2004/writer" |
Definition at line 47 of file namespaces.py.
string odf.namespaces.PRESENTATIONNS = u"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" |
Definition at line 48 of file namespaces.py.
string odf.namespaces.RDFANS = u"http://docs.oasis-open.org/opendocument/meta/rdfa#" |
Definition at line 49 of file namespaces.py.
string odf.namespaces.RPTNS = u"http://openoffice.org/2005/report" |
Definition at line 50 of file namespaces.py.
string odf.namespaces.SCRIPTNS = u"urn:oasis:names:tc:opendocument:xmlns:script:1.0" |
Definition at line 51 of file namespaces.py.
string odf.namespaces.SMILNS = u"urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" |
Definition at line 52 of file namespaces.py.
string odf.namespaces.STYLENS = u"urn:oasis:names:tc:opendocument:xmlns:style:1.0" |
Definition at line 53 of file namespaces.py.
string odf.namespaces.SVGNS = u"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" |
Definition at line 54 of file namespaces.py.
string odf.namespaces.TABLENS = u"urn:oasis:names:tc:opendocument:xmlns:table:1.0" |
Definition at line 55 of file namespaces.py.
string odf.namespaces.TABLEOOONS = u"http://openoffice.org/2009/table" |
Definition at line 56 of file namespaces.py.
string odf.namespaces.TEXTNS = u"urn:oasis:names:tc:opendocument:xmlns:text:1.0" |
Definition at line 57 of file namespaces.py.
string odf.namespaces.TOOLSVERSION = u"ODFPY/1.2.0dev" |
Definition at line 20 of file namespaces.py.
string odf.namespaces.XFORMSNS = u"http://www.w3.org/2002/xforms" |
Definition at line 58 of file namespaces.py.
string odf.namespaces.XHTMLNS = u"http://www.w3.org/1999/xhtml" |
Definition at line 59 of file namespaces.py.
string odf.namespaces.XLINKNS = u"http://www.w3.org/1999/xlink" |
Definition at line 60 of file namespaces.py.
string odf.namespaces.XMLNS = u"http://www.w3.org/XML/1998/namespace" |
Definition at line 61 of file namespaces.py.
string odf.namespaces.XSDNS = u"http://www.w3.org/2001/XMLSchema" |
Definition at line 62 of file namespaces.py.
string odf.namespaces.XSINS = u"http://www.w3.org/2001/XMLSchema-instance" |
Definition at line 63 of file namespaces.py.