SituationExchangeRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PreviewInterval Duration
StartTime string
VehicleMode VehicleModesOfTransportEnumeration
WaterSubmode WaterSubmodesOfTransportEnumeration
TramSubmode TramSubmodesOfTransportEnumeration
RailSubmode RailSubmodesOfTransportEnumeration
MetroSubmode MetroSubmodesOfTransportEnumeration
CoachSubmode CoachSubmodesOfTransportEnumeration
BusSubmode BusSubmodesOfTransportEnumeration
AirSubmode AirSubmodesOfTransportEnumeration
AccessMode AccessModesEnumeration
Severity SeverityEnumeration
Scope array of ScopeTypeEnumeration
Predictability PredictabilityEnumeration
Keywords array of string
Verification VerificationStatusEnumeration
Progress array of WorkflowStatusEnumeration
Reality InformationStatusEnum
OperatorRef OperatorRefStructure
OperationalUnitRef array of OperationalUnitRefStructure
NetworkRef OperatorRefStructure
LineRef array of LineRef
StopPointRef StopPointRef
ConnectionLinkRef array of ConnectionLinkRef
FacilityRef array of FacilityRef
StopPlaceRef StopPlaceRef
VehicleJourneyRef VehicleJourneyRef
InterchangeRef InterchangeRef
VehicleRef VehicleRef
CountryRef CountryRefStructure
PlaceRef string
Location array of LocationStructure
SituationRoadFilter SituationRoadFilter
AccessibilityNeedFilter array of PassengerAccessibilityNeedsStructure
Language string
MaximumNumberOfSituationElements number
Extensions Extensions
version string
Properties inherited from AbstractServiceRequestStructure
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "PreviewInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "StartTime" : "...",
  "VehicleMode" : "pti1_7",
  "WaterSubmode" : "pti7_255",
  "TramSubmode" : "pti6_0",
  "RailSubmode" : "crossCountryRailService",
  "MetroSubmode" : "tube",
  "CoachSubmode" : "internationalCoachService",
  "BusSubmode" : "pti5_2",
  "AirSubmode" : "pti8_0",
  "AccessMode" : "taxi",
  "Severity" : "pti26_0",
  "Scope" : [ "connectionLink", "place" ],
  "Predictability" : "all",
  "Keywords" : [ "...", "..." ],
  "Verification" : "pti32_255",
  "Progress" : [ "draft", "approvedDraft" ],
  "Reality" : "test",
  "OperatorRef" : {
    "value" : "..."
  },
  "OperationalUnitRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "NetworkRef" : {
    "value" : "..."
  },
  "LineRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "StopPointRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "FacilityRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "StopPlaceRef" : {
    "value" : "..."
  },
  "VehicleJourneyRef" : {
    "value" : "..."
  },
  "InterchangeRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "CountryRef" : {
    "value" : "la"
  },
  "PlaceRef" : "...",
  "Location" : [ {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  }, {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  } ],
  "SituationRoadFilter" : {
    "RoadFilter" : [ {
      "roadNumber" : "...",
      "directionBound" : "northEastBound",
      "referencePointIdentifier" : "..."
    }, {
      "roadNumber" : "...",
      "directionBound" : "westBound",
      "referencePointIdentifier" : "..."
    } ]
  },
  "AccessibilityNeedFilter" : [ {
    "UserNeed" : [ {
      "EncumbranceNeed" : "guideDog",
      "MedicalNeed" : "heartCondition",
      "PsychosensoryNeed" : "otherPsychosensoryNeed",
      "MobilityNeed" : "motorizedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }, {
      "EncumbranceNeed" : "otherEncumbrance",
      "MedicalNeed" : "allergic",
      "PsychosensoryNeed" : "visualImpairment",
      "MobilityNeed" : "wheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    } ],
    "AccompaniedByCarer" : true
  }, {
    "UserNeed" : [ {
      "EncumbranceNeed" : "otherAnimal",
      "MedicalNeed" : "allergic",
      "PsychosensoryNeed" : "averseToConfinedSpaces",
      "MobilityNeed" : "assistedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }, {
      "EncumbranceNeed" : "pushchair",
      "MedicalNeed" : "otherMedicalNeed",
      "PsychosensoryNeed" : "averseToEscalators",
      "MobilityNeed" : "wheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    } ],
    "AccompaniedByCarer" : true
  } ],
  "Language" : "...",
  "MaximumNumberOfSituationElements" : 12345,
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}