name | data type | description |
---|---|---|
carriageway | array of CarriagewayEnum | |
footpath | boolean | |
lane | array of LaneEnum | |
lengthAffected | number | |
locationDescriptor | array of LocationDescriptorEnum | |
locationPrecision | number | |
sequentialRampNumber | number | |
supplementaryPositionalDescriptionExtension | ExtensionType |
Example
{ "carriageway" : [ "serviceRoad", "exitSlipRoad" ], "footpath" : true, "lane" : [ "lane3", "heavyVehicleLane" ], "lengthAffected" : 12345.0, "locationDescriptor" : [ "inTheCentre", "onUndergroundSection" ], "locationPrecision" : 12345, "sequentialRampNumber" : 12345, "supplementaryPositionalDescriptionExtension" : { "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" : { } } ] } }