Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

...

...

...

...

...

...

...

...

...

...

...

SUBJECT

Fields

Type

Description

Purpose

ID (subject identifier)

M

carrier

GRAMMAR

subject name

M

Carrier

GRAMMAR

subject type

M

device

GRAMMAR

Also known as

O

vessel, truck, train, plane, barge

TIC Description

Definition

M

Any artefact or means of transport specifically designed to move cargo or people on long distances, between different locations.

 

Further Detail

O

Usually the carrier doesn't have the feature to load or unload (discharge) the cargo by itself.

The Carrier Types consider are: vessel, truck, train, barge

Vessel: every description of watercraft or other artificial contrivance used, or capable of being used, as a means of transportation on water with machinery for self-propulsion.

Barge: every description of watercraft or other artificial contrivance used, or capable of being used, as a means of transportation on water but not having machinery for self-propulsion.

Truck: a motor vehicle that travels on roads designed primarily for the transportation of property or special purpose equipment

Train: A type of transportation that moves cargo or passengers along railroad tracks in cars (wagons) with the help of a locomotive or other motorized vehicle.

TIC Description

Required Information

M

id

TIC Description

SUBJECT

 

TOS

 

CONCEPT

 

size, id, name, type, lloysdid, vin, hin, plate, class

 

Related standards

O

TIC Description

Related TIC 4.0 definition

O

https://tic40.atlassian.net/l/c/DyQT1WKj

Example

M

carrier.id = IMO9322463

carrier.plate = CHB456

carrier.vin = TMBJJ7NS7L8513688

carrier.size.loa.centimiter = 39990

Example in the context of the grammar

M

.

Bloque de código
languagejson
{
  "tos": [
    {
      "id": "120SUPERCURRO2021",
      "carrier": [
        {
          "id": 0,
          "name": "",
          "type": "[vessel; truck; train; barge]",
          "lloysdid": 0,
          "vin": 0,
          "hin": 0,
          "plate": "",
          "class": {
            "code": "",
            "description": ""
          },
          "size": {
            "loa": {
              "unit": "centimeter",
              "value": 0
            },
            "beam": {
              "unit": "centimeter",
              "value": 0
            },
            "draft": {
              "unit": "centimeter",
              "value": 0
            },
            "height": {
              "unit": "milimiters",
              "value": 0
            },
            "width": {
              "unit": "milimiters",
              "value": 0
            },
            "gauge": {
              "unit": "milimiters",
              "value": 0
            }
          }
        }
      ]
    }
  ]
}

Link to one or more operational processes

M

 

Search tags

M

Version / Date

M

2021.003 - 15/01/2022

Internal TIC Version

M

20211210

...