| name | data type | description | 
|---|---|---|
| PlaceRef | string | |
| PrivateCode | string | |
| PlaceName | NaturalLanguageStringStructure | |
| Location | LocationStructure | |
| PlaceCategory | string | |
| EquipmentRef | array of string | |
| AccessibilityAssessment | AccessibilityAssessmentStructure | |
| Extensions | Extensions | 
Example
{
  "PlaceRef" : "...",
  "PrivateCode" : "...",
  "PlaceName" : {
    "value" : "...",
    "lang" : "..."
  },
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "PlaceCategory" : "...",
  "EquipmentRef" : [ "...", "..." ],
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}