Skip to content

Class: Quantity

_Description of quantities needed in the data exchange. _

_The type of the quantity is described either by the role of the association or the type attribute. _

The quality attribute provides the information about the quality of the quantity (measured, estimated, etc.).

URI: cim:Quantity

 classDiagram
    class Quantity
      Quantity : detail_quantity

          Quantity --> Quantity : detail_quantity

      Quantity : domain

          Quantity --> Domain : domain

      Quantity : point

          Quantity --> Point : point

      Quantity : quality

      Quantity : quantity

          Quantity --> Quantity : quantity

      Quantity : time_series

          Quantity --> TimeSeries : time_series

      Quantity : type

Slots

Name Cardinality and Range Description Inheritance
quality 0..1
String
The quality of the information being provided direct
quantity 0..1
Quantity
direct
type 0..1
String
The description of the type of the quantity direct
domain 0..*
Domain
direct
point 0..*
Point
direct
time_series 0..*
TimeSeries
direct
detail_quantity 0..*
Quantity
Additional information related to the associated quantity direct

Usages

used by used in type used
TimeSeries quantity range Quantity
Point quantity range Quantity
Domain quantity range Quantity
Quantity quantity range Quantity
Quantity detail_quantity range Quantity
BidTimeSeries quantity range Quantity
Series quantity range Quantity

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:Quantity
native cim:Quantity

LinkML Source

Direct

name: Quantity
description: "Description of quantities needed in the data exchange. \r\nThe type\
  \ of the quantity is described either by the role of the association or the type\
  \ attribute.\r\nThe quality attribute provides the information about the quality\
  \ of the quantity (measured, estimated, etc.)."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  quality:
    name: quality
    description: 'The quality of the information being provided. This quality may
      be estimated, not available, as provided, etc. '
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.quality
    multivalued: false
    domain_of:
    - Point
    - Quantity
    range: string
    required: false
  quantity:
    name: quantity
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.quantity
    multivalued: false
    domain_of:
    - FinancialInfo
    - CatalogAssetType
    - CompatibleUnit
    - MiscCostItem
    - CUMaterialItem
    - TypeMaterial
    - MaterialItem
    - ErpReqLineItem
    - TimeSeries
    - Point
    - CRRSegment
    - PassThroughBill
    - Domain
    - Quantity
    range: Quantity
    required: false
  type:
    name: type
    description: The description of the type of the quantity.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.type
    multivalued: false
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  domain:
    name: domain
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.Domain
    multivalued: true
    domain_of:
    - EndDeviceEventType
    - EndDeviceControlType
    - TimeSeries
    - MarketDocument
    - RegisteredResource
    - Quantity
    - Price
    range: Domain
    required: false
  point:
    name: point
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.Point
    multivalued: true
    domain_of:
    - TimeSeries
    - AceTariffType
    - Reason
    - Quantity
    - Price
    - Period
    - FlowDirection
    range: Point
    required: false
  time_series:
    name: time_series
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.TimeSeries
    multivalued: true
    domain_of:
    - EnvironmentalMonitoringStation
    - ConstraintDuration
    - AttributeInstanceComponent
    - MarketDocument
    - Point
    - Reason
    - RegisteredResource
    - MarketParticipant
    - Domain
    - Quantity
    - Price
    - MarketObjectStatus
    - Period
    - FlowDirection
    - Unit
    - DateAndOrTime
    - Auction
    - MktPSRType
    - MarketEvaluationPoint
    range: TimeSeries
    required: false
  detail_quantity:
    name: detail_quantity
    description: Additional information related to the associated quantity.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Quantity.Detail_Quantity
    multivalued: true
    domain_of:
    - Quantity
    range: Quantity
    required: false
class_uri: cim:Quantity

Induced

name: Quantity
description: "Description of quantities needed in the data exchange. \r\nThe type\
  \ of the quantity is described either by the role of the association or the type\
  \ attribute.\r\nThe quality attribute provides the information about the quality\
  \ of the quantity (measured, estimated, etc.)."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  quality:
    name: quality
    description: 'The quality of the information being provided. This quality may
      be estimated, not available, as provided, etc. '
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.quality
    multivalued: false
    alias: quality
    owner: Quantity
    domain_of:
    - Point
    - Quantity
    range: string
    required: false
  quantity:
    name: quantity
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.quantity
    multivalued: false
    alias: quantity
    owner: Quantity
    domain_of:
    - FinancialInfo
    - CatalogAssetType
    - CompatibleUnit
    - MiscCostItem
    - CUMaterialItem
    - TypeMaterial
    - MaterialItem
    - ErpReqLineItem
    - TimeSeries
    - Point
    - CRRSegment
    - PassThroughBill
    - Domain
    - Quantity
    range: Quantity
    required: false
  type:
    name: type
    description: The description of the type of the quantity.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.type
    multivalued: false
    alias: type
    owner: Quantity
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  domain:
    name: domain
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.Domain
    multivalued: true
    alias: domain
    owner: Quantity
    domain_of:
    - EndDeviceEventType
    - EndDeviceControlType
    - TimeSeries
    - MarketDocument
    - RegisteredResource
    - Quantity
    - Price
    range: Domain
    required: false
  point:
    name: point
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.Point
    multivalued: true
    alias: point
    owner: Quantity
    domain_of:
    - TimeSeries
    - AceTariffType
    - Reason
    - Quantity
    - Price
    - Period
    - FlowDirection
    range: Point
    required: false
  time_series:
    name: time_series
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Quantity.TimeSeries
    multivalued: true
    alias: time_series
    owner: Quantity
    domain_of:
    - EnvironmentalMonitoringStation
    - ConstraintDuration
    - AttributeInstanceComponent
    - MarketDocument
    - Point
    - Reason
    - RegisteredResource
    - MarketParticipant
    - Domain
    - Quantity
    - Price
    - MarketObjectStatus
    - Period
    - FlowDirection
    - Unit
    - DateAndOrTime
    - Auction
    - MktPSRType
    - MarketEvaluationPoint
    range: TimeSeries
    required: false
  detail_quantity:
    name: detail_quantity
    description: Additional information related to the associated quantity.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Quantity.Detail_Quantity
    multivalued: true
    alias: detail_quantity
    owner: Quantity
    domain_of:
    - Quantity
    range: Quantity
    required: false
class_uri: cim:Quantity