Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type SummaryStatisticsUserDefinedUnitType
Annotations
The SummaryStatisticsUserDefinedUnitType defines a summary of a single user-defined unit statistical value. This type is not to be used for units available in another user-defined summary statistics type. 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. The information can be common to more than one user-defined characteristic.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_SummaryStatisticsType.tmp#SummaryStatisticsType_TypeOfSummary Statistics_xsd_Element_SummaryStatsValue.tmp#SummaryStatsValue Statistics_xsd_Complex_Type_SummaryStatisticsType.tmp#SummaryStatisticsType Statistics_xsd_Complex_Type_SummaryStatisticsUserDefinedUnitType.tmp#SummaryStatisticsUserDefinedUnitType_unitName
Type extension of SummaryStatisticsType
Type hierarchy
Used by
Children Attributes, SummaryStatsValue, TypeOfSummary
Attributes
QName Type Use Annotation
unitName xs:token required
The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.
Source
<xs:complexType name="SummaryStatisticsUserDefinedUnitType">
  <xs:annotation>
    <xs:documentation>The SummaryStatisticsUserDefinedUnitType defines a summary of a single user-defined unit statistical value. This type is not to be used for units available in another user-defined summary statistics type. 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. The information can be common to more than one user-defined characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SummaryStatisticsType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.</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 SummaryStatisticsUserDefinedUnitType / @unitName
Annotations
The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.
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 defines the unit name for the SummaryStatisticsUserDefinedUnitType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd