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

fix datatype limitation in xsd

parent b97fb23c
Branches
Tags
No related merge requests found
...@@ -1387,7 +1387,7 @@ ...@@ -1387,7 +1387,7 @@
<xs:documentation>P150 - [-]</xs:documentation> <xs:documentation>P150 - [-]</xs:documentation>
</xs:annotation> </xs:annotation>
<xs:restriction base="tns:Double3"> <xs:restriction base="tns:Double3">
<xs:minExclusive value="0"/> <xs:minExclusive value="0.000"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
<xs:simpleType name="AxlegearTorqueLossType"> <xs:simpleType name="AxlegearTorqueLossType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment