Only the position report from the LRIT is described here. The other features like Position Request, Standing Orders or DDP Request are not supported.

The LRIT notification message structure is from the documentation of XML interface v1.7.7.

LRIT2ES_Not elementValuesUsed in CISE Data model
Header  
Version1.7.7No
TestIdValue of the configuration parameter xmlintfce.test of the businessConfig.propertiesNo
EULRITDCRedIdUnique ID of the message generated by the LRIT DC data centreNo
ESRefId

The value of the ESRefId parameter in the request associated with this position report.

Not included or empty in case of mandatory periodic reports, reports resulting from coastal standing orders or SAM reports.

No
SentAtThe current date and timeNo
FromEU_LRIT_DCNo
ToThe value of the From parameter in the request associated with this position report.No
StatusCodeOKNo
StatusMessageEmptyNo
PositionReportDetails  
LRIT_NotificationDetails  
ShipborneEquipment  
LRIT_LatitudeLatitude of the embedded ship position reportYes
LRIT_LongitudeLongitude of the embedded ship position reportYes
LRIT_TimeStamp1TimeStamp1 of the embedded ship position reportYes
LRITShipbornEquipmentIdShipborneEquipmentId of the embedded ship position reportNo
ASP  
LRIT_ASPIdASPId of the embedded sip position reportNo
LRIT_CSPIdCSPId of the embedded ship position reportNo
LRIT_ReportedIMONumIMONum of the embedded ship position reportYes
LRIT_ReportedMMSINumMMSINum of the embedded ship position reportYes
LRIT_TimeStamp2TimeStamp2 of the embedded ship position reportNo
LRIT_TimeStamp3TimeStamp3 of the embedded ship position reportNo
DC  
LRIT_DCIdDCId of the embedded ship position reportNo
EULRITDC_MessageTypeConstant value: 601 (or 612 for response to internal request)No
LRIT_MessageTypeMessageType of the embedded ship position report (or 4 for response to internal request)No
LRIT_MessageIdUnique identifier of the message, generated by the EU DCNo
LRIT_ReferenceId

The value of the LRIT_MessageId parameter in the request associated with this position report.

Not included or empty in case of mandatory periodic reports and reports resulting from coastal standing orders.

No
LRIT_TimeStamp4TimeStamp4 of the embedded ship position reportNo
LRIT_TimeStamp5TimeStamp5 of the embedded ship position reportNo
LRIT_ResponseTypeResponseType of the embedded ship position reportNo
LRIT_DataUserRequestorDataUserRequestor of the embedded ship position reportNo
LRIT_ShipNameShipName of the embedded ship position reportYes
LRIT_DataUserProviderDataUserProvider of the embedded ship position reportNo
LRIT_DDPVersionNumDDPVersionNum of the embedded ship position reportNo
LRIT_TestTest of the embedded ship position reportNo
LRIT_SchemaVersionSchemaVersion of the embedded ship position reportNo

CISE Format

<?xml version="1.0" encoding="UTF-8"?>
<!-- mapping of LRIT-->
<Vessel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://cise.jrc.ec.europa.eu/datamodel/last/xsd/Vessel.xsd">
    <Name>ATLANTIS ALVARADO</Name><!-- LRIT_ShipName -->
    <LocationRel>
        <Location>
            <Geometry>
                <Latitude>37.9333</Latitude><!--LRIT_Latitude -->
                <Longitude>23.5301</Longitude><!--LRIT_Longitude -->
            </Geometry>
        </Location>
        <Metadata><Creator><Nationality>IT</Nationality></Creator></Metadata> <!-- fixed value -->
        <PeriodOfTime>
            <StartDate>2017-10-19</StartDate><!-- LRIT_TimeStamp1 -->
            <StartTime>22:30:00Z</StartTime><!-- LRIT_TimeStamp1 -->
        </PeriodOfTime>
        <SourceType>Declaration</SourceType><!-- fixed value-->
        <SensorType>LongRangeIdentificationTracking</SensorType><!-- fixed value-->
    </LocationRel>
    <IMONumber>9074729</IMONumber><!-- LRIT_ReportedIMONum -->
    <MMSI>248145000</MMSI><!-- LRIT_ReportedMMSINum -->
</Vessel>

 

Detailed Mapping

CISE data model

element

LRIT2ES_Not element

formatting or code conversionRemarks
LRITCISE
Vessel.LocationRel.Location.Geometry.Latitude LRIT_Latitude   
Vessel.LocationRel.Location.Geometry.LongitudeLRIT_Longitude   
Vessel.LocationRel.PeriodOfTime.StartDateLRIT_TimeStamp1XSD:DateTimeYYYY-MM-DD 
Vessel.LocationRel.PeriodOfTime.StartTimeLRIT_TimeStamp1XSD:DateTimehh:mm:ss 
Vessel.LocationRel.SensorType--Code list

fixed value:

LongRangeIdentificationTracking

Vessel.LocationRel.SourceType--Code list

fixed value:

Declaration

Vessel.LocationRel.Metadata.Creator.Nationality--2 letter country code

Filled with the nationality of the provider of the LRIT information

(the one converting it in CISE data model)

Vessel.IMONumberLRIT_ReportedIMONum   
Vessel.MMSILRIT_ReportedMMSINum   
Vessel.NameLRIT_ShipName