AffectsScopeStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AreaOfInterest AreaOfInterestEnum
Operators Operators
Networks Networks
StopPoints StopPoints
StopPlaces StopPlaces
Places Places
VehicleJourneys VehicleJourneys
Roads AffectedRoadsStructure
Extensions Extensions

Example

{
  "AreaOfInterest" : "neighbouringCountries",
  "Operators" : {
    "AffectedOperator" : [ {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "AllOperators" : "..."
  },
  "Networks" : {
    "AffectedNetwork" : [ {
      "AffectedOperator" : [ { }, { } ],
      "NetworkRef" : { },
      "NetworkName" : { },
      "RoutesAffected" : { },
      "VehicleMode" : "underground",
      "WaterSubmode" : "internationalPassengerFerry",
      "TramSubmode" : "pti6_2",
      "RailSubmode" : "longDistanceTrain",
      "MetroSubmode" : "urbanRailway",
      "CoachSubmode" : "specialCoachService",
      "BusSubmode" : "loc10_13",
      "AirSubmode" : "undefinedAircraftService",
      "AccessMode" : "car",
      "AffectedLine" : [ { }, { } ],
      "SelectedRoutes" : "...",
      "AllLines" : "...",
      "Extensions" : { }
    }, {
      "AffectedOperator" : [ { }, { } ],
      "NetworkRef" : { },
      "NetworkName" : { },
      "RoutesAffected" : { },
      "VehicleMode" : "pti1_0",
      "WaterSubmode" : "pti7_7",
      "TramSubmode" : "sightseeingTram",
      "RailSubmode" : "pti2_0",
      "MetroSubmode" : "pti4_4",
      "CoachSubmode" : "pti3_5",
      "BusSubmode" : "pti5_10",
      "AirSubmode" : "airshipService",
      "AccessMode" : "taxi",
      "AffectedLine" : [ { }, { } ],
      "SelectedRoutes" : "...",
      "AllLines" : "...",
      "Extensions" : { }
    } ]
  },
  "StopPoints" : {
    "AffectedStopPoint" : [ {
      "StopPointRef" : { },
      "PrivateRef" : "...",
      "StopPointName" : { },
      "StopPointType" : "platformNumber",
      "Location" : { },
      "AffectedModes" : { },
      "PlaceRef" : { },
      "PlaceName" : { },
      "AccessibilityAssessment" : { },
      "ConnectionLinks" : { },
      "Extensions" : { }
    }, {
      "StopPointRef" : { },
      "PrivateRef" : "...",
      "StopPointName" : { },
      "StopPointType" : "terminalGate",
      "Location" : { },
      "AffectedModes" : { },
      "PlaceRef" : { },
      "PlaceName" : { },
      "AccessibilityAssessment" : { },
      "ConnectionLinks" : { },
      "Extensions" : { }
    } ]
  },
  "StopPlaces" : {
    "AffectedStopPlace" : [ {
      "StopPlaceRef" : { },
      "PlaceName" : { },
      "StopPlaceType" : "busStation",
      "AffectedComponents" : { },
      "AffectedNavigationPaths" : { },
      "Extensions" : { },
      "AccessibilityAssessment" : { }
    }, {
      "StopPlaceRef" : { },
      "PlaceName" : { },
      "StopPlaceType" : "other",
      "AffectedComponents" : { },
      "AffectedNavigationPaths" : { },
      "Extensions" : { },
      "AccessibilityAssessment" : { }
    } ]
  },
  "Places" : {
    "AffectedPlace" : [ {
      "PlaceRef" : "...",
      "PrivateCode" : "...",
      "PlaceName" : { },
      "Location" : { },
      "PlaceCategory" : "...",
      "EquipmentRef" : [ "...", "..." ],
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    }, {
      "PlaceRef" : "...",
      "PrivateCode" : "...",
      "PlaceName" : { },
      "Location" : { },
      "PlaceCategory" : "...",
      "EquipmentRef" : [ "...", "..." ],
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    } ]
  },
  "VehicleJourneys" : {
    "AffectedVehicleJourney" : {
      "VehicleJourneyRef" : [ { }, { } ],
      "DatedVehicleJourneyRef" : [ { }, { } ],
      "JourneyName" : { },
      "Operator" : { },
      "LineRef" : { },
      "PublishedLineName" : { },
      "DirectionRef" : { },
      "Origins" : [ { }, { } ],
      "Destinations" : [ { }, { } ],
      "Route" : [ { }, { } ],
      "OriginAimedDepartureTime" : "...",
      "DestinationAimedArrivalTime" : "...",
      "AccessibilityAssessment" : { },
      "Calls" : { },
      "Extensions" : { }
    }
  },
  "Roads" : {
    "Datex2Locations" : {
      "locationContainedInGroup" : [ { }, { } ],
      "routeDestination" : [ { }, { } ],
      "groupOfLocationsExtension" : { }
    },
    "AffectedRoad" : [ {
      "Road" : { },
      "LinkProjection" : { },
      "Offset" : { }
    }, {
      "Road" : { },
      "LinkProjection" : { },
      "Offset" : { }
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}