generic type for force values measured in newton |
Simple Type | rail:tEffortNewton |
Attributes | rail:aMechanicalWagonCoupler/@pullingForce, rail:aMechanicalWagonCoupler/@pushingForce |
<xs:simpleType name="tForceNewton"> <xs:annotation> <xs:documentation>generic type for force values measured in newton</xs:documentation> </xs:annotation> <xs:restriction base="rail:tForce"/> </xs:simpleType> |