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

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

Merge pull request #537 in VECTO/vecto-sim from master to develop

* commit '6155aaef':
  fix datatype limitation in xsd
  fix datatype limitations in XSD
parents c5660a9f 6155aaef
No related branches found
No related tags found
No related merge requests found
......@@ -1085,7 +1085,7 @@
<xs:documentation>P176</xs:documentation>
</xs:annotation>
<xs:restriction base="tns:Double3">
<xs:minExclusive value="0"/>
<xs:minExclusive value="0.000"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AngledriveTorqueLossType">
......@@ -1387,7 +1387,7 @@
<xs:documentation>P150 - [-]</xs:documentation>
</xs:annotation>
<xs:restriction base="tns:Double3">
<xs:minExclusive value="0"/>
<xs:minExclusive value="0.000"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AxlegearTorqueLossType">
......
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