Associating an ODD with a particular release of P5
Once we can agree on correcting wording, this information should be incorporated into section 23.2 and/or elsewhere in the Guidelines. See https://sourceforge.net/tracker/?group_id=106328&atid=644065 .
To declare in an ODD which version of the TEI it was created from, use TEI@source. For example:
<TEI source="1.9.1">
To declare in an ODD which version of the TEI to use when generating schemas, use schemaSpec@version. For example:
<schemaSpec version="tei:1.9.1">
(But note this pending fix: http://sourceforge.net/tracker/?func=detail&group_id=106328&atid=644062&aid=3433851 .)
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.
There's also http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.translatable.html , but perhaps the datatype needs to be changed to data.version and the note revised so that it works like those above.