The StatsSpeedType defines a StatsNumericalBaseType with an optional speedUnit 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 speed value is given, the unit type is the primary speed unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and meters per second if not.
The optional speedUnit speedUnit attribute defines the unit used by StatsSpeedType.
Source
<xs:complexType name="StatsSpeedType"><xs:annotation><xs:documentation>The StatsSpeedType defines a StatsNumericalBaseType with an optional speedUnit 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 speed value is given, the unit type is the primary speed unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and meters per second if not.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatsNumericalBaseType"><xs:attribute name="speedUnit" type="xs:token"><xs:annotation><xs:documentation>The optional speedUnit speedUnit attribute defines the unit used by StatsSpeedType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="speedUnit" type="xs:token"><xs:annotation><xs:documentation>The optional speedUnit speedUnit attribute defines the unit used by StatsSpeedType.</xs:documentation></xs:annotation></xs:attribute>