Percentage of Rated Capacity.
<xs:simpleType name="CarLoad" final="restriction"> <xs:annotation> <xs:documentation>Percentage of Rated Capacity.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0" /> <xs:maxInclusive value="200" /> <xs:pattern value="\d{1,3}(\.(\d{1,2}))?" /> </xs:restriction> </xs:simpleType>