ContextStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
CountryRef CountryRefStructure
ParticipantRef RequestorRef
TopographicPlaceRef string
TopographicPlaceName NaturalLanguageStringStructure
DefaultLanguage string
NetworkContext NetworkContextStructure
Actions ActionsStructure
Extensions Extensions

Example

{
  "CountryRef" : {
    "value" : "eg"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "TopographicPlaceRef" : "...",
  "TopographicPlaceName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DefaultLanguage" : "...",
  "NetworkContext" : {
    "Operator" : [ {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "Network" : {
      "NetworkRef" : { },
      "NetworkName" : { },
      "VehicleMode" : "waterTransportService",
      "WaterSubmode" : "pti7_21",
      "TramSubmode" : "pti6_255",
      "RailSubmode" : "vehicleRailTransportService",
      "MetroSubmode" : "pti4_1",
      "CoachSubmode" : "pti3_1",
      "BusSubmode" : "loc10_8",
      "AirSubmode" : "pti8_255",
      "AccessMode" : "shuttle"
    }
  },
  "Actions" : {
    "PublishToWebAction" : [ {
      "Incidents" : true,
      "HomePage" : true,
      "Ticker" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    }, {
      "Incidents" : true,
      "HomePage" : true,
      "Ticker" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    } ],
    "PublishToMobileAction" : [ {
      "Incidents" : true,
      "HomePage" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "open"
    }, {
      "Incidents" : true,
      "HomePage" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    } ],
    "PublishToTvAction" : {
      "Ceefax" : true,
      "Teletext" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    },
    "PublishToAlertsAction" : [ {
      "ByEmail" : true,
      "ByMobile" : true,
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    }, {
      "ByEmail" : true,
      "ByMobile" : true,
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    } ],
    "ManualAction" : [ {
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    }, {
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    } ],
    "NotifyByEmailAction" : [ {
      "email" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "open"
    }, {
      "email" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    } ],
    "NotifyBySmsAction" : {
      "Phone" : "...",
      "Premium" : true,
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    },
    "NotifyByPagerAction" : [ {
      "PagerGroupRef" : "...",
      "Pager" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    }, {
      "PagerGroupRef" : "...",
      "Pager" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    } ],
    "NotifyUserAction" : [ {
      "WorkgroupRef" : "...",
      "UserName" : "...",
      "UserRef" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "published"
    }, {
      "WorkgroupRef" : "...",
      "UserName" : "...",
      "UserRef" : "...",
      "BeforeNotices" : { },
      "ClearNotice" : true,
      "Description" : { },
      "ActionData" : [ { }, { } ],
      "ActionStatus" : "closed"
    } ],
    "Extensions" : { }
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}