ContextualisedConnectionLinkStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ConnectionLinkCode string
StopPointRef StopPointRef
StopPointName NaturalLanguageStringStructure
DefaultDuration Duration
FrequentTravellerDuration Duration
OccasionalTravellerDuration Duration
ImpairedAccessDuration Duration

Example

{
  "ConnectionLinkCode" : "...",
  "StopPointRef" : {
    "value" : "..."
  },
  "StopPointName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DefaultDuration" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "FrequentTravellerDuration" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "OccasionalTravellerDuration" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ImpairedAccessDuration" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  }
}