| View: | Hide Browser | Browser on the left | Browser on the right | Dictionary |
| Report: | General Info | Attributes | Relations | Constraints |
| Attributes | ||||
| Signature | Optionality | Multiplicity | Constant | Documentation |
| 1 | -- | Version identifier for this revision. | ||
| Attributes from Associations | ||||
| Signature | Optionality | Multiplicity | Documentation | |
| audits : Set<AUDIT_DETAILS> | 1 | 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 | ||
| Name | Expression | |
| Version_id_valid | inv: version_id <> Void | |
| Audit_valid | inv: audit <> Void and not audits.is_empty | |