Skip to content

Commit f4465b9

Browse files
authored
Stairfree Access as Limitation to be more compatible with OJP (#362)
* Stairfree Access as Limitation to be more compatible with OJP and for EP
1 parent 5f6a146 commit f4465b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xsd/netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_limitations.xsd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Rail transport, Roads and Road transport
6565
<xsd:sequence>
6666
<xsd:element ref="WheelchairAccess"/>
6767
<xsd:element ref="StepFreeAccess" minOccurs="0"/>
68+
<xsd:element ref="StairFreeAccess" minOccurs="0"/>
6869
<xsd:element ref="EscalatorFreeAccess" minOccurs="0"/>
6970
<xsd:element ref="LiftFreeAccess" minOccurs="0"/>
7071
<xsd:element ref="RampFreeAccess" minOccurs="0"/>
@@ -136,6 +137,11 @@ Rail transport, Roads and Road transport
136137
<xsd:documentation>Whether a PLACE has step free access.</xsd:documentation>
137138
</xsd:annotation>
138139
</xsd:element>
140+
<xsd:element name="StairFreeAccess" type="LimitationStatusEnumeration" default="unknown">
141+
<xsd:annotation>
142+
<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>
143+
</xsd:annotation>
144+
</xsd:element>
139145
<xsd:element name="EscalatorFreeAccess" type="LimitationStatusEnumeration" default="unknown">
140146
<xsd:annotation>
141147
<xsd:documentation>Whether a PLACE has escalator free access.</xsd:documentation>

0 commit comments

Comments
 (0)