Versiones comparadas

Clave

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

SUBJECT

{ "msg": { "msg": {}, "id": "", "sender": "", "timestamp": "2021-11-15T15:14:01.352Z", "topic": "", "destination": "", "creationtimestamp": "2021-11-15T15:14:01.352Z", "starttimestamp": "2021-11-15T15:14:01.352Z", "endtimestamp": "2021-11-15T15:14:01.352Z", "version": "2021.003" }, "tos": [ { "id": "120SUPERCURRO2021", "name": "TOS", "cargovisit": [ {

The data model of cargo visit contains the mayor events and status of the cargo during the terminal visit.

Image Added

Complete data model for Cargo Visit

Fields

Type

Description

Purpose

ID (subject identifier)

M

cargovisit

GRAMMAR

subject name

M

CargoVisit

GRAMMAR

subject type

M

process

GRAMMAR

Also known as

O

Container Visit; Visit

TIC Description

Definition

M

Lifecycle of cargo at a terminal between arrival and departure.

 

Further Detail

OThe cargo visit “inbound” or “start” happends

Cargo visit process has some relevant concept events (inbound, checking, chekout, outbound) and one concept “dwell”.

The cargo visit “inbound” or start event happens as soon as the carrier carries the cargo into the terminal.

The cargo visit dwell process starts when the cargo is identified (checkin) during the incoming of the cargo and ends with the confirmation (checkout) of the cargo’s departure.

The cargo visit “outbound” or “end” happends event happens as soon as the carrier carries the cargo leave off the terminal.

The cargo visit Dwell…..

TIC Description

Required Information

M

id, input, outputcargo

TIC Description

SUBJECT

 

line, service, servcevisit, cargo, carrier, carriervisit

 

CONCEPT

 

idinbound, inputcheckin, outputdwell, start, end, anuncement, location.checkout, outbound

 

Related standards

O

 ISO 6346

TIC Description

Related TIC 4.0 definition

O

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

Example

M

A container passthrough a terminal, arriving by vessel, dwelling 1 day and departure by truck.

tos.cargovisit.id = 3453454

tos.cargovisit.start.time.output.actual =2021-11-15T15:14:01.352Zcargovisit.end.time.output.actual =2021-11-16T15:14:01.352Zcargo.id = CSQU3054383

tos.cargovisit.inbound.modality: vessel

tos.cargovisit.checkin.time : 2021-12-10T16:05:34.491Z

tos.cargovisit.dwell.totaltimer.seconds : 86400

tos.cargovisit.checkout.time : 2021-12-11T16:05:34.491Z

tos.cargovisit.inbound.modality: truck

Example in the context of the grammar

M

.

Bloque de código
languagejson
Bloque de código
languagejson
{
  "tos": [
    {
      "id": "120SUPERCURRO2021",
      "name": "TOS",
      "cargovisit": [
        {
          "id": "",
          "cargoflowtype": "domestic/import/export/transhipment/unknown",
          "cargo": {
            "timestamp": "2021-12-10T16:05:34.491Z",
            "id": "ISO 6346/splitable_cargo_id?"
          },
          "size": {
            "code": "",
            "description": "",
            "box": 1,
            "teu": 2,
            "20foot": 0,
            "30foot": 0,
            "40foot": 1,
            "45foot": 0
          },
          "weight": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ],
            "net": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          },
          "inbound": {
            "modality": "vessel/truck/train/barge/interterminaltransfer/unknown",
            "time": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.491Z"
              },
              {
                "pom": "output",
                "pomt": "estimated",
                "computingtime": "",
                "forecasttime": "",
                "timestamp": "2021-12-10T16:05:34.491Z"
              }
            ],
            "logical": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.491Z",
                "qualifier": "berth",
                "name": "",
                "value": "B 2",
                "berthing": "2"
              }
            ],
            "coordinate": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "qualifier": "WGS84",
                "timestamp": "2021-12-10T16:05:34.491Z",
                "value": [
                  4012.22,
                  -7500.25
                ],
                "status": true,
                "accuracy": "12.0"
              }
            ],
            "carrier": [
              {
                "timestamp": "2021-12-10T16:05:34.491Z",
                "id": ""
              }
            ],
            "carriervisit": {
              "timestamp": "2021-12-10T16:05:34.492Z",
              "id": ""
            },
            "service": [
              {
                "code": "",
                "description": "",
                "timestamp": "2021-12-10T16:05:34.492Z"
              }
            ],
            "servicevisit": [
              {
                "timestamp": "2021-12-10T16:05:34.492Z",
                "id": ""
              }
            ]
          },
          "checkin": {
            "time": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.492Z"
              },
              {
                "pom": "output",
                "pomt": "estimated",
                "computingtime": "",
                "forecasttime": "",
                "timestamp": "2021-12-10T16:05:34.492Z"
              }
            ],
            "logical": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "qualifier": "berth",
                "name": "",
                "value": "B 2",
                "berthing": "2"
              }
            ],
            "coordinate": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "qualifier": "WGS84",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": [
                  4012.22,
                  -7500.25
                ],
                "status": true,
                "accuracy": "12.0"
              }
            ]
          },
          "dwell": {
            "status": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": false
              }
            ],
            "duration": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "unit": "second",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": 0
              }
            ],
            "counter": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": 0,
                "starttimestamp": "2021-12-10T16:05:34.492Z",
                "endtimestamp": "2021-12-10T16:05:34.492Z"
              }
            ],
            "totalcounter": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": 0
              }
            ],
            "timer": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "unit": "second",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": 0,
                "starttimestamp": "2021-12-10T16:05:34.492Z",
                "endtimestamp": "2021-12-10T16:05:34.492Z"
              }
            ],
            "totaltimer": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "unit": "hour",
                "timestamp": "2021-12-10T16:05:34.492Z",
                "value": 0
              }
            ],
            "logical": [
              {
                "pom": "ioutput",
                "pomt": "actual",
                "qualifier": "yard",
                "idtimestamp": "2021-12-10T16:05:34.492Z",
          "direction??      "value": "in/out/internalY 01A 035 B 3",
            "in?    "status": "vessel/gate/rail/barge",true,
                "out?block": "vessel/gate/rail/barge01A",
                "cargorow": {"035",
                "timestampbay": "2021-11-15T15:14:01.352ZB",
                "idtier": "ISO 63463"
          },    }
      "service": [        ],
    {               "code"coordinate": "",[
              "description": "",{
                "timestamppom": "2021-11-15T15:14:01.352Z"output",
            }    "pomt": "actual",
     ],           "servicevisitqualifier": [
          "WGS84",
 {               "timestamp": "2021-1112-15T1510T16:1405:0134.352Z492Z",
                "idvalue": "" [
                  4012.45,
 }           ],      -7500.15
    "carrier": [           ],
 {               "timestampstatus": "2021-11-15T15:14:01.352Z",true,
                "idaccuracy": "1.5"
              }
          ],  ]
        "carriervisit": [ },
          "checkout": {
              "timestamp": "2021-11-15T15:14:01.352Z","time": [
              {
"id": 0,               "directionpom": "in/out/internaloutput",
                "inputpomt": "vessel/gate/rail/bargeactual",
                "outputtimestamp": "vessel/gate/rail/barge2021-12-10T16:05:34.492Z"
            }  },
        ],      {
    "start": {           "pom":  "timeoutput":,
  [               {"pomt": "estimated",
                "pomcomputingtime": "output",
                "pomtforecasttime": "actual",
                "timestamp": "2021-1112-15T1510T16:1405:0134.352Z492Z"
              }
            ],
            "logical": [
              {
                "pom": "outputioutput",
                "pomt": "estimatedactual",
                "computingtimetimestamp": "2021-12-10T16:05:34.492Z",
                "forecasttimequalifier": "berth",
                "timestampname": "2021-11-15T15:14:01.352Z"",
              }  "value": "B 2",
        ],             "location": {"berthing": "2"
              }
 "logical": [          ],
      {      "coordinate": [
           "pom": "ioutput",  {
                "pomtpom": "actualioutput",
                  "timestamp": "2021-11-15T15:14:01.352Z",
"pomt": "actual",
                 "qualifier": "berthWGS84",
 
                "nametimestamp": "2021-12-10T16:05:34.492Z",
                  "value": "B 2",[
                  4012.22,
  "berthing": "2"               -7500.25
 }               ],
                "coordinatestatus": [true,
                {
       "accuracy": "12.0"
          "pom": "ioutput",   }
            ]
  "pomt": "actual",       },
           "qualifieroutbound": "WGS84",{
                  "timestamp"modality": "2021-11-15T15:14:01.352Zvessel/truck/train/barge/interterminaltransfer/unknown",
            "time": [
    "value": [         {
           4012.22,       "pom": "output",
             -7500.25   "pomt": "actual",
              ],  "timestamp": "2021-12-10T16:05:34.492Z"
               "status": true},
              {
   "accuracy": "12.0"            "pom": "output",
   }             "pomt": "estimated",
]             }     "computingtime": "",
     },           "endforecasttime": {"",
            "time": [   "timestamp": "2021-12-10T16:05:34.492Z"
          {    }
            "pom": "output",],
            "location": {
   "pomt": "actual",          "logical": [
     "timestamp": "2021-11-15T15:14:01.352Z"           {
      },            "pom": "ioutput",
 {                 "pompomt": "outputactual",
                  "pomttimestamp": "estimated2021-12-10T16:05:34.492Z",
                  "computingtimequalifier": "berth",
                  "forecasttimename": "",
                  "timestampvalue": "2021-11-15T15:14:01.352Z"B 2",
                  "berthing": "2"
    }            }
],             "location": { ],
              "logicalcoordinate": [
                {
                  "pom": "ioutput",
                  "pomt": "actual",
                  "timestampqualifier": "2021-11-15T15:14:01.352ZWGS84",
                  "qualifiertimestamp": "berth",
                  "name": ""2021-12-10T16:05:34.492Z",
                  "value": "B 2",
   [
               "berthing": "2"    4012.22,
            }        -7500.25
      ],            ],
  "coordinate": [               "status": true,
{                   "pomaccuracy": "ioutput",12.0"
                }
          "pomt": "actual",    ]
            },
   "timestamp": "2021-11-15T15:14:01.352Z",         "carrier": [
           "qualifier": "WGS84",  {
                "valuetimestamp": ["2021-12-10T16:05:34.492Z",
                "id": ""
  4012.22,            }
        -7500.25    ],
            "carriervisit": {
]                 }"timestamp": "2021-12-10T16:05:34.492Z",
               ]"id": ""
            },
          },  "service": [
       "anuncement": {         {
   "timestamp": "2021-11-15T15:14:01.352Z",             "idcode": "",
                "directiondescription": "in/out/internal",
            "input": "vessel/gate/rail/barge",    "timestamp": "2021-12-10T16:05:34.492Z"
              }
"output": "vessel/gate/rail/barge"           }],
            "job_instructionservicevisit": [
              {
                "timestamp": "2021-1112-15T1510T16:1405:0134.352Z492Z",
                "id": ""
              }
            ]
          }
        }
      ]
    }
  ]
}

Link to one or more operational processes

M

 

Search tags

M

Version / Date

M

2021.003 - 15/01/2022

Internal TIC Version

M

202111520211210

...

Created by

Edited by

Review / Approve

Published

  Francisco Blanquer Jaraiz 2021-11-15

 Francisco Blanquer Jaraiz 2021-12-10