Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 15ef0a78 authored by Harald Martini's avatar Harald Martini
Browse files

changed component order in HEV-S2-LorryComponentsType

parent 1228f93f
No related branches found
No related tags found
No related merge requests found
......@@ -654,16 +654,18 @@
<xs:complexType name="HEV-S2-LorryComponentsType">
<xs:sequence>
<xs:element name="Engine" type="mrf:EngineOutputType"/>
<xs:element name="ElectricMachines" type="mrf:xEV-ElectricMachinesType"/>
<xs:element name="REESSSpecifications" type="mrf:REESSSpecificationsType"/>
<xs:element name="Transmission" type="mrf:TransmissionType"/>
<xs:element name="Retarder" type="mrf:RetarderType" minOccurs="0"/>
<xs:element name="TorqueConverter" type="mrf:TorqueConverterType" minOccurs="0"/>
<xs:element name="Angledrive" type="mrf:AngledriveType" minOccurs="0"/>
<xs:element name="ElectricMachines" type="mrf:xEV-ElectricMachinesType"/>
<xs:element name="REESSSpecifications" type="mrf:REESSSpecificationsType"/>
<xs:element name="AirDrag" type="mrf:AirdragType" minOccurs="0"/>
<xs:element name="Retarder" type="mrf:RetarderType" minOccurs="0"/>
<xs:element name="Axlegear" type="mrf:AxleGearType"/>
<xs:element name="AxleWheels" type="mrf:AxleWheelsType"/>
<xs:element name="Auxiliaries" type="mrf:HEVLorryAuxOutputType"/>
<xs:element name="AirDrag" type="mrf:AirdragType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="HEV-S3-LorryComponentsType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment