Skip to content

Added the missing CR from Adrian as PullRequest to next#250

Closed
ue71603 wants to merge 1 commit into
TransmodelEcosystem:nextfrom
ue71603:accessibility_next
Closed

Added the missing CR from Adrian as PullRequest to next#250
ue71603 wants to merge 1 commit into
TransmodelEcosystem:nextfrom
ue71603:accessibility_next

Conversation

@ue71603
Copy link
Copy Markdown
Contributor

@ue71603 ue71603 commented Oct 11, 2021

Added the missing Accessibility elements we think we should use for modeling the accessibility fully.

@ue71603 ue71603 added the needs documentation update The NeTEx document needs to be updated label Oct 11, 2021
@ue71603 ue71603 requested review from Aurige and skinkie October 11, 2021 16:31
@skinkie
Copy link
Copy Markdown
Contributor

skinkie commented Oct 11, 2021

Should we have a discussion on the definition? https://en.wikipedia.org/wiki/Tactile_paving

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Oct 11, 2021

Can certainly add it to the list for the next meeting... You think it is underspecified?

<xsd:group ref="ZoneGroup"/>
</xsd:sequence>
<xsd:group ref="PlaceGroup"/>
<xsd:element ref="AccessibilityAssessment" 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.

This is a different issue and can be tagged as "bug" since the current version is not aligned with the model and the document.
However, to conform the Model, we just need to add

						<xsd:group ref="SiteElementGroup"/>
						<xsd:group ref="SiteComponentGroup"/>

It should be a separate PR to "master" tha we can approuve an merge right away

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 we did that already in a different setting.

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.

@skinkie
Copy link
Copy Markdown
Contributor

skinkie commented Oct 12, 2021

Should we have a discussion on the definition? https://en.wikipedia.org/wiki/Tactile_paving

Can be ignored.

./netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd: <xsd:element name="TactileGuidingStrip" type="xsd:boolean" minOccurs="0">

@Aurige
Copy link
Copy Markdown
Contributor

Aurige commented Oct 12, 2021

We may also consider "TactileWarningStrip" which is more and more requested by associations here in France

@skinkie
Copy link
Copy Markdown
Contributor

skinkie commented Oct 12, 2021

Both appear as variant. We should not diverge on naming.

./netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd: <xsd:element name="TactileWarningStrip" type="TactileWarningStripEnumeration" minOccurs="0">
./netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd: <xsd:element name="TactileGuidingStrip" type="xsd:boolean" minOccurs="0">

@Aurige
Copy link
Copy Markdown
Contributor

Aurige commented Oct 12, 2021

yes we have both (TactileWarningStrip and TactileGuidingStrip) for 2 different purposes: one is a continuous line to guide people along the path and the other just some tactile marking (usually a line to cross) at some specific places (just before a crossing, entrance, etc.) to warn about the change/obstacle on the path

<xsd:element ref="EscalatorFreeAccess" minOccurs="0"/>
<xsd:element ref="LiftFreeAccess" minOccurs="0"/>
<xsd:element ref="RampFreeAccess" minOccurs="0"/>
<xsd:element ref="GuideDogAccess" minOccurs="0"/>
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.

already existing in EIAP branch. but in SensoryLimitationGroup

<xsd:element ref="StepFreeAccess" minOccurs="0"/>
<xsd:element ref="EscalatorFreeAccess" minOccurs="0"/>
<xsd:element ref="LiftFreeAccess" minOccurs="0"/>
<xsd:element ref="RampFreeAccess" minOccurs="0"/>
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.

exsits in EIPAP branch

<xsd:documentation>Whether a PLACE has audible signals for the visually impaired.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TactileGuidingStripsAvailable" minOccurs="0">
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.

Ordered a bit differently and the name is TactileGuidanceAvailable

<xsd:documentation>Whether a PLACE has lift free access.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RampFreeAccess" type="LimitationStatusEnumeration" default="unknown">
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.

Part of the MobilityLimitationGroup

<xsd:complexContent>
<xsd:extension base="Place_VersionStructure">
<xsd:sequence>
<xsd:element ref="AccessibilityAssessment" minOccurs="0"/>
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.

same here

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.

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Apr 21, 2022

I think there is nothing left in this PR that was not done elsewhere.
I think we can close it.
@skinkie @Aurige do you concur?

@Aurige
Copy link
Copy Markdown
Contributor

Aurige commented Apr 21, 2022

What is in this PR is Ok for me (provided that it goes to 'next' so it can be discussed/validated by the group during the incoming revision)... and if it has been split in different PR's that's OK (which one are now managing RampFreeAccess and GuidedDogAccess ? and TactileWarningStrip and TactileGuidingStrip ?)

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented Apr 21, 2022

@Aurige I have seen the things already in the EPIAP branch. Except the distinction between TactileWarningStrip and TactileWarningStrip. It is only TactileGuidanceAvailable

@Aurige
Copy link
Copy Markdown
Contributor

Aurige commented Apr 21, 2022

Ok... I would favour having both TactileGuidanceStrip and TactileWarningStrip (it's 2 different features, and it's weird to mention one without the other)

@ue71603
Copy link
Copy Markdown
Contributor Author

ue71603 commented May 19, 2022

Everything done in other PR.

@ue71603 ue71603 closed this May 19, 2022
@trurlurl
Copy link
Copy Markdown
Contributor

trurlurl commented Jul 4, 2024

Removing "needs documentation update" label since closed without having been merged.

@trurlurl trurlurl removed the needs documentation update The NeTEx document needs to be updated label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants