Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsWithTolSpeedType
Annotations
The StatsWithTolSpeedType defines a StatsWithTolNumericalBaseType 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.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicWithTolStatsValue.tmp#NumericCharacteristicWithTolStatsValue Statistics_xsd_Complex_Type_StatsWithTolNumericalBaseType.tmp#StatsWithTolNumericalBaseType Statistics_xsd_Complex_Type_StatsWithTolSpeedType.tmp#StatsWithTolSpeedType_speedUnit
Type extension of StatsWithTolNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicWithTolStatsValue
Attributes
QName Type Use Annotation
speedUnit xs:token optional
The optional speedUnit attribute defines the unit used by StatsWithTolSpeedType.
Source
<xs:complexType name="StatsWithTolSpeedType">
  <xs:annotation>
    <xs:documentation>The StatsWithTolSpeedType defines a StatsWithTolNumericalBaseType 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="StatsWithTolNumericalBaseType">
      <xs:attribute name="speedUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional speedUnit attribute defines the unit used by StatsWithTolSpeedType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute StatsWithTolSpeedType / @speedUnit
Annotations
The optional speedUnit attribute defines the unit used by StatsWithTolSpeedType.
Type xs:token
Properties
content simple
Used by
Complex Type StatsWithTolSpeedType
Source
<xs:attribute name="speedUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional speedUnit attribute defines the unit used by StatsWithTolSpeedType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd