Skip to content
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

Fix typo psychosensory #690

Merged
merged 1 commit into from
Mar 25, 2024
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
Loading