Skip to content

Class: NumberBound

The number bound is defined as a number and whether the bound is inclusive.

URI: common_domain_model:NumberBound

 classDiagram
    class NumberBound
    click NumberBound href "../NumberBound/"
      NumberBound : inclusive

      NumberBound : number

Slots

Name Cardinality and Range Description Inheritance
number 1
Decimal
The number to be used as the bound, e direct
inclusive 1
Boolean
Whether the number bound is inclusive, e direct

Usages

used by used in type used
NumberRange lowerBound range NumberBound
NumberRange upperBound range NumberBound
CollateralInterestHandlingParameters interestRolloverLimit range NumberBound
CollateralInterestHandlingParameters writeoffLimit range NumberBound

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: NumberBound
description: The number bound is defined as a number and whether the bound is inclusive.
in_subset:
- cdm_base_math
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- number
- inclusive
slot_usage:
  inclusive:
    name: inclusive
    description: Whether the number bound is inclusive, e.g. for a lower bound, false
      would indicate greater than, whereas true would indicate greater than or equal
      to.

Induced

name: NumberBound
description: The number bound is defined as a number and whether the bound is inclusive.
in_subset:
- cdm_base_math
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  inclusive:
    name: inclusive
    description: Whether the number bound is inclusive, e.g. for a lower bound, false
      would indicate greater than, whereas true would indicate greater than or equal
      to.
attributes:
  number:
    name: number
    description: The number to be used as the bound, e.g. 5.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: NumberBound
    domain_of:
    - NumberBound
    - TelephoneNumber
    range: decimal
    required: true
  inclusive:
    name: inclusive
    description: Whether the number bound is inclusive, e.g. for a lower bound, false
      would indicate greater than, whereas true would indicate greater than or equal
      to.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: NumberBound
    domain_of:
    - PeriodBound
    - NumberBound
    - MoneyBound
    range: boolean
    required: true