| name | data type | description | 
|---|---|---|
| Datex2Locations | GroupOfLocations | |
| AffectedRoad | array of AffectedRoadStructure | 
Example
{
  "Datex2Locations" : {
    "groupOfLocationsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "AffectedRoad" : [ {
    "Road" : {
      "roadsideReferencePointPrimaryLocation" : { },
      "roadsideReferencePointSecondaryLocation" : { },
      "roadsideReferencePointLinearExtension" : { }
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "Road" : {
      "roadsideReferencePointPrimaryLocation" : { },
      "roadsideReferencePointSecondaryLocation" : { },
      "roadsideReferencePointLinearExtension" : { }
    },
    "LinkProjection" : {
      "Line" : { },
      "Features" : { }
    },
    "Offset" : {
      "DistanceFromStart" : 12345,
      "DistanceFromEnd" : 12345
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ]
}