| name | data type | description | 
|---|---|---|
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| TimingPoint | boolean | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| AimedArrivalTime | string | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| ArrivalStopAssignment | PlannedStopAssignmentStructure | |
| ArrivalOperatorRefs | array of OperatorRefStructure | |
| AimedDepartureTime | string | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| DepartureStopAssignment | PlannedStopAssignmentStructure | |
| DepartureOperatorRefs | array of OperatorRefStructure | |
| AimedLatestPassengerAccessTime | string | |
| AimedHeadwayInterval | Duration | 
Example
{
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "TimingPoint" : true,
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "AimedArrivalTime" : "...",
  "ArrivalPlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ArrivalBoardingActivity" : "passThru",
  "ArrivalStopAssignment" : {
    "AimedQuayRef" : {
      "value" : "..."
    },
    "AimedQuayName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "ArrivalOperatorRefs" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "AimedDepartureTime" : "...",
  "DeparturePlatformName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DepartureBoardingActivity" : "noBoarding",
  "DepartureStopAssignment" : {
    "AimedQuayRef" : {
      "value" : "..."
    },
    "AimedQuayName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "DepartureOperatorRefs" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "AimedLatestPassengerAccessTime" : "...",
  "AimedHeadwayInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  }
}