CustomerInstructions
Defines how customers can instruct the provider regarding data processing.
classDiagram
class CustomerInstructions
click CustomerInstructions href "../CustomerInstructions"
CustomerInstructions : means
CustomerInstructions --> "1..*" LegalDocument : means
click LegalDocument href "../LegalDocument"
CustomerInstructions : terms
CustomerInstructions --> "1..*" LegalDocument : terms
click LegalDocument href "../LegalDocument"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
terms | 1..* LegalDocument |
Terms and conditions to provide instructions for processing the data | direct |
means | 1..* LegalDocument |
Describes how the customer can instruct the provider with regards to the proc... | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#customer-instructions
LinkML Source
Direct
name: CustomerInstructions
description: Defines how customers can instruct the provider regarding data processing.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
attributes:
terms:
name: terms
description: Terms and conditions to provide instructions for processing the data.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
rank: 1000
domain_of:
- CustomerInstructions
range: LegalDocument
required: true
multivalued: true
means:
name: means
description: Describes how the customer can instruct the provider with regards
to the processing of data.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
rank: 1000
domain_of:
- CustomerInstructions
- DataPortability
range: LegalDocument
required: true
multivalued: true
Induced
name: CustomerInstructions
description: Defines how customers can instruct the provider regarding data processing.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
attributes:
terms:
name: terms
description: Terms and conditions to provide instructions for processing the data.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
rank: 1000
alias: terms
owner: CustomerInstructions
domain_of:
- CustomerInstructions
range: LegalDocument
required: true
multivalued: true
means:
name: means
description: Describes how the customer can instruct the provider with regards
to the processing of data.
from_schema: https://w3id.org/gaia-x/development#customer-instructions
rank: 1000
alias: means
owner: CustomerInstructions
domain_of:
- CustomerInstructions
- DataPortability
range: LegalDocument
required: true
multivalued: true