| name | data type | description |
|---|---|---|
| AffectedFacility | array of AffectedFacilityStructure |
Example
{
"AffectedFacility" : [ {
"FacilityRef" : {
"value" : "..."
},
"StartStopPointRef" : {
"value" : "..."
},
"EndStopPointRef" : {
"value" : "..."
},
"FacilityName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"FacilityStatus" : [ "notAvailable", "available" ],
"Extensions" : [ {
"anies" : [ { }, { } ]
}, {
"anies" : [ { }, { } ]
} ]
}, {
"FacilityRef" : {
"value" : "..."
},
"StartStopPointRef" : {
"value" : "..."
},
"EndStopPointRef" : {
"value" : "..."
},
"FacilityName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"FacilityStatus" : [ "available", "available" ],
"Extensions" : [ {
"anies" : [ { }, { } ]
}, {
"anies" : [ { }, { } ]
} ]
} ]
}