The MeasuredForceValueType is an MeasuredDecimalType with an optional forceUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a force value is given, the unit type is the ForceUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and newtons if not.
<xs:complexType name="MeasuredForceValueType"><xs:annotation><xs:documentation>The MeasuredForceValueType is an MeasuredDecimalType with an optional forceUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a force value is given, the unit type is the ForceUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and newtons if not.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="MeasuredDecimalType"><xs:attribute name="forceUnit" type="xs:token"><xs:annotation><xs:documentation>The optional forceUnit attribute defines the unit used by MeasuredForceValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="forceUnit" type="xs:token"><xs:annotation><xs:documentation>The optional forceUnit attribute defines the unit used by MeasuredForceValueType.</xs:documentation></xs:annotation></xs:attribute>