FacilityMonitoringRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PreviewInterval Duration
StartTime string
FacilityRef array of FacilityRef
FeatureRef FeatureRef
LineRef LineRef
StopPointRef StopPointRef
ConnectionLinkRef ConnectionLinkRef
VehicleJourneyRef VehicleJourneyRef
InterchangeRef InterchangeRef
VehicleRef VehicleRef
StopPlaceRef StopPlaceRef
StopPlaceComponentRef StopPlaceComponentRefStructure
AccessibilityNeedsFilter array of AccessibilityNeedsFilterStructure
Language string
MaximumNumberOfFacilityConditions 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" : "...",
  "FacilityRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "FeatureRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "VehicleJourneyRef" : {
    "value" : "..."
  },
  "InterchangeRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "StopPlaceRef" : {
    "value" : "..."
  },
  "StopPlaceComponentRef" : {
    "value" : "..."
  },
  "AccessibilityNeedsFilter" : [ {
    "UserNeed" : [ {
      "EncumbranceNeed" : "luggageEncumbered",
      "MedicalNeed" : "heartCondition",
      "PsychosensoryNeed" : "averseToConfinedSpaces",
      "MobilityNeed" : "assistedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }, {
      "EncumbranceNeed" : "baggageTrolley",
      "MedicalNeed" : "allergic",
      "PsychosensoryNeed" : "averseToCrowds",
      "MobilityNeed" : "motorizedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    } ]
  }, {
    "UserNeed" : [ {
      "EncumbranceNeed" : "luggageEncumbered",
      "MedicalNeed" : "otherMedicalNeed",
      "PsychosensoryNeed" : "otherPsychosensoryNeed",
      "MobilityNeed" : "assistedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }, {
      "EncumbranceNeed" : "guideDog",
      "MedicalNeed" : "otherMedicalNeed",
      "PsychosensoryNeed" : "cognitiveInputImpairment",
      "MobilityNeed" : "assistedWheelchair",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    } ]
  } ],
  "Language" : "...",
  "MaximumNumberOfFacilityConditions" : 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" : "..."
}