View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Relations | Constraints

Parent Package: generic
Class REVISION_HISTORY_ITEM
An entry in a revision history, corresponding to a version from a versioned container Consists of AUDIT_DETAILS instances with revision identifier of the revision to which the AUDIT_DETAILS intance belongs.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 version_id : OBJECT_VERSION_ID  --  Version identifier for this revision. 

Attributes from Associations
SignatureOptionalityMultiplicityDocumentation
 audits : Set<AUDIT_DETAILS>1..* The audits for this revision; there will always be at least one commit audit (which may itself be an ATTESTATION), there may also be further attestations. 


Constraints
NameExpression
Version_id_validinv: version_id <> Void 
Audit_validinv: audit <> Void and not audits.is_empty