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
Unverified Commit c20db133 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

bugfix in xml schema: remove erroneous PS technology for lorries

parent b717421c
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ Changelog:
16.11.2022: - Removed trailing white spaces from PSTechnologies and SPTechnologies
- changed Small + elec. driven + ESS to Small + AMS + elec. driven
13.06.2023: Changed rated current, rated voltage, rated capacity (bus aux smart electrics) from datatype xs:integer to xs:int
19.10.2023: remove erroneous lorry PS technology entry
-->
<xs:complexType name="Abstract_ADAS_ConventionalType" abstract="true">
<xs:complexContent>
......@@ -2530,7 +2531,6 @@ Changelog:
</xs:simpleType>
<xs:simpleType name="AuxPSTechnologyLorryType">
<xs:restriction base="xs:string">
<xs:enumeration value="Crankshaft mounted - Electronically controlled visco clutch"/>
<xs:enumeration value="Small"/>
<xs:enumeration value="Small + ESS"/>
<xs:enumeration value="Small + visco clutch"/>
......@@ -2560,7 +2560,6 @@ Changelog:
<xs:enumeration value="Large Supply + visco clutch + AMS"/>
<xs:enumeration value="Large Supply + mech. clutch + AMS"/>
<xs:enumeration value="Vacuum pump"/>
<!--fully electric-->
<xs:enumeration value="Small + elec. driven"/>
<xs:enumeration value="Small + AMS + elec. driven"/>
<xs:enumeration value="Medium Supply 1-stage + elec. driven"/>
......@@ -2570,6 +2569,7 @@ Changelog:
<xs:enumeration value="Large Supply + elec. driven"/>
<xs:enumeration value="Large Supply + AMS + elec. driven"/>
<xs:enumeration value="Vacuum pump + elec. driven"/>
<!--fully electric-->
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AuxSPTechnology_HEV-S_LorryType">
......
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