This element is used to describe the applied offset with respect to the base unit. for example, to convert the DegreesCentigrade base unit to Fahrenheit then the offset would be 32 and the scaling 1.80. |
<xs:element name="Offset" type="xs:float" default="0"> <xs:annotation> <xs:documentation>This element is used to describe the applied offset with respect to the base unit. for example, to convert the DegreesCentigrade base unit to Fahrenheit then the offset would be 32 and the scaling 1.80.</xs:documentation> </xs:annotation> </xs:element> |