| name | data type | description | 
|---|---|---|
| MonitoringRef | MonitoringRefStructure | |
| VisitNumber | number | |
| LineRef | LineRef | |
| DirectionRef | DirectionRefStructure | |
| FramedVehicleJourneyRef | FramedVehicleJourneyRefStructure | |
| JourneyPatternRef | JourneyPatternRef | |
| VehicleMode | array of VehicleModesEnumeration | |
| RouteRef | RouteRefStructure | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionName | NaturalLanguageStringStructure | |
| ExternalLineRef | LineRef | |
| Extensions | Extensions | |
Properties inherited from AbstractReferencingItemStructure | 
        ||
| ItemRef | ItemRefStructure | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "MonitoringRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "tram", "bus" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "ItemRef" : {
    "value" : "..."
  },
  "RecordedAtTime" : "..."
}