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