NeTEx-CEN / NeTEx

NeTEx is a CEN Technical Standard for exchanging Public Transport schedules and related data.
http://netex-cen.eu
GNU General Public License v3.0
83 stars 39 forks source link

Height of door control elements #541

Closed DWillDB closed 8 months ago

DWillDB commented 11 months ago

Hello everyone,

We need the height of the door control elements and we believe it should be included in the "EntranceUsageGroup." Is it possible to add the following code to the XSD file? Or would it be possible to submit our own pull request? What would be the best process for this?

https://github.com/NeTEx-CEN/NeTEx/blob/c6c34850192a05e88079d112d340da644f35fe90/xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd#L1195 `

Indicates door control element height (in centimeter) ` Best regards, David
skinkie commented 11 months ago

@davidr1234 try use with a pool request for the EPIAP branch.

so, first fork our branch to your own repository

git checkout EPIAP -b enhance_doorcontrolelementheight
do change
git commit -a -m "Fix #541"
git push --set-upstream origin enhance_doorcontrolelementheight

...and then do a pull request here (and don't forget to select EPIAP on the left)

DWillDB commented 11 months ago

Yes, that is what I thought. But I have no permissions to create a branch.

skinkie commented 11 months ago

Yes, that is what I thought. But I have no permissions to create a branch.

The idea is not to create it on this repository. But fork it into your personal space on github.

image

nick-knowles commented 10 months ago

DoorControlElementHeight added to EntranceEquipment in UML

image

ue71603 commented 8 months ago

@trurlurl also this one? covered by the PR? Can we close the issue?

trurlurl commented 8 months ago

@trurlurl also this one? covered by the PR? Can we close the issue?

Solved by #541.

Aurige commented 2 days ago

Part 1 already updated by @trurlurl