Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsUserDefinedUnitType
Annotations
The StatsUserDefinedUnitType defines a StatsNumericalBaseType with user defined units that are not available in another type derived from StatsNumericalBaseType. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.
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_StatsUserDefinedUnitType.tmp#StatsUserDefinedUnitType_unitName
Type extension of StatsNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicStatsValue
Attributes
QName Type Use Annotation
unitName xs:token required
The required unitName attribute is the unit name for the StatsUserDefinedType.
Source
<xs:complexType name="StatsUserDefinedUnitType">
  <xs:annotation>
    <xs:documentation>The StatsUserDefinedUnitType defines a StatsNumericalBaseType with user defined units that are not available in another type derived from StatsNumericalBaseType. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsNumericalBaseType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The required unitName attribute is the unit name for the StatsUserDefinedType.</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 StatsUserDefinedUnitType / @unitName
Annotations
The required unitName attribute is the unit name for the StatsUserDefinedType.
Type xs:token
Properties
use required
Used by
Source
<xs:attribute name="unitName" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The required unitName attribute is the unit name for the StatsUserDefinedType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd