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

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

Merge pull request #624 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-711-elements-without-types-in-cif-and-mrf to develop

* commit '4ba81f25':
  adding missing type information for xml report elements
parents 841902b0 4ba81f25
Branches
Tags 2.1.1
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2016 rel. 2 (x64) (http://www.altova.com) by Helmut Eichlseder (TU Graz/Inst. f. VKM und THD) -->
<!-- edited with XMLSpy v2016 rel. 2 sp1 (x64) (http://www.altova.com) by Helmut Eichlseder (TU Graz/Inst. f. VKM und THD) -->
<!--W3C XML Schema generated by XMLSpy vXMLSpy Professional Edition v2016 rel. 2 (x64) (http://www.altova.com)-->
<xs:schema xmlns="urn:tugraz:ivt:VectoAPI:CustomerOutput:v0.4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vdecdef="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" targetNamespace="urn:tugraz:ivt:VectoAPI:CustomerOutput:v0.4" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.4">
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" schemaLocation="VectoDeclarationDefinitions.1.0.xsd"/>
......@@ -96,8 +96,8 @@
<xs:element name="ApplicationInformation">
<xs:complexType>
<xs:sequence>
<xs:element name="SimulationToolVersion"/>
<xs:element name="Date"/>
<xs:element name="SimulationToolVersion" type="xs:string"/>
<xs:element name="Date" type="vdecdef:DateTimeWithTimezone"/>
</xs:sequence>
</xs:complexType>
</xs:element>
......@@ -112,7 +112,7 @@
<xs:element name="Model" type="vdecdef:ModelType"/>
<xs:element name="Manufacturer" type="vdecdef:ManufacturerType"/>
<xs:element name="ManufacturerAddress" type="vdecdef:ManufacturerAddressType"/>
<xs:element name="VIN">
<xs:element name="VIN" type="vdecdef:VINType">
<xs:annotation>
<xs:documentation>P238</xs:documentation>
</xs:annotation>
......
......@@ -385,8 +385,8 @@
<xs:element name="ApplicationInformation">
<xs:complexType>
<xs:sequence>
<xs:element name="SimulationToolVersion"/>
<xs:element name="Date"/>
<xs:element name="SimulationToolVersion" type="xs:string"/>
<xs:element name="Date" type="vdecdef:DateTimeWithTimezone"/>
</xs:sequence>
</xs:complexType>
</xs:element>
......@@ -495,7 +495,7 @@
</xs:complexType>
<xs:complexType name="VehicleType">
<xs:sequence>
<xs:element name="VIN">
<xs:element name="VIN" type="vdecdef:VINType">
<xs:annotation>
<xs:documentation>P238</xs:documentation>
</xs:annotation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment