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

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

Merge branch 'bugfix/CodeEU-36_XML-Datatype' into 'tug-dev'

change type of rated voltage, rated current and rated capacity from xs:integer...

See merge request vecto/vecto!4
parents 6641b8da f41bd609
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ Changelog:
14.04.2022: Added new RetarderTypeType definition to cover AxlegearInputRetarder (used only for E3, S3, S-IEPC, E-IEPC)
17.08.2022: Changed datatype of ChassisConfiguration, AxleConfiguration and LegislativeCategory for Vehicle_Exempted_MediumLorryDeclarationType
16.11.2022: - Removed trailing white spaces from PSTechnologies and SPTechnologies
- changed Small + elec. driven + ESS to Small + AMS + elec. driven
- changed Small + elec. driven + ESS to Small + AMS + elec. driven
13.06.2023: Changed rated current, rated voltage, rated capacity (bus aux smart electrics) from datatype xs:integer to xs:int
-->
<xs:complexType name="Abstract_ADAS_ConventionalType" abstract="true">
<xs:complexContent>
......@@ -3006,7 +3007,7 @@ Changelog:
<xs:documentation>P295 - [A]</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:restriction base="xs:int">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
......@@ -3043,7 +3044,7 @@ Changelog:
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RatedCapacity" type="xs:integer">
<xs:element name="RatedCapacity" type="xs:int">
<xs:annotation>
<xs:documentation>P299 - [Ah]</xs:documentation>
</xs:annotation>
......@@ -3081,7 +3082,7 @@ Changelog:
<xs:documentation>P301 - [F]</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:restriction base="xs:int">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
......@@ -3091,7 +3092,7 @@ Changelog:
<xs:documentation>P302 - [V]</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:restriction base="xs:int">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
......
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