Recode v. 2.0 / Database of translational recoding events.
RecodeML v. 0.3
- XML Document Type Definition (DTD) file
- XML Schema (XSD) file
RecodeML v. 0.4 (experimental)
- XML Document Type Definition (DTD) file
- XML Schema (XSD) file
Associating the DTD with documents
A RecodeML DTD is associated with an XML document via a Document Type Definition, which is a tag that appears near the start of the XML document. The declaration establishes that the document is an instance of the type defined by the RecodeML DTD.
<!DOCTYPE recodeml PUBLIC "-//Recode//DTD Recodeml 0.3//EN"
"http://recode.ucc.ie/dtd/recodeml.dtd">