OptionalTrafficElementStructure Data Type

Abstract Type
Implemented Interfaces
Serializable
Properties
name data type description
situationRecordCreationReference string
situationRecordCreationTime string
situationRecordObservationTime string
situationRecordVersion number
situationRecordVersionTime string
situationRecordFirstSupplierVersionTime string
probabilityOfOccurrence ProbabilityOfOccurrenceEnum
Source Source
validity Validity
impact Impact
cause Cause
generalPublicComment array of Comment
nonGeneralPublicComment array of Comment
groupOfLocations GroupOfLocations
management Management
situationRecordExtension ExtensionType
trafficElementExtension ExtensionType

Example

{
  "situationRecordCreationReference" : "...",
  "situationRecordCreationTime" : "...",
  "situationRecordObservationTime" : "...",
  "situationRecordVersion" : 12345,
  "situationRecordVersionTime" : "...",
  "situationRecordFirstSupplierVersionTime" : "...",
  "probabilityOfOccurrence" : "certain",
  "Source" : {
    "sourceCountry" : "cz",
    "sourceIdentification" : "...",
    "sourceName" : {
      "values" : { }
    },
    "sourceType" : "cameraObservation",
    "reliable" : true,
    "sourceExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "validity" : {
    "validityStatus" : "suspended",
    "overrunning" : true,
    "validityTimeSpecification" : {
      "overallStartTime" : "...",
      "overallEndTime" : "...",
      "validPeriod" : [ { }, { } ],
      "exceptionPeriod" : [ { }, { } ],
      "overallPeriodExtension" : { }
    },
    "validityExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "impact" : {
    "capacityRemaining" : 12345.0,
    "numberOfLanesRestricted" : 12345,
    "numberOfOperationalLanes" : 12345,
    "originalNumberOfLanes" : 12345,
    "residualRoadWidth" : 12345.0,
    "trafficConstrictionType" : "lanesPartiallyObstructed",
    "delays" : {
      "delayBand" : "betweenThirtyMinutesAndOneHour",
      "delaysType" : "delays",
      "delayTimeValue" : 12345.0,
      "delaysExtension" : { }
    },
    "impactExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "cause" : {
    "causeExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "generalPublicComment" : [ {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "nonGeneralPublicComment" : [ {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "groupOfLocations" : {
    "groupOfLocationsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "management" : {
    "lifeCycleManagement" : {
      "cancel" : true,
      "end" : true,
      "lifeCycleManagementExtension" : { }
    },
    "filterExitManagement" : {
      "filterEnd" : true,
      "filterOutOfRange" : true,
      "filterExitManagementExtension" : { }
    },
    "managementExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "situationRecordExtension" : {
    "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" : { }
    } ]
  },
  "trafficElementExtension" : {
    "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" : { }
    } ]
  }
}