Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,18 @@ Rail transport, Roads and Road transport
<xsd:complexContent>
<xsd:extension base="containmentAggregationStructure">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="VehicleJourney"/>
<xsd:element ref="DatedVehicleJourney"/>
<xsd:element ref="NormalDatedVehicleJourney"/>
<xsd:element ref="ServiceJourney"/>
<xsd:element ref="DatedServiceJourney"/>
<xsd:element ref="DeadRun"/>
<xsd:element ref="ServiceJourney"/>
<xsd:element ref="SpecialService"/>
<xsd:element ref="TemplateServiceJourney">
<xsd:annotation>
<xsd:documentation>A VEHICLE JOURNEY with a set of frequencies that may be used to represent a set of similar journeys differing only by their time of departure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VehicleJourney"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
Expand Down