-
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.
* Occupancy solved for Call * Lint and update documentation tables * XML Spy integration Addition of the 2 files in the XMLSpy project * Update xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd * Update xsd/netex_framework/netex_reusableComponents/netex_trainElement_support.xsd * fixed everything discussed last week switched to part 2 DayType added occupancies now also as part of TimetableFrameGroup occupancies added to JourneyGroup and JourneyPartGroup made Occupancy a first class citizen rebuild everything to occupancies updates example * fix example * Lint and update documentation tables * fixed all comments - PassingTime right - additional PassingTime example - fixed documentation of values - fixed example * Lint and update documentation tables * Update xsd/netex_part_2/part2_occupancy/netex_oc_occupancy_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_occupancy/netex_oc_occupancy_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_journeyTimes/netex_call_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_journeyTimes/netex_journey_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Update xsd/netex_part_2/part2_occupancy/netex_oc_occupancy_version.xsd Co-authored-by: Christophe Duquesne <[email protected]> * Occupancy -> OccupancyView * added checking as well. * fixing examples with id * Update Netex_51.1_Occupancy.xml * Lint and update documentation tables --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christophe Duquesne <[email protected]> Co-authored-by: Stefan de Konink <[email protected]>
- Loading branch information
1 parent
3465eec
commit c00ccdd
Showing
13 changed files
with
1,439 additions
and
1 deletion.
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
1,062 changes: 1,062 additions & 0 deletions
1,062
examples/functions/timetable/Netex_51.1_Occupancy.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
68 changes: 68 additions & 0 deletions
68
xsd/netex_part_2/part2_occupancy/netex_oc_occupancy_support.xsd
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:core="http://www.govtalk.gov.uk/core" xmlns="http://www.netex.org.uk/netex" xmlns:netex="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.2" id="netex_occupancy_support"> | ||
<xsd:include schemaLocation="../../netex_framework/netex_responsibility/netex_responsibility_support.xsd"/> | ||
<!-- ======================================================================= --> | ||
<!-- ==== INDIVIDUAL TRAVELLER ============================================ --> | ||
<xsd:simpleType name="OccupancyEnumeration"> | ||
<xsd:annotation> | ||
<xsd:documentation>Passenger load status of a VEHICLE - GTFS-R / TPEG Pts045</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:NMTOKEN"> | ||
<xsd:enumeration value="unknown"> | ||
<xsd:annotation> | ||
<xsd:documentation>Unknown. Maps to TPEG Pts45_0.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="empty"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle is considered empty by most measures, and has few or no passengers onboard, but is still accepting passengers. Maps to GTFS-R "EMPTY".</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="manySeatsAvailable"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle has a large percentage of seats available. What percentage of free seats out of the total seats available is to be considered large enough to fall into this category is determined at the discretion of the producer. Maps to GTFS-R "MANY_SEATS_AVAILABLE" / TPEG Pts45_1, many seats available.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="fewSeatsAvailable"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle has a small percentage of seats available. What percentage of free seats out of the total seats available is to be considered small enough to fall into this category is determined at the discretion of the producer. Maps to GTFS-R "FEW_SEATS_AVAILABLE" / TPEG Pts45_2, few seats available.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="standingRoomOnly"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle can currently accommodate only standing passengers. Standing room only (and TPEG Pts45_3, no seats available). Maps to GTFS-R "STANDING_ROOM_ONLY" / TPEG Pts45_4.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="crushedStandingRoomOnly"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle can currently accommodate only standing passengers and has limited space for them. Maps to GTFS-R "CRUSHED_STANDING_ROOM_ONLY".</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="full"> | ||
<xsd:annotation> | ||
<xsd:documentation>Depends on the MODE and MODE OF OPERATION. In general the vehicle will be at capacity at departure. Maps to GTFS-R "FULL" / TPEG Pts45_5, full.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="notAcceptingPassengers"> | ||
<xsd:annotation> | ||
<xsd:documentation>The vehicle cannot accept passengers. Maps to GTFS-R "NOT_ACCEPTING_PASSENGERS"</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="undefined"> | ||
<xsd:annotation> | ||
<xsd:documentation>Undefined occupancy- Maps to TPEG Pts45_255.</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="seatsAvailable"> | ||
<xsd:annotation> | ||
<xsd:documentation>(SIRI 2.1) deprecated - use a more specific value</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="standingAvailable"> | ||
<xsd:annotation> | ||
<xsd:documentation>(SIRI 2.1) deprecated - use a more specific value</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:enumeration> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
</xsd:schema> |
Oops, something went wrong.