Skip to content

Class: ExecutionTerms

A class to specify execution location and language of execution to determine duty to be paid.

URI: common_domain_model:ExecutionTerms

 classDiagram
    class ExecutionTerms
    click ExecutionTerms href "../ExecutionTerms/"
      ExecutionTerms : executionLanguage





        ExecutionTerms --> "1" ExecutionLanguage : executionLanguage
        click ExecutionLanguage href "../ExecutionLanguage/"



      ExecutionTerms : executionLocation





        ExecutionTerms --> "1" ExecutionLocation : executionLocation
        click ExecutionLocation href "../ExecutionLocation/"



Slots

Name Cardinality and Range Description Inheritance
executionLanguage 1
ExecutionLanguage
The bespoke execution language election direct
executionLocation 1
ExecutionLocation
The bespoke execution location election direct

Usages

used by used in type used
SecurityAgreementElections executionTerms range ExecutionTerms

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:ExecutionTerms
native common_domain_model:ExecutionTerms

LinkML Source

Direct

name: ExecutionTerms
description: A class to specify execution location and language of execution to determine
  duty to be paid.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- executionLanguage
- executionLocation
slot_usage:
  executionLocation:
    name: executionLocation
    description: The bespoke execution location election.
    range: ExecutionLocation

Induced

name: ExecutionTerms
description: A class to specify execution location and language of execution to determine
  duty to be paid.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  executionLocation:
    name: executionLocation
    description: The bespoke execution location election.
    range: ExecutionLocation
attributes:
  executionLanguage:
    name: executionLanguage
    description: The bespoke execution language election.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ExecutionTerms
    domain_of:
    - ExecutionTerms
    range: ExecutionLanguage
    required: true
  executionLocation:
    name: executionLocation
    description: The bespoke execution location election.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ExecutionTerms
    domain_of:
    - ExecutionLocation
    - ExecutionTerms
    range: ExecutionLocation
    required: true