mechanical train resistance vs. speed |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
tunnelFactor | xs:decimal | optional |
|
<xs:complexType name="tTrainResistance"> <xs:annotation> <xs:documentation>mechanical train resistance vs. speed</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="rail:tCurve"> <xs:attribute name="tunnelFactor" type="xs:decimal"> <xs:annotation> <xs:documentation>factor for increasing air resistance when running through tunnel</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |