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

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

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

* commit 'c9a9cc24':
  adding file to project, adding type info to xml elements
parents 057cb21e c9a9cc24
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoEngineeringInput.0.7.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoInput.1.0.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoOutputCustomer.0.4.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoOutputCustomer.0.5.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoOutputManufacturer.0.4.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VectoOutputManufacturer.0.5.xsd" HomeFolder="Yes"/>
<File FilePath="VectoCore\VectoCore\Resources\XSD\VTPReport.0.1.xsd" HomeFolder="Yes"/>
......
......@@ -62,7 +62,7 @@
<xs:element name="FuelConsumption" type="FuelConsumptionType" maxOccurs="unbounded"/>
<xs:element name="CO2" type="CO2Type" maxOccurs="unbounded"/>
</xs:sequence>
<xs:element name="Error"/>
<xs:element name="Error" type="xs:string"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="status" use="required">
......@@ -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>
......
......@@ -23,10 +23,10 @@
</xs:element>
<xs:complexType name="AirdragType">
<xs:sequence>
<xs:element name="Model" minOccurs="0"/>
<xs:element name="Model" type="vdecdef:ModelType" minOccurs="0"/>
<xs:element name="CertificationMethod" type="AirdragCertificationOptionType"/>
<xs:element name="CertificationNumber" minOccurs="0"/>
<xs:element name="DigestValue" minOccurs="0"/>
<xs:element name="CertificationNumber" type="vdecdef:CertificationNumberType" minOccurs="0"/>
<xs:element name="DigestValue" type="xs:token" minOccurs="0"/>
<xs:element name="CdxA" type="vdecdef:AirdragCdxAType">
<xs:annotation>
<xs:documentation>P245</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