The Public Health Environmental Surveillance Open Data Model (PHES-ODM, or ODM). A data model, dictionary and support tools for environmental surveillance.
Creative Commons Attribution Share Alike 4.0 International
Here is suggested clarification that when a part is depreciated, then the 'lastUp' (version last updated) is the version when the part was depreciated.
For example, if a part is introduced in version 1.0 and depreciated in version 2.0, then:
Version 1 of the dictionary reads
firstRel = 1.0
lastUp = 1.0
status = active
changes = added in version 1.0
Version 1.1
firstRel = 1.0
lastUp = 1.0
status = active
changes = added in version 1.0
Version 2.0
firstRel = 1.0
lastUp = 2.0
status = depreciated
changes = depreciated in version 2.0
version 2.1
firstRel = 1.0
lastUp = 2.0
status = depreciated
changes = depreciated in version 2.0
Here is suggested clarification that when a part is depreciated, then the 'lastUp' (version last updated) is the version when the part was depreciated.
For example, if a part is introduced in version 1.0 and depreciated in version 2.0, then:
Version 1 of the dictionary reads firstRel = 1.0 lastUp = 1.0 status = active changes = added in version 1.0
Version 1.1 firstRel = 1.0 lastUp = 1.0 status = active changes = added in version 1.0
Version 2.0 firstRel = 1.0 lastUp = 2.0 status = depreciated changes = depreciated in version 2.0
version 2.1 firstRel = 1.0 lastUp = 2.0 status = depreciated changes = depreciated in version 2.0