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