Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsForceType
Annotations
The StatsForceType defines a StatsNumericalBaseType with an optional forceUnit 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 force value is given, the unit type is the primary force unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Newtons if not.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsForceType.tmp#StatsForceType_forceUnit
Type extension of StatsNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicStatsValue
Attributes
QName Type Use Annotation
forceUnit xs:token optional
The optional forceUnit attribute defines the unit used by StatsForceType.
Source
<xs:complexType name="StatsForceType">
  <xs:annotation>
    <xs:documentation>The StatsForceType defines a StatsNumericalBaseType with an optional forceUnit 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 force value is given, the unit type is the primary force unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Newtons if not.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsNumericalBaseType">
      <xs:attribute name="forceUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional forceUnit attribute defines the unit used by StatsForceType.</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 StatsForceType / @forceUnit
Annotations
The optional forceUnit attribute defines the unit used by StatsForceType.
Type xs:token
Properties
content simple
Used by
Complex Type StatsForceType
Source
<xs:attribute name="forceUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional forceUnit attribute defines the unit used by StatsForceType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd