| name | data type | description |
|---|---|---|
| MonitoringRef | MonitoringRefStructure | |
| StopPointRef | StopPointRef | |
| SituationRef | array of SituationRef | |
| StopNote | array of NaturalLanguageStringStructure | |
| Extensions | Extensions | |
Properties inherited from AbstractRequiredIdentifiedItemStructure |
||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure |
||
| RecordedAtTime | string | |
Example
{
"MonitoringRef" : {
"value" : "..."
},
"StopPointRef" : {
"value" : "..."
},
"SituationRef" : [ {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
}, {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
} ],
"StopNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"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" : { }
} ]
},
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
}