Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SummariesStatisticsTemperatureType / TemperatureStatsSummary
Annotations
Each TemperatureStatsSummary element is a summary of a single temperature 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_SummaryStatisticsTemperatureType.tmp#SummaryStatisticsTemperatureType_temperatureUnit Statistics_xsd_Complex_Type_SummaryStatisticsTemperatureType.tmp#SummaryStatisticsTemperatureType
Type SummaryStatisticsTemperatureType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, SummaryStatsValue, TypeOfSummary
Instance
<TemperatureStatsSummary temperatureUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <TypeOfSummary>{1,1}</TypeOfSummary>
  <SummaryStatsValue>{1,unbounded}</SummaryStatsValue>
</TemperatureStatsSummary>
Attributes
QName Type Use Annotation
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the unit name for the SummaryStatisticsTemperatureType.
Source
<xs:element name="TemperatureStatsSummary" type="SummaryStatisticsTemperatureType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each TemperatureStatsSummary element is a summary of a single temperature statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SummariesStatisticsTemperatureType
Annotations
The SummariesStatisticsTemperatureType defines a list of summaries for temperature statistical values.
Diagram
Diagram Statistics_xsd_Complex_Type_SummariesStatisticsTemperatureType.tmp#SummariesStatisticsTemperatureType_n Statistics_xsd_Complex_Type_SummariesStatisticsTemperatureType.tmp#SummariesStatisticsTemperatureType_TemperatureStatsSummary
Used by
Children TemperatureStatsSummary
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of summaries in the list.
Source
<xs:complexType name="SummariesStatisticsTemperatureType">
  <xs:annotation>
    <xs:documentation>The SummariesStatisticsTemperatureType defines a list of summaries for temperature statistical values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TemperatureStatsSummary" type="SummaryStatisticsTemperatureType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each TemperatureStatsSummary element is a summary of a single temperature statistical value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute SummariesStatisticsTemperatureType / @n
Annotations
The required n attribute is the number of summaries in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd