name | data type | description |
---|---|---|
Status | FacilityStatusEnumeration | |
Description | array of NaturalLanguageStringStructure | |
AccessibilityAssessment | AccessibilityAssessmentStructure | |
Extensions | Extensions |
Example
{ "Status" : "unknown", "Description" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "AccessibilityAssessment" : { "MobilityImpairedAccess" : true, "Limitations" : { "AccessibilityLimitation" : [ { }, { } ] }, "Suitabilities" : { "Suitability" : [ { }, { } ] }, "Extensions" : { "anies" : [ { }, { } ], "otherAttributes" : { "property1" : "...", "property2" : "..." } } }, "Extensions" : { "anies" : [ { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } }, { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } } ] } }