Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
49 changes: 49 additions & 0 deletions docs/generated/contab/siri.html
Original file line number Diff line number Diff line change
Expand Up @@ -207955,6 +207955,55 @@ <h3>29.35. The complex type <code>siri:AffectedVehicleJourneyStructure</code>
<p class="tableblock darkbrown">BLOCK which journey runs. (since SIRI 2.0)</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:VehicleMode</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:VehicleModesEnumeration" title="siri:VehicleModesEnumeration">siri:VehicleModesEnumeration</a>
</em>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">A means of transportation such as bus, rail, etc.</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:ProductCategoryRef</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<span title="optional, single">0:1</span>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock">
<em>&gt;<a shape="rect" href="#type.siri:ProductCategoryRefStructure" title="siri:ProductCategoryRefStructure">siri:ProductCategoryRefStructure</a>
</em>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Product Classification of VEHICLE JOURNEY - subdivides a transport mode, e.g. express, local, etc.</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<a shape="rect" href="" title=""/>
Expand Down
12 changes: 12 additions & 0 deletions xsd/siri_model/siri_situationAffects.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<xsd:include schemaLocation="siri_modes.xsd"/>
<xsd:include schemaLocation="siri_situationServiceTypes.xsd"/>
<xsd:include schemaLocation="siri_situationClassifiers.xsd"/>
<xsd:include schemaLocation="siri_reference.xsd"/>
<xsd:include schemaLocation="siri_feature_support.xsd"/>
<!-- ======================================================================= -->
<!-- Global import of all IFOPT namespace elements used in SIRI needed to work around JAXB/XERCES/xmllint limitations -->
<xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_allStopPlace.xsd"/>
Expand Down Expand Up @@ -876,6 +878,16 @@ Rail transport, Roads and road transport
<xsd:documentation>BLOCK which journey runs. (since SIRI 2.0)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleMode" type="VehicleModesEnumeration" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A means of transportation such as bus, rail, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProductCategoryRef" type="ProductCategoryRefStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Product Classification of VEHICLE JOURNEY - subdivides a transport mode, e.g. express, local, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainNumbers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>TRAIN NUMBERs for journey. (since SIRI 2.0)</xsd:documentation>
Expand Down