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

update latest version of MRF: allow axle configuration, sleeper cab and...

update latest version of  MRF: allow axle configuration, sleeper cab and vehicle group for exempted vehicles
parent 1fbd4e0d
No related branches found
No related tags found
No related merge requests found
......@@ -717,18 +717,20 @@
<xs:documentation>P280 / I.1.1.12 / #83</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="AxleConfiguration" type="vdecdef:VehicleAxleConfigurationDeclarationType">
<xs:annotation>
<xs:documentation>P037 / I.1.1.5 / #11</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehicleGroup" type="VehicleGroupType">
<xs:annotation>
<xs:documentation>VECTO / I.1.1.7 / #13</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element name="AxleConfiguration" type="vdecdef:VehicleAxleConfigurationDeclarationType">
<xs:annotation>
<xs:documentation>P037 / I.1.1.5 / #11</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehicleGroup" type="VehicleGroupType">
<xs:annotation>
<xs:documentation>VECTO / I.1.1.7 / #13</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CO2StandardsGroup">
<xs:simpleType>
<xs:restriction base="xs:string">
......@@ -770,6 +772,11 @@
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:element name="SleeperCab" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>P276 / I.1.1.13 / #84</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaxNetPower1" minOccurs="0">
<xs:annotation>
<xs:documentation>P277</xs:documentation>
......
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