Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 257d070b authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

leave axle configuration at the current position but make it optional

parent 6b3230ad
No related branches found
No related tags found
No related merge requests found
......@@ -908,6 +908,11 @@
<xs:documentation>P036 - enum</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AxleConfiguration" type="tns:VehicleAxleConfigurationDeclarationType" minOccurs="0">
<xs:annotation>
<xs:documentation>P037 - enum</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurbMassChassis" type="tns:VehicleCurbMassChassisType">
<xs:annotation>
<xs:documentation>P038 - [kg]</xs:documentation>
......@@ -920,11 +925,6 @@
</xs:element>
<xs:choice>
<xs:sequence>
<xs:element name="AxleConfiguration" type="tns:VehicleAxleConfigurationDeclarationType">
<xs:annotation>
<xs:documentation>P037 - enum</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdlingSpeed" type="tns:EngineDeclaredSpeedType">
<xs:annotation>
<xs:documentation>P198 - [1/min]</xs:documentation>
......@@ -981,23 +981,6 @@
<xs:documentation>P276 - bool</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence>
<xs:element name="TorqueLimits" type="tns:TorqueLimitsType" minOccurs="0"/>
<xs:element name="Components">
<xs:complexType>
<xs:sequence>
<xs:element name="Engine" type="tns:EngineComponentDeclarationType"/>
<xs:element name="Gearbox" type="tns:GearboxComponentDeclarationType"/>
<xs:element name="Angledrive" type="tns:AngledriveComponentDeclarationType" minOccurs="0"/>
<xs:element name="Retarder" type="tns:RetarderComponentDeclarationType" minOccurs="0"/>
<xs:element name="Axlegear" type="tns:AxlegearComponentDeclarationType"/>
<xs:element name="AxleWheels" type="tns:AxleWheelsComponentDeclarationType"/>
<xs:element name="Auxiliaries" type="tns:AuxiliariesComponentDeclarationType"/>
<xs:element name="AirDrag" type="tns:AirDragComponentDeclarationType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="ADAS" minOccurs="0">
<xs:complexType>
<xs:sequence>
......@@ -1027,6 +1010,23 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:sequence>
<xs:element name="TorqueLimits" type="tns:TorqueLimitsType" minOccurs="0"/>
<xs:element name="Components">
<xs:complexType>
<xs:sequence>
<xs:element name="Engine" type="tns:EngineComponentDeclarationType"/>
<xs:element name="Gearbox" type="tns:GearboxComponentDeclarationType"/>
<xs:element name="Angledrive" type="tns:AngledriveComponentDeclarationType" minOccurs="0"/>
<xs:element name="Retarder" type="tns:RetarderComponentDeclarationType" minOccurs="0"/>
<xs:element name="Axlegear" type="tns:AxlegearComponentDeclarationType"/>
<xs:element name="AxleWheels" type="tns:AxleWheelsComponentDeclarationType"/>
<xs:element name="Auxiliaries" type="tns:AuxiliariesComponentDeclarationType"/>
<xs:element name="AirDrag" type="tns:AirDragComponentDeclarationType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:sequence>
<xs:sequence>
<xs:element name="ZeroEmissionVehicle" type="xs:boolean">
......@@ -1806,11 +1806,14 @@ ToDo: -0.00
<xs:enumeration value="Ethanol CI"/>
<xs:enumeration value="Petrol PI"/>
<xs:enumeration value="Ethanol PI"/>
<xs:enumeration value="LPG"/><!-- == LPG PI -->
<xs:enumeration value="NG"/><!-- == NG PI -->
<xs:enumeration value="LPG"/>
<xs:enumeration value="NG"/>
<xs:enumeration value="LPG PI"/>
<xs:enumeration value="NG PI"/>
<xs:enumeration value="NG CI"/><!-- dual fuel -->
<xs:enumeration value="NG CI"/>
<!-- == LPG PI -->
<!-- == NG PI -->
<!-- dual fuel -->
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="GearboxCertificationOptionType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment