<xs:complexType name="eVehicleBrakes">
<xs:annotation>
<xs:documentation>data about brake systems independent from propulsion</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:vehicleBrakes"/>
</xs:annotation>
<xs:sequence>
<xs:element name="vehicleBrake" type="rail:eVehicleBrake" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>settings and characteristic of a particular brake type or brake application position</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:vehicleBrake"/>
</xs:annotation>
</xs:element>
<xs:element name="mechanicalBrakeEffort" type="rail:tEffortCurve" minOccurs="0">
<xs:annotation>
<xs:documentation>mechanical brake effort at wheel vs. speed by brake systems without propulsion</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:mechanicalBrakeEffort"/>
</xs:annotation>
</xs:element>
<xs:element name="eddyCurrentBrake" type="rail:tEddyCurrentBrake" minOccurs="0">
<xs:annotation>
<xs:documentation>technical data of eddy current brake</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:eddyCurrentBrake"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |