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

Skip to content
Snippets Groups Projects
Commit 01a3dff0 authored by Harald Martini's avatar Harald Martini
Browse files

added voltage levels for max continous propulsion power in CIF schema

parent 66f1a0d8
No related branches found
No related tags found
No related merge requests found
......@@ -450,13 +450,18 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="MaxContinousPropulsionPower">
<xs:element name="VoltageLevels">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="mrf:RatedPowerType">
<xs:attribute name="unit" type="out:PowerUnitType" use="required"/>
</xs:extension>
</xs:simpleContent>
<xs:sequence>
<xs:element name="VoltageLevel" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="MaxContinuousPropulsionPower" type="mrf:RatedPowerType"/>
</xs:sequence>
<xs:attribute name="voltage"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
......
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