att.translatable

att.translatable provides attributes used to indicate the status of a translatable portion of an ODD document.
Module tagdocs
Members desc gloss
Attributes
versionDate specifies the date on which the source text was extracted and sent to the translator
Status Optional
Datatype teidata.temporal.working
Note
The versionDate attribute can be used to determine whether a translation might need to be revisited, by comparing the modification date on the containing file with the versionDate value on the translation. If the file has changed, changelogs can be checked to see whether the source text has been modified since the translation was made.
Source Github

<classSpec module="tagdocs" type="atts" ident="att.translatable" predeclare="true">
   
<desc>provides attributes used to  indicate the status of a translatable
portion of an ODD document.
</desc>
   
<attList>
      
<attDef ident="versionDate" usage="opt">
         
<desc>specifies the date on which the source text was extracted and sent to the translator</desc>
         
<datatype>
            
<dataRef key="teidata.temporal.working"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>