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 the @version attribute on the root <TEI> element. For example:
<TEI version="1.9.1">
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">
(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?