Associating an ODD with a particular release of P5
This is already doumented in section 22.5, but I think that should be cross-referenced in 23.2.
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 source="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.
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?