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 @@ -163,9 +163,9 @@ Rail transport, Roads and Road transport
<xsd:documentation>A specific USER NEED, i.e. a constraint of a passenger as regards his mobility, e.g. wheelchair, assisted wheelchair, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PsychosensoryNeed" type="PyschosensoryNeedEnumeration">
<xsd:element name="PsychosensoryNeed" type="PsychosensoryNeedEnumeration">
<xsd:annotation>
<xsd:documentation>Passenger pyschosensory need for which a suitability specified.</xsd:documentation>
<xsd:documentation>Passenger psychosensory need for which a suitability specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MedicalNeed">
Expand Down Expand Up @@ -206,7 +206,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="normal"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PyschosensoryNeedEnumeration">
<xsd:simpleType name="PsychosensoryNeedEnumeration">
<xsd:annotation>
<xsd:documentation>Allowed values for specific psychosensory needs.</xsd:documentation>
</xsd:annotation>
Expand Down