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

Skip to content
Snippets Groups Projects
Commit e612ebde authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Added RetarderType Axlegear Input Retarder in XML Schema Definition 2.4

parent 2cf77a7a
No related branches found
No related tags found
No related merge requests found
......@@ -2931,6 +2931,25 @@
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RetarderTypeType">
<xs:annotation>
<xs:appinfo>
<vectoParam:description>
<vectoParam:parameterId component="Vehicle">052</vectoParam:parameterId>
<vectoParam:unit>-</vectoParam:unit>
</vectoParam:description>
</xs:appinfo>
<xs:documentation>P052 - enum</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="None"/>
<xs:enumeration value="Losses included in Gearbox"/>
<xs:enumeration value="Engine Retarder"/>
<xs:enumeration value="Transmission Input Retarder"/>
<xs:enumeration value="Transmission Output Retarder"/>
<xs:enumeration value="Axlegear Input Retarder"/>
</xs:restriction>
</xs:simpleType>
<xs:group name="BusAuxElectricSystemLightsGroup">
<xs:sequence>
<xs:element name="LEDLights">
......@@ -3773,7 +3792,7 @@
</xs:group>
<xs:group name="Vehicle_RetarderSequenceGroup">
<xs:sequence>
<xs:element name="RetarderType" type="v1.0:RetarderTypeType">
<xs:element name="RetarderType" type="v2.4:RetarderTypeType">
<xs:annotation>
<xs:documentation>P052 - enum</xs:documentation>
</xs:annotation>
......
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