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

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

xml schema: adding missing type info for netpower elements (exempted vehicle)

parent 34758f70
No related branches found
No related tags found
No related merge requests found
......@@ -1036,12 +1036,12 @@
<xs:documentation>P269 - bool</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaxNetPower1" minOccurs="0">
<xs:element name="MaxNetPower1" type="tns:PowerType" minOccurs="0">
<xs:annotation>
<xs:documentation>P277 - [W]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaxNetPower2" minOccurs="0">
<xs:element name="MaxNetPower2" type="tns:PowerType" minOccurs="0">
<xs:annotation>
<xs:documentation>P278 - [W]</xs:documentation>
</xs:annotation>
......@@ -2559,4 +2559,9 @@ ToDo: -0.00
<xs:enumeration value="1,2,3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PowerType">
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
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