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 63cbbbe6 authored by Stefanos DOUMPOULAKIS's avatar Stefanos DOUMPOULAKIS
Browse files

fix: ngTankSystem optional for HEV lorries MRF XSD (!315)

mr: !315

issue: #954
parents 4f509102 4153fc3e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ Changelog
2.10.2023: make Airdrag component in output mandatory (provide standard values in case no Airdrag is provided in input). make Model and DigestValue optional (only in output for measured component)
10.04.2024: change "Fuel cell vehicle" to "FCV Article 9 exempted" according to regulation
19.04.2024: restore wrong exempt techs along with the correct ones.
11.02.2025: made ngTankSystem optional for HEV lorries.
-->
<!-- Imports_______________________________________________ -->
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" schemaLocation="VectoDeclarationDefinitions.1.0.xsd"/>
......@@ -1086,7 +1087,7 @@ Changelog
<xs:documentation>I.1.1.13.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NgTankSystem" type="v1.0:NgTankSystemType">
<xs:element name="NgTankSystem" type="v1.0:NgTankSystemType" minOccurs="0">
<xs:annotation>
<xs:documentation>I.1.1.29</xs:documentation>
</xs:annotation>
......
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