Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type SummaryStatisticsLinearType
Annotations
The SummaryStatisticsLinearType defines a summary of a single linear statistical value.
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_SummaryStatisticsLinearType.tmp#SummaryStatisticsLinearType_linearUnit
Type extension of SummaryStatisticsType
Type hierarchy
Used by
Children Attributes, SummaryStatsValue, TypeOfSummary
Attributes
QName Type Use Annotation
linearUnit xs:token optional
The optional linearUnit attribute defines the unit name for the SummaryStatisticsLinearType.
Source
<xs:complexType name="SummaryStatisticsLinearType">
  <xs:annotation>
    <xs:documentation>The SummaryStatisticsLinearType defines a summary of a single linear statistical value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SummaryStatisticsType">
      <xs:attribute name="linearUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional linearUnit attribute defines the unit name for the SummaryStatisticsLinearType.</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 SummaryStatisticsLinearType / @linearUnit
Annotations
The optional linearUnit attribute defines the unit name for the SummaryStatisticsLinearType.
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="linearUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional linearUnit attribute defines the unit name for the SummaryStatisticsLinearType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd