Skip to content

Enum: CommodityLocationIdentifierTypeEnum

Defines the enumerated values to specify the nature of a location identifier.

URI: common_domain_model:CommodityLocationIdentifierTypeEnum

Permissible Values

Value Meaning Description
DeliveryPoint None The physical or virtual point at which the commodity will be delivered
EntryPoint None The physical or virtual point at which the commodity enters a transportation ...
InterconnectionPoint None Identification of the border(s) or border point(s) of a transportation contra...
WithdrawalPoint None The physical or virtual point at which the commodity is withdrawn from a tran...
DeliveryZone None The zone covering potential delivery points for the commodity
BuyerHub None The hub code of the buyer
SellerHub None The hub code of the seller

Slots

Name Description
locationIdentifierType Specifies the nature of a location identifier

Identifier and Mapping Information

Schema Source

LinkML Source

name: CommodityLocationIdentifierTypeEnum
description: Defines the enumerated values to specify the nature of a location identifier.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  DeliveryPoint:
    text: DeliveryPoint
    description: The physical or virtual point at which the commodity will be delivered.
  EntryPoint:
    text: EntryPoint
    description: The physical or virtual point at which the commodity enters a transportation
      system.
  InterconnectionPoint:
    text: InterconnectionPoint
    description: Identification of the border(s) or border point(s) of a transportation
      contract.
  WithdrawalPoint:
    text: WithdrawalPoint
    description: The physical or virtual point at which the commodity is withdrawn
      from a transportation system.
  DeliveryZone:
    text: DeliveryZone
    description: The zone covering potential delivery points for the commodity
  BuyerHub:
    text: BuyerHub
    description: The hub code of the buyer.
  SellerHub:
    text: SellerHub
    description: The hub code of the seller.