| name | data type | description | 
|---|---|---|
| UseReferences | boolean | |
| UseNames | boolean | |
Properties inherited from CapabilityRequestPolicyStructure | 
        ||
| NationalLanguage | array of string | |
| Translations | boolean | |
| WgsDecimalDegrees | string | |
| GmlCoordinateFormat | string | |
Example
{
  "UseReferences" : true,
  "UseNames" : true,
  "NationalLanguage" : [ "...", "..." ],
  "Translations" : true,
  "WgsDecimalDegrees" : "...",
  "GmlCoordinateFormat" : "..."
}