Skip to content
Merged
8 changes: 4 additions & 4 deletions docs/generated/contab/siri.html
Original file line number Diff line number Diff line change
Expand Up @@ -94916,7 +94916,7 @@ <h3>11.13. The group <code>siri:EstimatedTimetableTopicGroup</code>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>
<a shape="rect" href="#type.siri:VehicleModesEnumeration" title="siri:VehicleModesEnumeration">siri:VehicleModesEnumeration</a>
<a shape="rect" href="#type.siri:VehicleModesOfTransportEnumeration" title="siri:VehicleModesOfTransportEnumeration">siri:VehicleModesOfTransportEnumeration</a>
</em>
</p>
</td>
Expand Down Expand Up @@ -96323,7 +96323,7 @@ <h3>11.19. The complex type <code>siri:EstimatedTimetableRequestStructure</code>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>
<a shape="rect" href="#type.siri:VehicleModesEnumeration" title="siri:VehicleModesEnumeration">siri:VehicleModesEnumeration</a>
<a shape="rect" href="#type.siri:VehicleModesOfTransportEnumeration" title="siri:VehicleModesOfTransportEnumeration">siri:VehicleModesOfTransportEnumeration</a>
</em>
</p>
</td>
Expand Down Expand Up @@ -225816,7 +225816,7 @@ <h3>41.12. The group <code>siri:ProductionTimetableTopicGroup</code>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>
<a shape="rect" href="#type.siri:VehicleModesEnumeration" title="siri:VehicleModesEnumeration">siri:VehicleModesEnumeration</a>
<a shape="rect" href="#type.siri:VehicleModesOfTransportEnumeration" title="siri:VehicleModesOfTransportEnumeration">siri:VehicleModesOfTransportEnumeration</a>
</em>
</p>
</td>
Expand Down Expand Up @@ -227988,7 +227988,7 @@ <h3>41.19. The complex type <code>siri:ProductionTimetableRequestStructure</code
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>
<a shape="rect" href="#type.siri:VehicleModesEnumeration" title="siri:VehicleModesEnumeration">siri:VehicleModesEnumeration</a>
<a shape="rect" href="#type.siri:VehicleModesOfTransportEnumeration" title="siri:VehicleModesOfTransportEnumeration">siri:VehicleModesOfTransportEnumeration</a>
</em>
</p>
</td>
Expand Down
2 changes: 1 addition & 1 deletion xsd/siri_estimatedTimetable_service.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Rail transport, Roads and road transport
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="VehicleMode" type="VehicleModesEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="VehicleMode" type="VehicleModesOfTransportEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Filter the results to include only journeys of the specified VEHICLE MODE. (since SIRI 2.1)</xsd:documentation>
</xsd:annotation>
Expand Down
2 changes: 1 addition & 1 deletion xsd/siri_productionTimetable_service.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Rail transport, Roads and road transport
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="VehicleMode" type="VehicleModesEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:element name="VehicleMode" type="VehicleModesOfTransportEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Filter the results to include only journeys of the specified VEHICLE MODE. (since SIRI 2.1)</xsd:documentation>
</xsd:annotation>
Expand Down
Loading