Situation Data Type

Implemented Interfaces
Serializable
Properties
name data type description
overallImpact OverallImpactEnum
relatedSituation array of string
headerInformation HeaderInformation
situationRecord array of SituationRecord
situationExtension ExtensionType
id string

Example

{
  "overallImpact" : "normal",
  "relatedSituation" : [ "...", "..." ],
  "headerInformation" : {
    "areaOfInterest" : "continentWide",
    "confidentiality" : "restrictedToAuthoritiesAndTrafficOperators",
    "informationUsage" : [ "variableMessageSign", "broadcast" ],
    "informationStatus" : "securityExercise",
    "urgency" : "normalUrgency",
    "headerInformationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "situationRecord" : [ {
    "situationRecordCreationReference" : "...",
    "situationRecordCreationTime" : {
      "value" : "..."
    },
    "situationRecordObservationTime" : {
      "value" : "..."
    },
    "situationRecordVersion" : 12345,
    "situationRecordVersionTime" : {
      "value" : "..."
    },
    "situationRecordFirstSupplierVersionTime" : {
      "value" : "..."
    },
    "informationUsageOverride" : "broadcast",
    "probabilityOfOccurrence" : "riskOf",
    "sourceInformation" : {
      "sourceCountry" : "gi",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "otherOfficialVehicle",
      "reliable" : true,
      "sourceInformationExtension" : { }
    },
    "validity" : {
      "validityStatus" : "definedByValidityTimeSpec",
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "impact" : {
      "impactOnTraffic" : "congested",
      "impactDetails" : { },
      "delays" : { },
      "impactExtension" : { }
    },
    "cause" : { },
    "advice" : [ {
      "adviceExtension" : { }
    }, {
      "adviceExtension" : { }
    } ],
    "generalPublicComment" : [ {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    }, {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    } ],
    "nonGeneralPublicComment" : [ {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    }, {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    } ],
    "groupOfLocations" : {
      "locationContainedInGroup" : [ { }, { } ],
      "routeDestination" : [ { }, { } ],
      "groupOfLocationsExtension" : { }
    },
    "management" : {
      "lifeCycleManagement" : { },
      "filterExitManagement" : { },
      "managementExtension" : { }
    },
    "situationRecordExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  }, {
    "situationRecordCreationReference" : "...",
    "situationRecordCreationTime" : {
      "value" : "..."
    },
    "situationRecordObservationTime" : {
      "value" : "..."
    },
    "situationRecordVersion" : 12345,
    "situationRecordVersionTime" : {
      "value" : "..."
    },
    "situationRecordFirstSupplierVersionTime" : {
      "value" : "..."
    },
    "informationUsageOverride" : "broadcast",
    "probabilityOfOccurrence" : "riskOf",
    "sourceInformation" : {
      "sourceCountry" : "lu",
      "sourceIdentification" : "...",
      "sourceName" : { },
      "sourceType" : "freightVehicleOperator",
      "reliable" : true,
      "sourceInformationExtension" : { }
    },
    "validity" : {
      "validityStatus" : "suspended",
      "validityTimeSpecification" : { },
      "validityExtension" : { }
    },
    "impact" : {
      "impactOnTraffic" : "unknown",
      "impactDetails" : { },
      "delays" : { },
      "impactExtension" : { }
    },
    "cause" : { },
    "advice" : [ {
      "adviceExtension" : { }
    }, {
      "adviceExtension" : { }
    } ],
    "generalPublicComment" : [ {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    }, {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    } ],
    "nonGeneralPublicComment" : [ {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    }, {
      "comment" : { },
      "commentDateTime" : { },
      "commentExtension" : { }
    } ],
    "groupOfLocations" : {
      "locationContainedInGroup" : [ { }, { } ],
      "routeDestination" : [ { }, { } ],
      "groupOfLocationsExtension" : { }
    },
    "management" : {
      "lifeCycleManagement" : { },
      "filterExitManagement" : { },
      "managementExtension" : { }
    },
    "situationRecordExtension" : {
      "anies" : [ { }, { } ]
    },
    "id" : "..."
  } ],
  "situationExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "id" : "..."
}