Code development platform for open source projects from the European Union institutions

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

Merge pull request #684 in VECTO/vecto-sim from...

Merge pull request #684 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-765-extend-mrf-and-cif to develop

* commit 'e7b0515c':
  adaptation of advanced technologies in monitoring report
parents a859b50a e7b0515c
No related branches found
No related tags found
No related merge requests found
......@@ -186,10 +186,36 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AdvancedReducingTechnologies" type="xs:string">
<xs:element name="AdvancedReducingTechnologies">
<xs:annotation>
<xs:documentation>#74</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Entry" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="category" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="advanced aerodynamic measures"/>
<xs:enumeration value="advanced rolling resistance measures"/>
<xs:enumeration value="advanced drivetrain technologies"/>
<xs:enumeration value="advanced engine technologies"/>
<xs:enumeration value="advanced auxiliary technologies"/>
<xs:enumeration value="additional ADAS technologies"/>
<xs:enumeration value="advanced powertrain integration and hybridisation"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VectoLicenseNbr" type="xs:string">
<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