SituationExchangeSubscriptionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SituationExchangeRequest SituationExchangeRequestStructure
IncrementalUpdates boolean
Extensions Extensions
Properties inherited from AbstractSubscriptionStructure
SubscriberRef RequestorRef
SubscriptionIdentifier SubscriptionQualifierStructure
InitialTerminationTime string

Example

{
  "SituationExchangeRequest" : {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "...",
      "EndTimePrecision" : "hour"
    },
    "IncludeOnlyIfInPublicationWindow" : true,
    "VehicleMode" : "bus",
    "WaterSubmode" : "localCarFerryService",
    "TramSubmode" : "pti6_6",
    "RailSubmode" : "pti2_11",
    "MetroSubmode" : "metro",
    "CoachSubmode" : "pti3_0",
    "BusSubmode" : "allBusServices",
    "AirSubmode" : "pti8_8",
    "AccessMode" : "bicycle",
    "Severity" : "unknown",
    "Scope" : [ "route", "road" ],
    "Predictability" : "all",
    "Keywords" : [ "...", "..." ],
    "Verification" : "pti32_255",
    "Progress" : [ "draft", "draft" ],
    "Reality" : "securityExercise",
    "OperatorRef" : {
      "value" : "..."
    },
    "OperationalUnitRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "Lines" : {
      "LineDirection" : [ { }, { } ]
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPointRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "CountryRef" : {
      "value" : "uy"
    },
    "PlaceRef" : "...",
    "Location" : [ {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }, {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    } ],
    "SituationRoadFilter" : {
      "RoadFilter" : [ { }, { } ]
    },
    "AccessibilityNeedFilter" : [ {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    }, {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    } ],
    "Language" : "...",
    "IncludeTranslations" : true,
    "MaximumNumberOfSituationElements" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  },
  "IncrementalUpdates" : true,
  "Extensions" : {
    "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" : { }
    } ]
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionIdentifier" : {
    "value" : "..."
  },
  "InitialTerminationTime" : "..."
}