Skip to content
Merged
Changes from 3 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 @@ -32,6 +32,9 @@
</Date>
<Date><Modified>2017-05-25</Modified>Text on foralighting/boarding corrected. Doc change only.
</Date>
<Date><Modified>2019-03-01</Modified>Comment SBB20
Extension of ConnectionEnd (submode and transportOrganisation)
</Date>
<Description>
<p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p>
<p>This sub-schema describes the SERVICE PATTERN types.</p>
Expand Down Expand Up @@ -561,12 +564,22 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="TransportMode" type="AllVehicleModesOfTransportEnumeration" default="all" minOccurs="0">
<xsd:annotation>
<xsd:documentation>MODE of end Point of TRANSFER . Default is all modes. of SCHEDULED STOP POINT Can be derived.</xsd:documentation>
<xsd:documentation>MODE of end Point of CONNECTION. Default is all modes, MODE of SCHEDULED STOP POINT Can be derived.</xsd:documentation>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you change Transfer to Connection, but at line 572 it is again a Transfer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups... corrected

Comment thread
skinkie marked this conversation as resolved.
Outdated
</xsd:annotation>
</xsd:element>
<xsd:element name="ScheduledStopPointRef" type="ScheduledStopPointRefStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifier of end SCHEDULED STOP POINT of TRANSFER.</xsd:documentation>
<xsd:documentation>Identifier of end SCHEDULED STOP POINT of CONNECTION</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Submode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SUBMODE of end Point of CONNECTION. SUBMODE of SCHEDULED STOP POINT Can be derived. </xsd:documentation>
Comment thread
skinkie marked this conversation as resolved.
Outdated
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransportOrganisationRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>TransportOrganisation to which the end of CONNECTION applies. </xsd:documentation>
Comment thread
skinkie marked this conversation as resolved.
Outdated
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down