You are here

constant TAXONOMY_XML_TCS_NS in Taxonomy import/export via XML 6

Same name and namespace in other branches
  1. 6.2 tcs_format.inc \TAXONOMY_XML_TCS_NS
  2. 7 formats/tcs_format.inc \TAXONOMY_XML_TCS_NS
3 uses of TAXONOMY_XML_TCS_NS
taxonomy_xml_add_terms_as_tcs in ./tcs_format.inc
Given a list of terms, append definitions of them to the passed DOM container
taxonomy_xml_tcs_document in ./tcs_format.inc
Set up a TCS document preamble. Returns a document, also sets the passed handle to the RDF node that content should land in
taxonomy_xml_tcs_parse in ./tcs_format.inc
Reads a TCS file and creates the term definitions found in it.

File

./tcs_format.inc, line 263
Include routines for the Taxon Concepts Schema as used by "the Encyclopedia of Life" original XML parsing and taxonomy/term creation. and others.

Code

define('TAXONOMY_XML_TCS_NS', 'http://www.tdwg.org/schemas/tcs/1.01');