D2LogicalModelFlow
Properties
Name | Type | Required | Description |
xmlns | string | | |
xmlns:xsi | string | | |
modelBaseVersion | integer (int32) | | |
xsi:schemaLocation | string | | |
exchange | Exchange | | |
payloadPublication | PayloadPublication | |
Example
{
"xmlns": "http://datex2.eu/schema/2/2_0",
"xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"modelBaseVersion": 2,
"xsi:schemaLocation": "http://datex2.eu/schema/2/2_3/DATEXIISchema_2_2_3.xsd",
"exchange": {
"supplierIdentification": {
"country": "string",
"nationalIdentifier": "string"
}
},
"payloadPublication": {
"xsi:type": "ElaboratedDataPublication",
"lang": "en",
"publicationTime": "string (date-time)",
"publicationCreator": {
"country": "string",
"nationalIdentifier": "string"
},
"headerInformation": {
"confidentiality": "noRestriction",
"informationStatus": "real"
},
"elaboratedData": {
"basicData": {
"measurementOrCalculationTime": "2018-06-08T13:54:34Z",
"pertitentLocation": {
"xsi:type": "Linear",
"linearExtension": {
"openlrExtendedLinear": {
"firstDirection": {
"openlrLocationReferencePoint": {
"openlrCoordinate": {
"latitude": "number",
"longitude": "number"
},
"openlrLineAttributes": {
"openlrFunctionalRoadClass": "string",
"openlrFormOfWay": "string",
"openlrBearing": "integer (int32)"
},
"openlrPathAttributes": {
"openlrLowestFRCToNextLRPoint": "string",
"openlrDistanceToNextLRPoint": "integer (int32)"
}
},
"openlrLastLocationReferencePoint": {
"openlrCoordinate": {
"latitude": "number",
"longitude": "number"
},
"openlrLineAttributes": {
"openlrFunctionalRoadClass": "string",
"openlrFormOfWay": "string",
"openlrBearing": "integer (int32)"
}
},
"openlrOffsets": {
"openlrPositiveOffset": "integer (int32)",
"openlrNegativeOffset": "integer (int32)"
}
}
}
}
},
"xsi:type": "TravelTimeData",
"travelTimeStatus": "instantaneous",
"travelTime": {
"duration": 180
},
"freeFlowSpeed": {
"speed": 50
},
"travelTimeDataExtension": {
"travelTimeDataExtended": {
"travelTimeSection": {
"jamFactor": 0.5,
"freeFlowSpeed": {
"speed": 50
},
"averageSpeed": {
"speed": 50
},
"trafficStatus": {
"trafficStatusValue": "freeFlow"
},
"travelTime": {
"duration": 180
},
"length": {
"integerMetreDistance": 1000
}
}
}
}
}
}
}
}