# ECHO main file # # This RELAX NG compact schema ("ECHO Schema") defines the XML format # of the MPDL project at the Max Planck Institute for the History of Science # (see http://mpdl.mpiwg-berlin.mpg.de/) # # authors: Wolfgang Schmidle, Malcolm D. Hyman # version 1.0 # Copyright © 2009-2011 Max Planck Institute for the History of Science, Berlin, Germany # # The ECHO Schema is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . default namespace echo = "http://www.mpiwg-berlin.mpg.de/ns/echo/1.0/" # namespace for data entry structures that will be removed in the course of processing namespace de = "http://www.mpiwg-berlin.mpg.de/ns/de/1.0/" # standard W3C namespaces namespace xhtml = "http://www.w3.org/1999/xhtml" namespace xlink = "http://www.w3.org/1999/xlink" # MathML namespace mml = "http://www.w3.org/1998/Math/MathML" # Dublin Core metadata namespace dcterms = "http://purl.org/dc/terms" namespace xsi = "http://www.w3.org/2001/XMLSchema-instance" echo.version = "1.0RC" | "1.0" # core modules include "modules/echo-start.rnc" include "modules/echo-metadata.rnc" include "modules/echo-text.rnc" include "modules/echo-block.rnc" include "modules/echo-content.rnc" include "modules/echo-attribute.rnc" include "modules/echo-datatype.rnc" # text structure include "modules/echo-div.rnc" include "modules/echo-milestone.rnc" # additional text blocks: floats include "modules/echo-float.rnc" include "modules/echo-note.rnc" include "xhtml/echo-import-xhtml.rnc" include "modules/echo-figure.rnc" include "modules/echo-handwritten.rnc" # additional text blocks: non-floats include "modules/echo-textflows.rnc" include "modules/echo-block-scholarly.rnc" # additions to the inline model include "modules/echo-gap.rnc" include "modules/echo-de.rnc" include "modules/echo-mathematics.rnc" include "modules/echo-import-mathml.rnc" include "modules/echo-content-scholarly.rnc" # specialized modules include "modules/echo-chinese-text.rnc" include "modules/echo-dictionary.rnc" include "modules/echo-gis.rnc" include "modules/echo-ocr.rnc"