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 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!4
parents 6641b8da f41bd609
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ Changelog: ...@@ -18,6 +18,7 @@ Changelog:
17.08.2022: Changed datatype of ChassisConfiguration, AxleConfiguration and LegislativeCategory for Vehicle_Exempted_MediumLorryDeclarationType 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 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:complexType name="Abstract_ADAS_ConventionalType" abstract="true">
<xs:complexContent> <xs:complexContent>
...@@ -3006,7 +3007,7 @@ Changelog: ...@@ -3006,7 +3007,7 @@ Changelog:
<xs:documentation>P295 - [A]</xs:documentation> <xs:documentation>P295 - [A]</xs:documentation>
</xs:annotation> </xs:annotation>
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:integer"> <xs:restriction base="xs:int">
<xs:minExclusive value="0"/> <xs:minExclusive value="0"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
...@@ -3043,7 +3044,7 @@ Changelog: ...@@ -3043,7 +3044,7 @@ Changelog:
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:element> </xs:element>
<xs:element name="RatedCapacity" type="xs:integer"> <xs:element name="RatedCapacity" type="xs:int">
<xs:annotation> <xs:annotation>
<xs:documentation>P299 - [Ah]</xs:documentation> <xs:documentation>P299 - [Ah]</xs:documentation>
</xs:annotation> </xs:annotation>
...@@ -3081,7 +3082,7 @@ Changelog: ...@@ -3081,7 +3082,7 @@ Changelog:
<xs:documentation>P301 - [F]</xs:documentation> <xs:documentation>P301 - [F]</xs:documentation>
</xs:annotation> </xs:annotation>
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:integer"> <xs:restriction base="xs:int">
<xs:minExclusive value="0"/> <xs:minExclusive value="0"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
...@@ -3091,7 +3092,7 @@ Changelog: ...@@ -3091,7 +3092,7 @@ Changelog:
<xs:documentation>P302 - [V]</xs:documentation> <xs:documentation>P302 - [V]</xs:documentation>
</xs:annotation> </xs:annotation>
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:integer"> <xs:restriction base="xs:int">
<xs:minExclusive value="0"/> <xs:minExclusive value="0"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment