Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:group ref="DynamicStopAssignmentGroup">
<xsd:annotation>
<xsd:documentation>Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. Original Passenger Stop Assignment for whiuch this is a change.</xsd:documentation>
<xsd:documentation>Elements for a DYNAMIC PASSENGER STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:group ref="VehicleJourneyStopAssignmentGroup">
<xsd:annotation>
<xsd:documentation>Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original Passenger STop Assignment for which this is a change.</xsd:documentation>
<xsd:documentation>Elements for a VEHICLE JOURNEY STOP ASSIGNMENT. Original PASSENGER STOP ASSIGNMENT for which this is a change.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
Expand All @@ -670,5 +670,21 @@ Rail transport, Roads and Road transport
<xsd:element ref="PassengerStopAssignmentRef" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:complexType name="VehicleJourneyStopAssignmentsInFrame_RelStructure">
<xsd:annotation>
<xsd:documentation>Type for containment in frame of VEHICLE JOURNEY STOP ASSIGNMENTs.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="containmentAggregationStructure">
<xsd:sequence>
<xsd:element ref="VehicleJourneyStopAssignment" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The allocation of a SCHEDULED STOP POINT (i.e. a SCHEDULED STOP POINT of a SERVICE PATTERN or JOURNEY PATTERN) to a specific STOP PLACE or QUAY, for either a Passenger JOURNEY or VEHICLE SERVICE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!-- ======================================================================= -->
</xsd:schema>