NeTEx
NeTEx copied to clipboard
operationalConstraints
I suggest adding a new group of elements to Vehicles/VehicleTypes
Currently we have stuff like this <MaximumVelocity>1</MaximumVelocity>
I want to open for a group of such constraints. Here are my suggestions (the above is depcreated and replaced by some new ones)
<operationalConstraints>
<OperationalConstraint id="145454545" version="1">
<MaximumOperationalAmbientTemperature>60</MaximumOperationalAmbientTemperature>
<MinimumOperationalAmbientTemperature>-40</MinimumOperationalAmbientTemperature>
<MaximumClimbSteepness>34</MaximumClimbSteepness>
<MaximumDescentSteepness>22</MaximumDescentSteepness>
<MaximumSidewindVelocity>80</MaximumSidewindVelocity>
<MaximumPullForce>123</MaximumPullForce> #coupling strain
<MaximumForwardSpeed>140</MaximumForwardSpeed>
<MaximumReversingSpeed>20</MaximumReversingSpeed>
<MinimumCrewForOperation>1</MinimumCrewForOperation>
</OperationalConstraint>
</operationalConstraints>
For which purpose are these details useful?
most of them were present in other standards, such as the ones ERA use. its a place to store the limitations of a vehicle.