| name | data type | description | 
|---|---|---|
| GisFeatureRef | array of FeatureRefStructure | 
Example
{
  "GisFeatureRef" : [ {
    "FeatureIdRef" : {
      "value" : "..."
    },
    "FeatureType" : "..."
  }, {
    "FeatureIdRef" : {
      "value" : "..."
    },
    "FeatureType" : "..."
  } ]
}