Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsWithTolUserDefinedUnitType
Annotations
The StatsWithTolUserDefinedUnitType defines a StatsWithTolNumericalBaseType with user defined units that not are available in another type derived from StatsWithTolNumericalBaseType. 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_NumericCharacteristicWithTolStatsValue.tmp#NumericCharacteristicWithTolStatsValue Statistics_xsd_Complex_Type_StatsWithTolNumericalBaseType.tmp#StatsWithTolNumericalBaseType Statistics_xsd_Complex_Type_StatsWithTolUserDefinedUnitType.tmp#StatsWithTolUserDefinedUnitType_unitName
Type extension of StatsWithTolNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicWithTolStatsValue
Attributes
QName Type Use Annotation
unitName xs:token required
The required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.
Source
<xs:complexType name="StatsWithTolUserDefinedUnitType">
  <xs:annotation>
    <xs:documentation>The StatsWithTolUserDefinedUnitType defines a StatsWithTolNumericalBaseType with user defined units that not are available in another type derived from StatsWithTolNumericalBaseType. 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="StatsWithTolNumericalBaseType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.</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 StatsWithTolUserDefinedUnitType / @unitName
Annotations
The required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.
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 StatsWithTolUserDefinedUnitType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd