Associating an ODD with a particular release of P5
To declare in an ODD which version of the TEI it was created from, use the @version attribute on the root <TEI> element. For example:
<TEI version="1.9.1">
As explained in section 22.5, to declare in an ODD which version of the TEI to use when generating schemas, use the @source attribute of the <schemaSpec> element. For example:
<schemaSpec source="tei:1.9.1">
To find out which version of P5 is the current one, go to http://www.tei-c.org/Vault/P5/ . The current version will match the latest number listed.
Some elements can take @version to specify the version of P5 that was current when the content of the element was translated. Perhaps the datatype needs to be changed to data.version and the note revised so that it works like those above?
- This is now a bug report: https://sourceforge.net/tracker/?func=detail&aid=3437527&group_id=106328&atid=644062 . (Kshawkin 16:50, 13 November 2011 (EST))