Skip to content

changing QuayType for "on street" bus/tram#629

Merged
ue71603 merged 8 commits into
EPIAPfrom
updates_epiap_nick
Jan 8, 2024
Merged

changing QuayType for "on street" bus/tram#629
ue71603 merged 8 commits into
EPIAPfrom
updates_epiap_nick

Conversation

@ue71603
Copy link
Copy Markdown
Contributor

@ue71603 ue71603 commented Dec 27, 2023

Comment from Nick:
Thanks for the image
Apologies but I am not in the EPIAP group so I have missed prior discussion - but my naive interpretation from the name having not seen the the discussion (which would be typical for others and new users) I think shows there is a problem.
So it is not "busOnStreetBoarding" boarding - as all busStops are "On street" by definition - but "busStopWithInRoadwayBoarding" ... so at the very least the name is highly misleading in that it fails to make the pertinent distinction from a normal bus stop which is also on a street - and so and will probably be wrongly used by naive users for their normal regular "pavement boarding " stops.
Are such bus stops also marked by a pole or other indicator at the side? How do passengers know the bus or tram will stop in the vicinity? If that is the case then the in road boarding aspect sounds much more like the Transmodel / NeTex model concept of a QUAY + BOARDING POSITION, attached to a STOP PLACE (rather than being a property of theSTOP PLACE itself) , and what you are describing is an additional classification of either the QUAY type (QuayType = BusStopInRoad ?) or BOARDING POSITION ( BoardingPositionType = positionInRoadwayAtBusStop ?_ ) . . Remember, for buses one typically has a single STOP PLACE representing both directions e.g. "Town Hall", with two separate QUAYs e.g. "Eastbound Town Hall" and "Westbound TownHall", representing the QUAYs ( ie poles / bus shelters) either side of the street , and if needed, one or more BOARDING POSITIONs indicating the locations for the passenger to stand to board the bus.
See the existing classifications
image.png (view on web)
By introducing a separate stop type for certain specific combinations of QUAY and BOARDING POSITION type you are arguably hacking the system - and if one starts mixing up what are meant to be orthogonal concepts you soon have a combinatorial explosion and spaghetti.
Anyway, to resolve this at the very least there need to be better comments in the XML for the enums to explain the difference between on street and on street boarding. Personally I would prefer one either renamed the stop concept to something like inRoadway boarding, or better still made it a classification of either the QUAY the BOARDING POSITION rather than the STOP PLACE, This would allow you to specify precise coordinates for the points to stand either side in the road according to direction to enter the vehicle - which presumably still applies to in street boarding
It may also be useful to stand back and ask the so what why do you want to distinguish such stops - presumably the use case is to flag stops that are not suitable for disabled access. Doesn't an accessibility assessment do this more clearly?

Clarification from my side:

  • We are talking QUAY TYPE. So that is correct.
  • I updated the definitions
  • I depreciated the values.

@ue71603 ue71603 added change-request Request for an additional feature -- Must be discussed with the group needs documentation update The NeTEx document needs to be updated labels Dec 27, 2023
@ue71603 ue71603 added this to the netex_1.3 milestone Dec 27, 2023
@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Dec 27, 2023

original discussion here: #388 (comment)

@ue71603 ue71603 requested a review from duexw December 27, 2023 14:20
Comment thread xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd Outdated
Comment thread xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd Outdated
Comment thread xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd Outdated
Comment thread xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd Outdated
</xsd:enumeration>
<xsd:enumeration value="busStopWithinRoadwayBoarding">
<xsd:annotation>
<xsd:documentation>Bus stop directly on street. This means people waiting to board will literally be standing on the street. The usual elements of a stop (pole, bank, information) usually are present at the road side. Often there are marking on the floor and sometimes also traffic lights stopping the traffic for boarding and alighting.</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.

Wouldn't busStopWithinRoadwayBoarding also have to be used to describe the situation where the boarding position (where to enter the vehicle) is on the street but the waiting area may be on a Quay at the opposite side of the street (i.e., passengers wait for the bus to arrive, then cross the street to board)? If yes, then the text should be adapted.

The comment of @nick-knowles made me think about such cases and the level of detail one wants to describe Quays and Boarding Positions. I am not aware that separate modelling of waiting areas and boarding positions is foreseen. Such situations also exist (or at least used to exist) for small railway stations: one has to wait for the train to enter the station, and only then is allowed to go to the Quay where the train has stopped. Should this be modellable?

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.

Good point. And this is often the case. waiting is on the side of the street and a traffic light blocks the traffic for alighting/boarding. However, most models for classic public transport don't use BOARDING POSITION.

ue71603 and others added 4 commits December 29, 2023 15:32
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
@ue71603 ue71603 changed the title changing QuayTaype for "on street" changing QuayType for "on street" bus/tram Jan 3, 2024
@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Jan 3, 2024

As EPIAP is still in voting. Do you think we can change the two terms in the specification during voting and don't use depreciation? @Aurige @Joostb61 @duexw

@Joostb61
Copy link
Copy Markdown

Joostb61 commented Jan 3, 2024

As EPIAP is still in voting. Do you think we can change the two terms in the specification during voting and don't use depreciation? @Aurige @Joostb61 @duexw

OK for me, the old terms 'busOnStreetBoarding' and 'tramOnStreetBoarding' are not used in the Word document, so the documentation remains consistent.

@ue71603 ue71603 merged commit b0ae91d into EPIAP Jan 8, 2024
@ue71603 ue71603 deleted the updates_epiap_nick branch January 8, 2024 20:25
@trurlurl trurlurl added document has been updated NeTEx Document already updated and removed needs documentation update The NeTEx document needs to be updated labels Mar 2, 2024
skinkie added a commit that referenced this pull request May 2, 2024
* Add usage validity start/end time for element access

* Initial commit for GroupOfTariffZones

* Fixed copy/paste error on documentation tags

* Add optional TimebandRef and ServiceCalendarRef to TemporalValidityParametersGroup

* Add dynamicdistancematrixelement for on-the-fly generation when pre-computing all possible combinations is not feasible

* Added proper element definition

* Add enumerations for pushchair (#187)

* Add enumerations for pushchair

* Typo in VehicleType (#253) (#256)

* Typo in VehicleType

Reported by @hennoit

* Add Presentation to TypeOfProductCategory (#254)

* Add VehicleMode to VehicleType (and some typos) (#252)

* Level with order (#263)

Level order as proposed for EPIAP.

* Fix typo's

* Remove emf leftover

* Remove network_filter_network.xsd

* Remove netex_country_version.xsd

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance


I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI: 

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance


I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI: 

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* Adding handrail to BorderTypeEnumeration (#303)

This allows for this accessibility feature to be used in SitePathLink

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* Add Length and Width on StopPlaceSpaceGroup (#315)

Replaces #302

* Improve passenger information equipment (#314)

* Adding handrail to BorderTypeEnumeration

This allows for this accessibility feature to be used in SitePathLink

* Update netex_passengerInformationEquipment_version.xsd

* comments gone

* Handrail is in a different PR

REmoved here

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_ifopt_stopPlace_support.xsd (#276)

* Update netex_ifopt_stopPlace_support.xsd

Extension of QuayTypeEnumeration for the hierarchy needed in rail

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* completed with discussion from the PullRequest

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Allow multiple gml:Polygons associated to a Zone (#255)

* Allow multiple Polygons to describe a Zone

* use MultiSurface instead of multiple Polygons

* Update netex_servicePattern_support.xsd (#214)

* Update copyright to 2021 (#206)

* Update copyright to 2021

* Declutter whitespace

* Fix

* Update netex_servicePattern_support.xsd

Adding a possibility that the driver should be informed

* more neutral formulation of  informStaffOnboard

* typo correction

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Extension of AccessibilityLimitation for EPIAP (#265)

* Extension of AccessibilityLimitation for EPIAP

* Other problems from Adrian's CR on AccessibibilityLimitation

* Update netex_facility_support.xsd (#278)

* Updating additional relevant user categories (#280)

women and families are possibly also relevant additional ParkingUserTypes

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Need to specify more than one ActivationMeans (#319)

Co-authored-by: Kristian Syversen <kristian.syversen@entur.org>

* Add support for NAND, NOR, XNOR as a LogicalOperation. Also renamed BooleanOperatorEnumeration to LogicalOperationEnumeration to better reflect actual use (#126)

* TransportMode (Duty) as AllModesEnumeration

Fix #44

* Resolve comments.

Fix #151

* Added Chur example from Wilfried (#329)

* Added Chur example from Wilfried

* Adding EPIAP examples to travis

* Changed charset encoding from latin1, latin2 to UTF-8 (#352)

* changes according to basecamp discussion (#344)

* changes according to basecamp discussion

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_acsb_limitations.xsd

* Stairfree Access as Limitation to be more compatible with OJP (#362)

* Stairfree Access as Limitation to be more compatible with OJP and for EP

* Update netex_ifopt_site_version.xsd (#410)

* Update netex_ifopt_site_version.xsd

* new name after discussion with Stefan

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd

* Fix branch

Notice that the examples still miss RelativeLevelOrder.

* examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional and a small validity problem (#430)

Examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional. We otherwise have examples that break. And it might be that people don't wish to use them.

* BeaconEquipment added and example VehicleType modeling for EPIAP (#365)

* First part of Beacon Equipment

* second part of BeaconEquipment

* BeaconEquipment -> PassengerBeaconEquipment

There are also technical Beacons with BeaconPoint. As they are different currently no ref is added in either element.

* XML Spy removed

* fixed example and added examples to project

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Fix railIslandPlatform (#524)

Fix #523

* Fix #533 (#534)

* Fix #533

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

---------

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

* Fix epiap example validation (#547)

* Make sure the EPIAP examples actually get validated

Split up until new release of libxml2 is available.

* Fix #539 (#540)

* Ramp equipment with maximal load and an explanation for Length for mobile ramps. (#366)

* Update netex_ifopt_equipmentAccess_version.xsd

* Update netex_ifopt_equipmentAccess_version.xsd

* fix ident1

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Lint and update documentation tables

* Delfiplus extensions (#388)

* Changes needed from the mapping table on DELFI+

* changes to ramp/hoist
* more information in stationMap
removal of an element that we could not find out, what it does (replaced with a length and width)

* Update netex_ifopt_stopPlace_support.xsd

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Enhance door control element height (Fix #541) (#542)

* Fix #541

* adds example for door control element height

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Fix #541 updates documentation for door control element height

* Fix #541 adds example for door control element height

---------

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Create epiap_test_Crossing_Equipment.xml (#611)

* Create epiap_test_Crossing_Equipment.xml

* Lint and update documentation tables

* version to 1 and filled description

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* changing QuayType for "on street" bus/tram (#629)

* changing QuayTaype for "on street"

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* improved comments

* removing depreciated values

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* LiftCallEquipment (#634)

* LiftCallEquipment added

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* EPIAP Equipments Enhancement (#555)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* to conform PR540 decision

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* cleaning

Cleanin g of unnecessary "discomfortable" values

* Clarifications

Clarifications (from github diuscussions)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* fixed comments from Nick

* fixing error

* Lint and update documentation tables

* typo plus unknown value for StairRampEnumeration

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* fixing names according to Tim

* Update xsd/netex_framework/netex_reusableComponents/netex_submode_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* fix validation problem

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Clone 'TactileWriting' attribute from StairGroup for other equipments with handrail (#664)

* Lint and update documentation tables

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

* Apply suggestions from code review

* To solve issue #665

This change would solve #665, but I'm not sure it is allowed to let it slip in here. If it interfered with this PR, I would do it later in a separate PR, after this one will be merged.

---------

Co-authored-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: syversenkr <kristian.syversen@entur.org>
Co-authored-by: Henno Willering <hennoit@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>
Co-authored-by: Arne Seime <seime@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: Julius Tens <144336919+juliustens-db@users.noreply.github.com>
skinkie added a commit that referenced this pull request May 3, 2024
* Fix typo psychosensory (#690)

* Change organisation ref abstract (#686)

* Make OrganisationRef abstract

* Organisation is abstract

* Something hidden

* Bring backwards compatibility

* Split because of older xmllint

* redid 409 (which also contains 408): Enhancement tMCR Vehicle Equipment profile Member, accepted driver permits (#612)

* redid 409 (which also contains 408)

last two commits d57ef6a 7f18bb2 .Did overwrite the existing files.

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update examples/functions/newModes/NewModes-CycleSharingExample.xml

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update examples/functions/newModes/NewModes-CycleSharingExample.xml

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

* typo

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/functions/newModes/NewModes-CycleSharingExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stefan de Konink <stefan@konink.de>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Adding unique constraints for the elements that actually exists in our examples (#464)

* Add DatedServiceJourney_UniqueBy_Id_Version

* Lint and update documentation tables

* Add AccessibilityAssessment and AccessibilityLimitation unique constraints

* Lint and update documentation tables

* Add AvailabilityCondition Unique constraint as part of the ValidityCondition constraint

* Put AvailabilityCondition in a new unique constraint because of AvailabilityConditionIdType

* Lint and update documentation tables

* Add DatedVehicleJourney and NormalDatedVehicleJourney constraints

* Add FlexibleRoute, FlexibleQuay, FlexibleLine, FlexibleStopAssignment

* Fix typo

* Fix FlexibleStopAssignment in examples for missing order attribute

* Lint and update documentation tables

* Introduce SitePathLink unique as path of PathLinkIdType

* Introduce unique constraint for ValidityPeriod which uses ValidityConditionIdType

* Introduce unique constraint for ValidDuring which uses AvailabilityConditionIdType

* Introduce unique constraint for ValidyPeriod which uses UsageValidityPeriodIdType, fix ValidBetween

* Fix broken example, due to the assignment within a single unique constraint

* Reintroduce OperatingDay unique constraints

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* Introduce dataSourceRef checking, so we can see seriously broken examples and implementations (#454)

* Introduce dataSourceRef checking, so we can see seriously broken examples and implementations.

* to force a rerun

* updated examples

* more example corrections

* Lint and update documentation tables

* remove checking for version in DataSource and DataSourceRef

* Aurige example with id without version for DataSource

* removed comments

* change to the way validation is done.

* fix validation

* Update Le Corbusier - SQYBUS-NeTEx-Profil Arret.xml

* Lint and update documentation tables

---------

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* Create FX-PI-01_ParisExample.xml (#640)

* Create FX-PI-01_ParisExample.xml

* spaces and tabs  fixed

* part 2

@nick-knowles  never mix tabs and spaces that way again, pls.

* part 3

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update examples/standards/fxc/FX-PI-01_ParisExample.xml

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Remove all abstract elements from constraint validation (#462)

* Remove all abstract elements from constraint validation

* Make ResposibilityRole not abstract, and revert constraint check removal

* Update NeTEx_publication.xsd

* Update NeTEx_publication_timetable.xsd

---------

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* EPIAP to Master (#705)

* Add usage validity start/end time for element access

* Initial commit for GroupOfTariffZones

* Fixed copy/paste error on documentation tags

* Add optional TimebandRef and ServiceCalendarRef to TemporalValidityParametersGroup

* Add dynamicdistancematrixelement for on-the-fly generation when pre-computing all possible combinations is not feasible

* Added proper element definition

* Add enumerations for pushchair (#187)

* Add enumerations for pushchair

* Typo in VehicleType (#253) (#256)

* Typo in VehicleType

Reported by @hennoit

* Add Presentation to TypeOfProductCategory (#254)

* Add VehicleMode to VehicleType (and some typos) (#252)

* Level with order (#263)

Level order as proposed for EPIAP.

* Fix typo's

* Remove emf leftover

* Remove network_filter_network.xsd

* Remove netex_country_version.xsd

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance


I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI: 

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance


I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI: 

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* Adding handrail to BorderTypeEnumeration (#303)

This allows for this accessibility feature to be used in SitePathLink

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* Add Length and Width on StopPlaceSpaceGroup (#315)

Replaces #302

* Improve passenger information equipment (#314)

* Adding handrail to BorderTypeEnumeration

This allows for this accessibility feature to be used in SitePathLink

* Update netex_passengerInformationEquipment_version.xsd

* comments gone

* Handrail is in a different PR

REmoved here

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_ifopt_stopPlace_support.xsd (#276)

* Update netex_ifopt_stopPlace_support.xsd

Extension of QuayTypeEnumeration for the hierarchy needed in rail

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* completed with discussion from the PullRequest

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Allow multiple gml:Polygons associated to a Zone (#255)

* Allow multiple Polygons to describe a Zone

* use MultiSurface instead of multiple Polygons

* Update netex_servicePattern_support.xsd (#214)

* Update copyright to 2021 (#206)

* Update copyright to 2021

* Declutter whitespace

* Fix

* Update netex_servicePattern_support.xsd

Adding a possibility that the driver should be informed

* more neutral formulation of  informStaffOnboard

* typo correction

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Extension of AccessibilityLimitation for EPIAP (#265)

* Extension of AccessibilityLimitation for EPIAP

* Other problems from Adrian's CR on AccessibibilityLimitation

* Update netex_facility_support.xsd (#278)

* Updating additional relevant user categories (#280)

women and families are possibly also relevant additional ParkingUserTypes

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Need to specify more than one ActivationMeans (#319)

Co-authored-by: Kristian Syversen <kristian.syversen@entur.org>

* Add support for NAND, NOR, XNOR as a LogicalOperation. Also renamed BooleanOperatorEnumeration to LogicalOperationEnumeration to better reflect actual use (#126)

* TransportMode (Duty) as AllModesEnumeration

Fix #44

* Resolve comments.

Fix #151

* Added Chur example from Wilfried (#329)

* Added Chur example from Wilfried

* Adding EPIAP examples to travis

* Changed charset encoding from latin1, latin2 to UTF-8 (#352)

* changes according to basecamp discussion (#344)

* changes according to basecamp discussion

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_acsb_limitations.xsd

* Stairfree Access as Limitation to be more compatible with OJP (#362)

* Stairfree Access as Limitation to be more compatible with OJP and for EP

* Update netex_ifopt_site_version.xsd (#410)

* Update netex_ifopt_site_version.xsd

* new name after discussion with Stefan

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd

* Fix branch

Notice that the examples still miss RelativeLevelOrder.

* examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional and a small validity problem (#430)

Examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional. We otherwise have examples that break. And it might be that people don't wish to use them.

* BeaconEquipment added and example VehicleType modeling for EPIAP (#365)

* First part of Beacon Equipment

* second part of BeaconEquipment

* BeaconEquipment -> PassengerBeaconEquipment

There are also technical Beacons with BeaconPoint. As they are different currently no ref is added in either element.

* XML Spy removed

* fixed example and added examples to project

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Fix railIslandPlatform (#524)

Fix #523

* Fix #533 (#534)

* Fix #533

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

---------

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

* Fix epiap example validation (#547)

* Make sure the EPIAP examples actually get validated

Split up until new release of libxml2 is available.

* Fix #539 (#540)

* Ramp equipment with maximal load and an explanation for Length for mobile ramps. (#366)

* Update netex_ifopt_equipmentAccess_version.xsd

* Update netex_ifopt_equipmentAccess_version.xsd

* fix ident1

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Lint and update documentation tables

* Delfiplus extensions (#388)

* Changes needed from the mapping table on DELFI+

* changes to ramp/hoist
* more information in stationMap
removal of an element that we could not find out, what it does (replaced with a length and width)

* Update netex_ifopt_stopPlace_support.xsd

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Enhance door control element height (Fix #541) (#542)

* Fix #541

* adds example for door control element height

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Fix #541 updates documentation for door control element height

* Fix #541 adds example for door control element height

---------

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Create epiap_test_Crossing_Equipment.xml (#611)

* Create epiap_test_Crossing_Equipment.xml

* Lint and update documentation tables

* version to 1 and filled description

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* changing QuayType for "on street" bus/tram (#629)

* changing QuayTaype for "on street"

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* improved comments

* removing depreciated values

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* LiftCallEquipment (#634)

* LiftCallEquipment added

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* EPIAP Equipments Enhancement (#555)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* to conform PR540 decision

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* cleaning

Cleanin g of unnecessary "discomfortable" values

* Clarifications

Clarifications (from github diuscussions)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* fixed comments from Nick

* fixing error

* Lint and update documentation tables

* typo plus unknown value for StairRampEnumeration

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* fixing names according to Tim

* Update xsd/netex_framework/netex_reusableComponents/netex_submode_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* fix validation problem

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Clone 'TactileWriting' attribute from StairGroup for other equipments with handrail (#664)

* Lint and update documentation tables

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

* Apply suggestions from code review

* To solve issue #665

This change would solve #665, but I'm not sure it is allowed to let it slip in here. If it interfered with this PR, I would do it later in a separate PR, after this one will be merged.

---------

Co-authored-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: syversenkr <kristian.syversen@entur.org>
Co-authored-by: Henno Willering <hennoit@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>
Co-authored-by: Arne Seime <seime@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: Julius Tens <144336919+juliustens-db@users.noreply.github.com>

* Add properties to describe the height of a Lift (including its doors) (#696)

* Fix schema and examples

* changes to clean up merge

* Second try

* Apply suggestions from code review

Thanks @trurlurl

---------

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: syversenkr <kristian.syversen@entur.org>
Co-authored-by: Henno Willering <hennoit@users.noreply.github.com>
Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>
Co-authored-by: Arne Seime <seime@users.noreply.github.com>
Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>
Co-authored-by: Julius Tens <144336919+juliustens-db@users.noreply.github.com>
ue71603 added a commit that referenced this pull request Feb 5, 2026
* Add usage validity start/end time for element access

* Initial commit for GroupOfTariffZones

* Fixed copy/paste error on documentation tags

* Add optional TimebandRef and ServiceCalendarRef to TemporalValidityParametersGroup

* Add dynamicdistancematrixelement for on-the-fly generation when pre-computing all possible combinations is not feasible

* Added proper element definition

* Add enumerations for pushchair (#187)

* Add enumerations for pushchair

* Typo in VehicleType (#253) (#256)

* Typo in VehicleType

Reported by @hennoit

* Add Presentation to TypeOfProductCategory (#254)

* Add VehicleMode to VehicleType (and some typos) (#252)

* Level with order (#263)

Level order as proposed for EPIAP.

* Fix typo's

* Remove emf leftover

* Remove network_filter_network.xsd

* Remove netex_country_version.xsd

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance

I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI:

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* EPIAP quay boarding positions enhancement (#298)

* Update netex_ifopt_stopPlace_version.xsd

EPIAP Quay and Boarding Position Enhancement

* Change from Stefan Jugelt on documentation for EdgeToTrackCenterDistance

I would suggest to refer to the parameter 4.2.9.3. Platform offset of the Infrastrcuture TSI:

                                             <xsd:element name="EdgeToTrackCenterDistance" type="LengthType" minOccurs="0">
                                                            <xsd:annotation>
                                                                           <xsd:documentation>Distance between the track centre and the platform edge parallel to the running plane (bq), as defined in chapter 13 of EN 15273-3:2013.</xsd:documentation>
                                                            </xsd:annotation>
                                             </xsd:element>

Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>

* Adding handrail to BorderTypeEnumeration (#303)

This allows for this accessibility feature to be used in SitePathLink

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* EPIAP: Add raised kerb mobility facility enumeration (#301)

* raisedCurb in MobilityFacilityEnumeration

* Curb to Kerb

Kerb is used in the rest of NeTEx

* Add Length and Width on StopPlaceSpaceGroup (#315)

Replaces #302

* Improve passenger information equipment (#314)

* Adding handrail to BorderTypeEnumeration

This allows for this accessibility feature to be used in SitePathLink

* Update netex_passengerInformationEquipment_version.xsd

* comments gone

* Handrail is in a different PR

REmoved here

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_ifopt_stopPlace_support.xsd (#276)

* Update netex_ifopt_stopPlace_support.xsd

Extension of QuayTypeEnumeration for the hierarchy needed in rail

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

* completed with discussion from the PullRequest

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Allow multiple gml:Polygons associated to a Zone (#255)

* Allow multiple Polygons to describe a Zone

* use MultiSurface instead of multiple Polygons

* Update netex_servicePattern_support.xsd (#214)

* Update copyright to 2021 (#206)

* Update copyright to 2021

* Declutter whitespace

* Fix

* Update netex_servicePattern_support.xsd

Adding a possibility that the driver should be informed

* more neutral formulation of  informStaffOnboard

* typo correction

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Extension of AccessibilityLimitation for EPIAP (#265)

* Extension of AccessibilityLimitation for EPIAP

* Other problems from Adrian's CR on AccessibibilityLimitation

* Update netex_facility_support.xsd (#278)

* Updating additional relevant user categories (#280)

women and families are possibly also relevant additional ParkingUserTypes

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Need to specify more than one ActivationMeans (#319)

Co-authored-by: Kristian Syversen <kristian.syversen@entur.org>

* Add support for NAND, NOR, XNOR as a LogicalOperation. Also renamed BooleanOperatorEnumeration to LogicalOperationEnumeration to better reflect actual use (#126)

* TransportMode (Duty) as AllModesEnumeration

Fix #44

* Resolve comments.

Fix #151

* Added Chur example from Wilfried (#329)

* Added Chur example from Wilfried

* Adding EPIAP examples to travis

* Changed charset encoding from latin1, latin2 to UTF-8 (#352)

* changes according to basecamp discussion (#344)

* changes according to basecamp discussion

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update netex_acsb_limitations.xsd

* Stairfree Access as Limitation to be more compatible with OJP (#362)

* Stairfree Access as Limitation to be more compatible with OJP and for EP

* Update netex_ifopt_site_version.xsd (#410)

* Update netex_ifopt_site_version.xsd

* new name after discussion with Stefan

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd

* Fix branch

Notice that the examples still miss RelativeLevelOrder.

* examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional and a small validity problem (#430)

Examples adapted to new RelativeLevelOrder and RelativeLevelOrder optional. We otherwise have examples that break. And it might be that people don't wish to use them.

* BeaconEquipment added and example VehicleType modeling for EPIAP (#365)

* First part of Beacon Equipment

* second part of BeaconEquipment

* BeaconEquipment -> PassengerBeaconEquipment

There are also technical Beacons with BeaconPoint. As they are different currently no ref is added in either element.

* XML Spy removed

* fixed example and added examples to project

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Apply suggestions from code review

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Fix railIslandPlatform (#524)

Fix #523

* Fix #533 (#534)

* Fix #533

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

---------

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

* Fix epiap example validation (#547)

* Make sure the EPIAP examples actually get validated

Split up until new release of libxml2 is available.

* Fix #539 (#540)

* Ramp equipment with maximal load and an explanation for Length for mobile ramps. (#366)

* Update netex_ifopt_equipmentAccess_version.xsd

* Update netex_ifopt_equipmentAccess_version.xsd

* fix ident1

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Lint and update documentation tables

* Delfiplus extensions (#388)

* Changes needed from the mapping table on DELFI+

* changes to ramp/hoist
* more information in stationMap
removal of an element that we could not find out, what it does (replaced with a length and width)

* Update netex_ifopt_stopPlace_support.xsd

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_equipment_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Enhance door control element height (Fix #541) (#542)

* Fix #541

* adds example for door control element height

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Fix #541 updates documentation for door control element height

* Fix #541 adds example for door control element height

---------

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Create epiap_test_Crossing_Equipment.xml (#611)

* Create epiap_test_Crossing_Equipment.xml

* Lint and update documentation tables

* version to 1 and filled description

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* changing QuayType for "on street" bus/tram (#629)

* changing QuayTaype for "on street"

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* improved comments

* removing depreciated values

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* LiftCallEquipment (#634)

* LiftCallEquipment added

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>

* EPIAP Equipments Enhancement (#555)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* to conform PR540 decision

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Enhancement of Crossing Equipments

Enhancements of the Crossing Equipmentsproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#18 (French Accessibility Profile)

More similar commits (on other accessibility equipments) will follow on this same PR (several proposal on several object on the same XSD  file)

* Enhancement of Sanitary Equipments

Enhancements of the Sanitary Equipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#19 (French Accessibility Profile)

* Enhancement of Sanitary Equipments

complement

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Addition of default values

Addition of default values whenever relevant

* Addition of default value

Addition of default values whenever relevant

* Enhancement of the SeatingEquipments

Enhancements of the SeatingEquipments proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#20 (French Accessibility Profile)

* Lint and update documentation tables

* Enhancement of the EntranceEquipment

Enhancement of the EntranceEquipment

Enhancements of the EntranceEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#21 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Enhancement of the RampEquipment

Enhancements of the RampEquipmentproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#22 (French Accessibility Profile)

* Enhancement of the RoughSurface

Enhancements of the RoughSurfaceproposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#23 (French Accessibility Profile)

* Enhancements of the StaircaseEquipment

Enhancements of the StaircaseEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#24 (French Accessibility Profile)

* Enhancements of the EscalatorEquipment

Enhancements of the EscalatorEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#25 (French Accessibility Profile)

* Enhancements of the LiftEquipment

Enhancements of the LiftEquipment proposed by the French team working on an accessibility capture tool

These enhancements are mainly coming from comparison and mapping with OSM
The original request is here etalab/transport-profil-netex-fr#27 (French Accessibility Profile)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* cleaning

Cleanin g of unnecessary "discomfortable" values

* Clarifications

Clarifications (from github diuscussions)

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>

* fixed comments from Nick

* fixing error

* Lint and update documentation tables

* typo plus unknown value for StairRampEnumeration

* Lint and update documentation tables

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* fixing names according to Tim

* Update xsd/netex_framework/netex_reusableComponents/netex_submode_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* fix validation problem

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>

* Clone 'TactileWriting' attribute from StairGroup for other equipments with handrail (#664)

* Lint and update documentation tables

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Lint and update documentation tables

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/NeTEx_publication_timetable.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* Apply suggestions from code review

* Apply suggestions from code review

* To solve issue #665

This change would solve #665, but I'm not sure it is allowed to let it slip in here. If it interfered with this PR, I would do it later in a separate PR, after this one will be merged.

---------

Co-authored-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: syversenkr <kristian.syversen@entur.org>
Co-authored-by: Henno Willering <hennoit@users.noreply.github.com>
Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch>
Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>
Co-authored-by: Arne Seime <seime@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>
Co-authored-by: trurlurl <82838870+trurlurl@users.noreply.github.com>
Co-authored-by: Julius Tens <144336919+juliustens-db@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change-request Request for an additional feature -- Must be discussed with the group document has been updated NeTEx Document already updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants