Skip to content

Delfiplus extensions#388

Merged
ue71603 merged 6 commits into
EPIAPfrom
DELFIplus-extensions
Dec 19, 2023
Merged

Delfiplus extensions#388
ue71603 merged 6 commits into
EPIAPfrom
DELFIplus-extensions

Conversation

@ue71603
Copy link
Copy Markdown
Contributor

@ue71603 ue71603 commented Aug 22, 2022

  • 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)

@ue71603 ue71603 added enhancement non semantic enhacement: technical enhancement, etc. needs documentation update The NeTEx document needs to be updated labels Aug 22, 2022
<xsd:documentation>VEHICLE Hoist can be used at VEHICLE has a hoist or lift for wheelchairs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoistOperatingRadius" type="LengthType" minOccurs="0">
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.

is this replaced by something else ?

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.

I think this was answered by @duexw

<xsd:documentation>Whether a ramp may be used to access VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RampBearingCapacity" type="WeightType" minOccurs="0">
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.

Renaming is always a risk for backward compatibility ... On the French side, we can still accept this one since it is not used yet !

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.

AccessVehicleEquipment can be either a Hoist or a Ramp, but some properties are only available for either one of them. Both change proposals have the same objective: if we replace RampBearingCapacity with just BearingCapacity, then we can use it for Hoist as well. If we replace HoistOperatingRadius by an Equipment width and length property, then we can use it for both ramp and hoist. We think the risk of change is low - in Germany no one has implemented AccessEquipments yet as well.

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.

I think this was answered by @duexw

<xsd:enumeration value="vehicleLoadingPlace"/>
<xsd:enumeration value="handicappedLevelBoardingSector"/>
<xsd:enumeration value="multimodal"/>
<xsd:enumeration value="busOnStreet">
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.

That's what I was expecting from BusStop ... needs clarification

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.

added clarification.

<xsd:documentation>bus stop directly on street.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tramOnStreet">
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.

Same as for bus.... we have already tramStop and TramPlatform .... I was expecting tramStop to be on street.

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.

We refer to a situation where a bus or tram stops in the middle of the street, but there is no separate quay and/or crossing equipment. This means that passengers have to cross a lane in traffic if they want to board the vehicle. Maybe an enum name like "busOnStreetCentre" would express it more clearly.

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.

Ok, it was not obvious at first: it needs to be clarified so people won't use one instead of the other (and renamed_centerStreed_ instead of onStreet, or the OnStreetCentre you proposed )

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is the essence here that boarding and alighting the vehicle take place directly on the street? If yes, then I suggest to use "busOnStreetBoarding". "tramOnStreet" is clear. It's hard for me to imagine what this would look like for a bus. For tram there is a priority rule: when a tram stops at a "tramOnStreet", the tram may not be overtaken on the right so that passengers can get on and off safely. For busses we don't have onstreetboarding in the Netherlands.

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.

I have seen the following situations:
Bus stops at a place where there is no platform or pedestrian lane on the right side - passengers have to cross the road (either before or after a,rrival of the bus) for boarding. (I think this is illegal in the long run, but may exist for several years.) Almost like Joost's proposal, I would call it busBoardingOnStreet

tramBoardingOnStreet - a tram stop (which may even have a narrow platform), but on the right of the stop there is a bus lane where buses and taxis (and probably bicycles) may pass. This riskier situation might be labellled tramBoardingOnStreet (unless, perhaps, if there is a road crossing nearby - then it might be considered a regular stop).

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.

changed names

Copy link
Copy Markdown
Contributor

@trurlurl trurlurl left a comment

Choose a reason for hiding this comment

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

See inline comments

<xsd:element name="TypeOfEquipmentRef" type="TypeOfEquipmentRefStructure" substitutionGroup="TypeOfEntityRef">
<xsd:annotation>
<xsd:documentation>Reference to a TYPE OF EQUIPMENT.</xsd:documentation>
<xsd:documentation>Reference to a TYPE OF EQUIPMENT. Some values are defined for EPIAP "mobileRamp" for mobile Ramps, "permanentRamp" for permanent installation and "wheelchairLift" for a hoist in LiftEquipment.</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.

wheelchairLift is defined for AccessFacilitySet, not for LiftEquipment
The mentioned tokens do not refer to real EQUIPMENTS like LiftEquipment, RampEquipment - this confuses me because they should be References to a TYPE OF EQUIPMENT, though perhaps that's perfectly correct...

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.

I think this should be fine. This is not a direct reference to the type, but an enum in association. Or do the others think it should be more aligned? @duexw @Aurige @skinkie
We currently don't have an example. Do we need one?

* 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)
@ue71603 ue71603 force-pushed the DELFIplus-extensions branch from 86a52bb to b63ade5 Compare November 24, 2023 18:00
@ue71603 ue71603 added this to the netex_1.3 milestone Dec 1, 2023
Comment thread xsd/netex_framework/netex_reusableComponents/netex_equipment_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
ue71603 and others added 3 commits December 18, 2023 13:07
…upport.xsd

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 merged commit 86cf10c into EPIAP Dec 19, 2023
@ue71603 ue71603 deleted the DELFIplus-extensions branch December 19, 2023 18:11
Copy link
Copy Markdown
Contributor

@nick-knowles nick-knowles left a comment

Choose a reason for hiding this comment

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

Why do we need BusOnStreet Boarding and tramOnstreet Boarding? Is that not exactly what BusStop amd tramStop mean ?
For bus stops that are not on the street we have busBay (eg in a bus station) and busPlatform (eg a raised platform for bus, as might be shared with tram)

Maybe we should add more elaborate descriptions to make this clear

Or was something else meant by BusOnStreetBoarding e.g. no pavement or an unmarked stop . But adding separate "Stop types" for different types of on street bus stop " pollutes the categorisation. Would be better to have some further property that characterises an onstreet further bus stop. Either way it needs to be revised as at teh moment it is either misleading / redundant or both.

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Dec 22, 2023

@nick-knowles This was discussed and already answered by Wilfried. We have bus stops that are in the "middle" of the street and have no direct "border". E.g. a bicycle lane or even a street lane is between the "place" where the bus stops. Passengers will cross the lane (usually a traffic light or some special markings block the traffic during boarding/alighting. That is what is meant by this.
So it would look like this:
image

and this is a special case. Especially PRM wise.

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Dec 22, 2023

@nick-knowles also: This was voted on by the EPIAP group in several meetings. Therefore I am quite unwilling to do anything to change it. IN EPIAP there even is an image I think. If you have concrete improvements for the description, there I am open.

@nick-knowles
Copy link
Copy Markdown
Contributor

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

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?

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>
@trurlurl trurlurl added document has been updated NeTEx Document already updated and removed needs documentation update The NeTEx document needs to be updated labels Jun 22, 2024
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

document has been updated NeTEx Document already updated enhancement non semantic enhacement: technical enhancement, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants