This element is used to set the scaling with respect to the BaseUnit. For example, if the base unit is "Volts" and the desired unit is millivolts then the scaling would be 1000. |
<xs:element name="Scale" type="xs:float" default="1.0"> <xs:annotation> <xs:documentation>This element is used to set the scaling with respect to the BaseUnit. For example, if the base unit is "Volts" and the desired unit is millivolts then the scaling would be 1000.</xs:documentation> </xs:annotation> </xs:element> |