| name | data type | description | 
|---|---|---|
| ValidityPeriod | ClosedTimestampRangeStructure | |
| TimetableVersionRef | VersionRefStructure | |
| OperatorRef | array of OperatorRefStructure | |
| Lines | Lines | |
| Language | string | |
| IncludeTranslations | boolean | |
| IncrementalUpdates | boolean | |
| Extensions | Extensions | |
| version | string | |
Properties inherited from AbstractServiceRequestStructure | 
        ||
| MessageIdentifier | MessageQualifierStructure | |
Properties inherited from AbstractRequestStructure | 
        ||
| RequestTimestamp | string | |
Example
{
  "ValidityPeriod" : {
    "StartTime" : "...",
    "EndTime" : "..."
  },
  "TimetableVersionRef" : {
    "value" : "..."
  },
  "OperatorRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "Lines" : {
    "LineDirection" : [ {
      "LineRef" : { },
      "DirectionRef" : { }
    }, {
      "LineRef" : { },
      "DirectionRef" : { }
    } ]
  },
  "Language" : "...",
  "IncludeTranslations" : true,
  "IncrementalUpdates" : true,
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "version" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}