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

adding missing technology for exempted vehicles

parent fad93f16
Branches
Tags
No related merge requests found
......@@ -20,6 +20,7 @@ Changelog:
- 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
09.02.2024: added missing technology for exempted vehicles 'Multiple power­trains Article 9 exempted'
-->
<xs:complexType name="Abstract_ADAS_ConventionalType" abstract="true">
<xs:complexContent>
......@@ -1798,6 +1799,7 @@ Changelog:
<xs:enumeration value="H2 ICE"/>
<xs:enumeration value="Dual fuel vehicle Article 9 exempted"/>
<xs:enumeration value="In-motion charging Article 9 exempted"/>
<xs:enumeration value="Multiple power­trains Article 9 exempted"/>
<xs:enumeration value="Other technology Article 9 exempted"/>
</xs:restriction>
</xs:simpleType>
......@@ -1859,6 +1861,7 @@ Changelog:
<xs:enumeration value="H2 ICE"/>
<xs:enumeration value="Dual fuel vehicle Article 9 exempted"/>
<xs:enumeration value="In-motion charging Article 9 exempted"/>
<xs:enumeration value="Multiple power­trains Article 9 exempted"/>
<xs:enumeration value="Other technology Article 9 exempted"/>
</xs:restriction>
</xs:simpleType>
......@@ -1895,6 +1898,7 @@ Changelog:
<xs:enumeration value="H2 ICE"/>
<xs:enumeration value="Dual fuel vehicle Article 9 exempted"/>
<xs:enumeration value="In-motion charging Article 9 exempted"/>
<xs:enumeration value="Multiple power­trains Article 9 exempted"/>
<xs:enumeration value="Other technology Article 9 exempted"/>
</xs:restriction>
</xs:simpleType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment