AffectedFacilities Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedFacility array of AffectedFacilityStructure

Example

{
  "AffectedFacility" : [ {
    "FacilityRef" : {
      "value" : "..."
    },
    "StartStopPointRef" : {
      "value" : "..."
    },
    "EndStopPointRef" : {
      "value" : "..."
    },
    "FacilityName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "FacilityStatus" : [ "removed", "unknown" ],
    "Extensions" : [ {
      "anies" : [ { }, { } ]
    }, {
      "anies" : [ { }, { } ]
    } ]
  }, {
    "FacilityRef" : {
      "value" : "..."
    },
    "StartStopPointRef" : {
      "value" : "..."
    },
    "EndStopPointRef" : {
      "value" : "..."
    },
    "FacilityName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "FacilityStatus" : [ "available", "notAvailable" ],
    "Extensions" : [ {
      "anies" : [ { }, { } ]
    }, {
      "anies" : [ { }, { } ]
    } ]
  } ]
}