-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of reviews to comments about (#519)
* Addition of reviews to vehicle pooling drivers and passengers Addition of reviews to vehicle pooling drivers and passengers Also adds a missing Transmodel relation from SINGLE JOURNEY to VEHICLE POOLING DRIVER Answers to #318 * Fix XML Spy issue * Lint and update documentation tables * Update following Github review Updates following Github review and typo fixing * Lint and update documentation tables * Decision from meeting # 15 Global rating are decimal 5 stars model Ok: annotation mentions that 5 is better the 1 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8d278fb
commit 0215777
Showing
3 changed files
with
85 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
<xsd:include schemaLocation="../../netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd"/> | ||
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd"/> | ||
<xsd:include schemaLocation="../part5_nd/netex_nm_vehicleMeetingPointAssignment_version.xsd"/> | ||
<xsd:include schemaLocation="../part5_fm/netex_nm_individualTraveller_support.xsd"/> | ||
<!-- ======================================================================= --> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
|
@@ -20,6 +21,8 @@ | |
<Creator>First drafted for NeTEx version 1.2.2 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:[email protected]</Creator> | ||
<Date><Created>2020-10-05</Created>Add for New Modes | ||
</Date> | ||
<Date><Created>2020-10-05</Created>Add for New Modes | ||
</Date> | ||
<Date> | ||
<Modified>2020-10-05</Modified> | ||
</Date> | ||
|
@@ -143,6 +146,11 @@ Rail transport, Roads and Road transport | |
<xsd:documentation>MEETING POINT ASSIGNMENTS for SINGLE JOURNEY</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element ref="VehiclePoolingDriverInfoRef" minOccurs="0"> | ||
<xsd:annotation> | ||
<xsd:documentation>Possible relation to a VEHICLE POOLING DRIVER, as defined in Transmodel</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
</xsd:sequence> | ||
</xsd:group> | ||
<xsd:group name="SingleJourneyReferencesGroup"> | ||
|