| name | data type | description | 
|---|---|---|
| LineRef | LineRef | |
| DirectionRef | DirectionRefStructure | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| JourneyPatternRef | JourneyPatternRef | |
| VehicleMode | array of VehicleModesEnumeration | |
| RouteRef | RouteRefStructure | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionName | NaturalLanguageStringStructure | |
| ExternalLineRef | LineRef | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| OriginRef | JourneyPlaceRefStructure | |
| OriginName | NaturalLanguagePlaceNameStructure | |
| OriginShortName | NaturalLanguagePlaceNameStructure | |
| Via | array of PlaceNameStructure | |
| DestinationRef | DestinationRef | |
| DestinationName | NaturalLanguageStringStructure | |
| DestinationShortName | NaturalLanguagePlaceNameStructure | |
| VehicleJourneyName | NaturalLanguageStringStructure | |
| JourneyNote | array of NaturalLanguageStringStructure | |
| HeadwayService | boolean | |
| OriginAimedDepartureTime | string | |
| DestinationAimedArrivalTime | string | |
| FacilityConditionElement | array of FacilityConditionElement | |
| FacilityChangeElement | FacilityChangeElement | |
| SituationRef | array of SituationRef | |
| BlockRef | BlockRefStructure | |
| CourseOfJourneyRef | CourseOfJourneyStructure | |
| VehicleRef | VehicleRef | |
| Monitored | boolean | |
| AimedDepartureTime | string | |
| Extensions | Extensions | 
Example
{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "ferry", "underground" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "OriginRef" : {
    "value" : "..."
  },
  "OriginName" : {
    "value" : "...",
    "lang" : "..."
  },
  "OriginShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "Via" : [ {
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "DestinationRef" : {
    "value" : "..."
  },
  "DestinationName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DestinationShortName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleJourneyName" : {
    "value" : "...",
    "lang" : "..."
  },
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "HeadwayService" : true,
  "OriginAimedDepartureTime" : "...",
  "DestinationAimedArrivalTime" : "...",
  "FacilityConditionElement" : [ {
    "FacilityRef" : {
      "value" : "..."
    },
    "Facility" : {
      "FacilityCode" : "...",
      "Description" : { },
      "FacilityClass" : [ "reservedArea", "serviceForPersonalDevice" ],
      "Features" : { },
      "OwnerRef" : { },
      "OwnerName" : { },
      "ValidityCondition" : { },
      "FacilityLocation" : { },
      "Limitations" : { },
      "Suitabilities" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "FacilityStatus" : {
      "Status" : "added",
      "Description" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "Remedy" : {
      "RemedyType" : "otherLocation",
      "Description" : { },
      "Extensions" : { }
    },
    "MonitoringInfo" : {
      "MonitoringInterval" : { },
      "MonitoringType" : "unknown",
      "MonitoringPeriod" : { },
      "Extensions" : { }
    },
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "FacilityRef" : {
      "value" : "..."
    },
    "Facility" : {
      "FacilityCode" : "...",
      "Description" : { },
      "FacilityClass" : [ "unknown", "reservedArea" ],
      "Features" : { },
      "OwnerRef" : { },
      "OwnerName" : { },
      "ValidityCondition" : { },
      "FacilityLocation" : { },
      "Limitations" : { },
      "Suitabilities" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "FacilityStatus" : {
      "Status" : "removed",
      "Description" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "Remedy" : {
      "RemedyType" : "otherRoute",
      "Description" : { },
      "Extensions" : { }
    },
    "MonitoringInfo" : {
      "MonitoringInterval" : { },
      "MonitoringType" : "automatic",
      "MonitoringPeriod" : { },
      "Extensions" : { }
    },
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "..."
    },
    "Extensions" : {
      "any" : { }
    }
  } ],
  "FacilityChangeElement" : {
    "EquipmentAvailability" : {
      "EquipmentRef" : { },
      "Description" : { },
      "EquipmentTypeRef" : { },
      "ValidityPeriod" : { },
      "EquipmentStatus" : "unknown",
      "EquipmentFeatures" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "MobilityDisruption" : {
      "MobilityImpairedAccess" : true,
      "AccessFacility" : [ "stairs", "stairs" ]
    }
  },
  "SituationRef" : [ {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  }, {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  } ],
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "Monitored" : true,
  "AimedDepartureTime" : "...",
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}