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

Pull request #881: updating xml schema 2.3: tyredimensiontype - remove space before rim diameter

Merge in VECTO/vecto-sim from VECTO/mq_vecto-sim:bugfix/VECTO-1521-updating-tyre-dimensions_2 to master

* commit '45d76683':
  updating xml schema 2.3: tyredimensiontype - remove space before rim diameter
parents 51578cd5 45d76683
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" schemaLocation="VectoDeclarationDefinitions.1.0.xsd"/>
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.0" schemaLocation="VectoDeclarationDefinitions.2.0.xsd"/>
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1" schemaLocation="VectoDeclarationDefinitions.2.1.xsd"/>
<!--
Changelog:
03.02.2022: First official version uploaded to CITnet
04.04.2022: Changes in 'TyreDimensionType': remove space between tyre design code and rim diameter (205/70 R15, 205/80 R15)
-->
<xs:complexType name="AbstractADCDataDeclarationType" abstract="true">
<xs:complexContent>
<xs:extension base="v1.0:AbstractAngledriveDataDeclarationType"/>
......@@ -2180,8 +2185,8 @@
<xs:enumeration value="235/60 R17C"/>
<xs:enumeration value="425/55 R19.5"/>
<xs:enumeration value="425/55 R19.5"/>
<xs:enumeration value="205/80 R 15"/>
<xs:enumeration value="205/70 R 15"/>
<xs:enumeration value="205/80 R15"/>
<xs:enumeration value="205/70 R15"/>
<xs:enumeration value="205/70 R17C"/>
<xs:enumeration value="285/55 R16C"/>
</xs:restriction>
......
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