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 @@ -70,7 +70,7 @@ Rail transport, Roads and Road transport
<!-- ======================================================================= -->
<xsd:element name="VehicleType" substitutionGroup="DataManagedObject">
<xsd:annotation>
<xsd:documentation>Type of VEHICLe.</xsd:documentation>
<xsd:documentation>Type of VEHICLE.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
Expand All @@ -97,7 +97,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:complexType name="VehicleType_VersionStructure">
<xsd:annotation>
<xsd:documentation>Type for a VEHICLE. TYPE.</xsd:documentation>
<xsd:documentation>Type for a VEHICLE TYPE.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DataManagedObjectStructure">
Expand All @@ -109,7 +109,7 @@ Rail transport, Roads and Road transport
</xsd:complexType>
<xsd:group name="VehicleTypeGroup">
<xsd:annotation>
<xsd:documentation>Elements for a VEHICLE. TYPE.</xsd:documentation>
<xsd:documentation>Elements for a VEHICLE TYPE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
Expand Down Expand Up @@ -141,15 +141,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="VehicleTypePropertiesGroup">
<xsd:annotation>
<xsd:documentation>Prooprty Elements for a VEHICLE. TYPE.</xsd:documentation>
<xsd:documentation>Property Elements for a VEHICLE. TYPE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ReversingDirection" type="xsd:boolean" default="true" minOccurs="0">
Expand All @@ -174,7 +174,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:element name="capacities" type="passengerCapacities_RelStructure" minOccurs="0">
Expand Down Expand Up @@ -203,7 +203,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