name | data type | constraints | description |
---|---|---|---|
LineRef | LineRef | ||
LineName | array of NaturalLanguageStringStructure | ||
Monitored | boolean | required | |
Destinations | Destinations | ||
Directions | Directions | ||
Extensions | Extensions |
Example
{ "LineRef" : { "value" : "..." }, "LineName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "Monitored" : true, "Destinations" : { "Destination" : [ { "DestinationRef" : { }, "PlaceName" : [ { }, { } ], "DirectionRef" : { } }, { "DestinationRef" : { }, "PlaceName" : [ { }, { } ], "DirectionRef" : { } } ] }, "Directions" : { "Direction" : [ { "JourneyPatterns" : { }, "Extensions" : { }, "DirectionRef" : { }, "DirectionName" : [ { }, { } ] }, { "JourneyPatterns" : { }, "Extensions" : { }, "DirectionRef" : { }, "DirectionName" : [ { }, { } ] } ] }, "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" : { } } ] } }