Skip to content

Commit

Permalink
Typo in VehicleType (#253)
Browse files Browse the repository at this point in the history
* Typo in VehicleType

Reported by @hennoit
  • Loading branch information
skinkie committed Mar 29, 2022
1 parent 127f6c5 commit 9e8a9e8
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ Rail transport, Roads and Road transport
<!-- ==== VEHICLE TYPE ==================================================== -->
<xsd:element name="VehicleType" substitutionGroup="TransportType_">
<xsd:annotation>
<xsd:documentation>A classification of public transport vehicles according to the vehicle scheduling requirements in mode and capacity (e.g. standard bus, double-deck, ...).
</xsd:documentation>
<xsd:documentation>A classification of public transport vehicles according to the vehicle scheduling requirements in mode and capacity (e.g. standard bus, double-deck, ...).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
Expand Down Expand Up @@ -275,15 +274,15 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="facilities" type="serviceFacilitySets_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Facilities of VEHICLE.</xsd:documentation>
<xsd:documentation>Facilities of VEHICLE TYPE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="VehicleRequirementsGroup"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="VehicleTypeTotalCapacityGroup">
<xsd:annotation>
<xsd:documentation>Totacl Capacity elements for a VEHICLE TYPE.</xsd:documentation>
<xsd:documentation>Total Capacity elements for a VEHICLE TYPE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EuroClass" type="xsd:normalizedString" minOccurs="0">
Expand All @@ -293,7 +292,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="PassengerCapacity" type="PassengerCapacityStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Total Number of passengers that VEHICLE TYPE. can carry.</xsd:documentation>
<xsd:documentation>Total Number of passengers that VEHICLE TYPE can carry.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down Expand Up @@ -329,7 +328,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="Height" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The length of a VEHICLE of the type. +v1.1</xsd:documentation>
<xsd:documentation>The height of a VEHICLE of the type. +v1.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Weight" type="WeightType" minOccurs="0">
Expand Down

0 comments on commit 9e8a9e8

Please sign in to comment.