generic type for weight/load values measured in kilogram |
<xs:simpleType name="tWeightKG"> <xs:annotation> <xs:documentation>generic type for weight/load values measured in kilogram</xs:documentation> </xs:annotation> <xs:restriction base="rail:tWeight"/> </xs:simpleType> |