Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/generated/contab/siri.html
Original file line number Diff line number Diff line change
Expand Up @@ -197469,6 +197469,30 @@ <h3>28.27. The complex type <code>siri:PassengerInformationActionStructure</code
<p class="tableblock darkbrown">Reference to the action number within the incident concept.</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<a shape="rect" href="" title=""/>
</td>
<td colspan="2" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<code>siri:ActionPeriod</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<span title="optional, multiple">0:*</span>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>+<a shape="rect" href="#type.siri:HalfOpenTimestampOutputRangeStructure" title="siri:HalfOpenTimestampOutputRangeStructure">siri:HalfOpenTimestampOutputRangeStructure</a>
</em>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Period of effect of disruption, if different from that of SITUATION, specifically in case of multiple applicable periods (for example periodic roadworks during the night). If omitted, then the ValidityPeriods on PtSituationElement level apply, otherwise overwrites the former.</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<a shape="rect" href="" title=""/>
Expand Down
5 changes: 5 additions & 0 deletions xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,11 @@ Rail transport, Roads and road transport
<xsd:documentation>Reference to the action number within the incident concept.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ActionPeriod" type="HalfOpenTimestampOutputRangeStructure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Period of effect of disruption, if different from that of SITUATION, specifically in case of multiple applicable periods (for example periodic roadworks during the night). If omitted, then the ValidityPeriods on PtSituationElement level apply, otherwise overwrites the former.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RecordedAtTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>The time of the last update. This must be the timestamp of the original data source and not that of an intermediate system, such as a data hub. This timestamp has to be changed by the source system with every update.</xsd:documentation>
Expand Down