Skip to content
Closed
Show file tree
Hide file tree
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 @@ -186,7 +186,7 @@ Rail transport, Roads and Road transport
</xsd:choice>
</xsd:group>
<!--======USEr need types=====================================================================================-->
<xsd:simpleType name="MobilityLIst">
<xsd:simpleType name="MobilityList">
<xsd:annotation>
<xsd:documentation>List of Allowed values for of mobility needs.</xsd:documentation>
</xsd:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>Additional Elements for an ACCESS VEHICLE EQUIPMENT type.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SuitableFor" type="MobilityLIst" minOccurs="0">
<xsd:element name="SuitableFor" type="MobilityList" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Mobility needs for which access is suitable.</xsd:documentation>
</xsd:annotation>
Expand Down