| name | data type | description | 
|---|---|---|
| carriageway | array of CarriagewayEnum | |
| footpath | boolean | |
| lanes | array of LanesEnum | |
| lengthAffected | number | |
| locationDescriptor | array of LocationDescriptorEnum | |
| supplementaryPositionalDescriptionExtension | ExtensionType | 
Example
{
  "carriageway" : [ "flyover", "flyover" ],
  "footpath" : true,
  "lanes" : [ "lane9", "leftLane" ],
  "lengthAffected" : 12345.0,
  "locationDescriptor" : [ "onTheRoadway", "withinJunction" ],
  "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" : { }
    } ]
  }
}