AffectedStopPlaceStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
StopPlaceRef StopPlaceRef
PlaceName NaturalLanguageStringStructure
StopPlaceType StopPlaceTypeEnumeration
AffectedComponents AffectedComponents
AffectedNavigationPaths AffectedNavigationPaths
Extensions Extensions
Properties inherited from AffectedStopPlaceElementStructure
AccessibilityAssessment AccessibilityAssessmentStructure

Example

{
  "StopPlaceRef" : {
    "value" : "..."
  },
  "PlaceName" : {
    "value" : "...",
    "lang" : "..."
  },
  "StopPlaceType" : "onStreetBus",
  "AffectedComponents" : {
    "AffectedComponent" : [ {
      "ComponentRef" : { },
      "ComponentName" : { },
      "ComponentType" : "accessSpace",
      "PointProjection" : { },
      "LinkProjection" : { },
      "ZoneProjection" : { },
      "Offset" : { },
      "Extensions" : { },
      "AccessibilityAssessment" : { }
    }, {
      "ComponentRef" : { },
      "ComponentName" : { },
      "ComponentType" : "accessSpace",
      "PointProjection" : { },
      "LinkProjection" : { },
      "ZoneProjection" : { },
      "Offset" : { },
      "Extensions" : { },
      "AccessibilityAssessment" : { }
    } ]
  },
  "AffectedNavigationPaths" : {
    "NavigationPathRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  }
}