Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element ref="WheelchairAccess"/>
<xsd:element ref="StepFreeAccess" minOccurs="0"/>
<xsd:element ref="StairFreeAccess" minOccurs="0"/>
<xsd:element ref="EscalatorFreeAccess" minOccurs="0"/>
<xsd:element ref="LiftFreeAccess" minOccurs="0"/>
<xsd:element ref="RampFreeAccess" minOccurs="0"/>
Expand Down Expand Up @@ -136,6 +137,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Whether a PLACE has step free access.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StairFreeAccess" type="LimitationStatusEnumeration" default="unknown">
<xsd:annotation>
<xsd:documentation>Whether a PLACE has stair free access, in comparison with step free access one single step in the route is allowed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EscalatorFreeAccess" type="LimitationStatusEnumeration" default="unknown">
Copy link
Contributor

Choose a reason for hiding this comment

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

We can't remove EscalatorFreeAccess since it was in previous version (and used, for example in the French profile)

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, my mistake ... just a presentation issue

<xsd:annotation>
<xsd:documentation>Whether a PLACE has escalator free access.</xsd:documentation>
Expand Down