ExecutionLanguage
Type CDM 7.2.0A class to specify execution language terms of a Security Agreement.
Extends —
Extended by —
Attributes 3
Namespace cdm.legaldocumentation.csa
Attributes
All 3 declared on ExecutionLanguage. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| standardLanguage | boolean | 1..1 | A boolean attribute to determine if standard language is applicable or not. |
| numberOfOriginals | string | 0..1 | The number of original documents. |
| otherLanguage | string | 0..1 | Bespoke execution language to be included when specified. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
NumberOfOriginals Condition
A data rule to enforce that the number of original documents should only be specified when standard execution language is used.
if standardLanguage = False then numberOfOriginals is absent OtherLanguage Condition
A data rule to enforce that bespoke execution language must be included if non-standard execution language is specified.
if standardLanguage = False then otherLanguage exists Referenced by
1 type holds an ExecutionLanguage as an attribute.
Open ExecutionLanguage in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.