| name | data type | description | 
|---|---|---|
| Period | HalfOpenTimestampRangeStructure | |
| Condition | ServiceConditionEnumeration | |
| Severity | SeverityEnumeration | |
| Affects | AffectsScopeStructure | |
| Suitabilities | Suitabilities | |
| Advice | PtAdviceStructure | |
| Blocking | BlockingStructure | |
| Boarding | BoardingStructure | |
| Delays | DelaysStructure | |
| Casualties | CasualtiesStructure | |
| Easements | array of EasementsStructure | |
| Extensions | Extensions | 
Example
{
  "Period" : {
    "StartTime" : "...",
    "EndTime" : "..."
  },
  "Condition" : "replacementTransport",
  "Severity" : "pti26_3",
  "Affects" : {
    "AreaOfInterest" : "notSpecified",
    "Operators" : {
      "AffectedOperator" : [ { }, { } ],
      "AllOperators" : "..."
    },
    "Networks" : {
      "AffectedNetwork" : [ { }, { } ]
    },
    "StopPoints" : {
      "AffectedStopPoint" : [ { }, { } ]
    },
    "StopPlaces" : {
      "AffectedStopPlace" : [ { }, { } ]
    },
    "Places" : {
      "AffectedPlace" : [ { }, { } ]
    },
    "VehicleJourneys" : {
      "AffectedVehicleJourney" : { }
    },
    "Roads" : {
      "Datex2Locations" : { },
      "AffectedRoad" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  },
  "Suitabilities" : {
    "Suitability" : [ {
      "Suitable" : "suitable",
      "UserNeed" : { }
    }, {
      "Suitable" : "suitable",
      "UserNeed" : { }
    } ]
  },
  "Advice" : {
    "AdviceRef" : {
      "value" : "..."
    },
    "Details" : {
      "value" : "...",
      "lang" : "..."
    }
  },
  "Blocking" : {
    "JourneyPlanner" : true,
    "RealTime" : true
  },
  "Boarding" : {
    "ArrivalBoardingActivity" : "alighting",
    "DepartureBoardingActivity" : "noBoarding"
  },
  "Delays" : {
    "DelayBand" : "negligible",
    "DelayType" : "delaysOfUncertainDuration",
    "Delay" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    }
  },
  "Casualties" : {
    "NumberOfDeaths" : 12345,
    "NumberOfInjured" : 12345
  },
  "Easements" : [ {
    "TicketRestrictions" : "noOffPeakTickets",
    "Easement" : {
      "value" : "...",
      "lang" : "..."
    },
    "EasementRef" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "TicketRestrictions" : "pti25_7",
    "Easement" : {
      "value" : "...",
      "lang" : "..."
    },
    "EasementRef" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}