Skip to content

Commit

Permalink
Fix typo psychosensory (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie authored Mar 25, 2024
1 parent 533dfaf commit d847bb7
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d847bb7

Please sign in to comment.