Brake percentage as value of braking performance in relation to vehicle weight |
<xs:simpleType name="tBrakePercentage"> <xs:annotation> <xs:documentation>Brake percentage as value of braking performance in relation to vehicle weight</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:maxInclusive value="225"/> <xs:minInclusive value="6"/> </xs:restriction> </xs:simpleType> |