Data Provenance:Documentation:DTDOld

From NAMIC Wiki
Revision as of 18:34, 5 January 2007 by Zack (talk | contribs) (Update from Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Data Provenance:Documentation:DTDOld

DTD

This is the original Document Type Definition that defined the xml file produced as an output of the raw text processing. The new one is linked at the bottom.

<! -- dataprov.dtd -->

<!ELEMENT process (processStep)+>
<!ELEMENT processStep (programName, programArguments, version, timeStamp, (cvs)?, user, machine, platform, platformVersion, (compilerName, compilerVersion)?, (library)*)>
<!ELEMENT programName (#PCDATA)>
<!ELEMENT programArgument (#PCDATA)>
<!ELEMENT version (#PCDATA)>
<!ELEMENT timeStamp (#PCDATA)>
<!ELEMENT cvs (#PCDATA)>
<!ELEMENT user (#PCDATA)>
<!ELEMENT machine (#PCDATA)>
<!ELEMENT platform (#PCDATA)>
<!ELEMENT platformVersion (#PCDATA)>
<!ELEMENT compilerName (#PCDATA)>
<!ELEMENT compilerVersion (#PCDATA)>
<!ELEMENT library (#PCDATA)>
<!ATTLIST library version PCDATA #REQUIRED>
New DTD
Back