Class: CreditLimitInformation
A class to represent the credit limit utilisation information.
URI: common_domain_model:CreditLimitInformation
classDiagram
class CreditLimitInformation
click CreditLimitInformation href "../CreditLimitInformation/"
CreditLimitInformation : limitApplicable
CreditLimitInformation --> "1..*" LimitApplicableExtended : limitApplicable
click LimitApplicableExtended href "../LimitApplicableExtended/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| limitApplicable | 1..* LimitApplicableExtended |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| WorkflowStep | creditLimitInformation | range | CreditLimitInformation |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:CreditLimitInformation |
| native | common_domain_model:CreditLimitInformation |
LinkML Source
Direct
name: CreditLimitInformation
description: A class to represent the credit limit utilisation information.
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- limitApplicable
Induced
name: CreditLimitInformation
description: A class to represent the credit limit utilisation information.
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
limitApplicable:
name: limitApplicable
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: CreditLimitInformation
domain_of:
- CreditLimitInformation
range: LimitApplicableExtended
required: true
multivalued: true
inlined: true
inlined_as_list: true