-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seating Plan Seat Context changes #813
base: next
Are you sure you want to change the base?
Seating Plan Seat Context changes #813
Conversation
Changes from Netex meeting (a) Remove hasTray (b) Add blankRowEndNoAisle to seat context (c) Update example
Add further Seat contextenum values for facing window
…hub.com/nick-knowles/NeTEx into Seating-Plan-Revisions--Seating-Context
reanme roeend enumeration
</xsd:annotation> | ||
</xsd:enumeration> | ||
<xsd:enumeration value="inMiddleWindowInFront"/> | ||
<xsd:enumeration value="inMiddleAisleInFront"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "WindowInFront" and "AisleInFront" mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me it's just that the aisle (or window) is facing the seat. Even if not frequent in trains, that common in ferries and boats for example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Aurige, I see it is understandable in the ferry context. But then it would seem consequent to me to also have at least rowEndWindowInFront
and rowEndAisleInFront
- if not as well byWindowAisleInFront
, byAisleWindowInFront
, byAisleAisleInFront
, etc. ... until the combinations become too strange. I share @JohanEntur's doubts whether this is the best approach. Might it be a discutable option to keep the SeatContext very basic and add a seating plan as an image in complex cases as ferries?
I thought we were going for an array kind of list of context. Now its going to be endless combinations of concatenated possibilities, just like TransportSubmode. |
Changes from Netex meeting
(a) Remove hasTray
(b) Add blankRowEndNoAisle to seat context
(c) Update example