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