Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SummariesStatisticsAreaType / AreaStatsSummary
Annotations
Each AreaStatsSummary element is a summary of a single area 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_SummaryStatisticsAreaType.tmp#SummaryStatisticsAreaType_areaUnit Statistics_xsd_Complex_Type_SummaryStatisticsAreaType.tmp#SummaryStatisticsAreaType
Type SummaryStatisticsAreaType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, SummaryStatsValue, TypeOfSummary
Instance
<AreaStatsSummary areaUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <TypeOfSummary>{1,1}</TypeOfSummary>
  <SummaryStatsValue>{1,unbounded}</SummaryStatsValue>
</AreaStatsSummary>
Attributes
QName Type Use Annotation
areaUnit xs:token optional
The optional areaUnit attribute defines the unit name for the SummaryStatisticsAreaType.
Source
<xs:element name="AreaStatsSummary" type="SummaryStatisticsAreaType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each AreaStatsSummary element is a summary of a single area statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SummariesStatisticsAreaType
Annotations
The SummariesStatisticsAreaType defines a list of summaries for area statistical values.
Diagram
Diagram Statistics_xsd_Complex_Type_SummariesStatisticsAreaType.tmp#SummariesStatisticsAreaType_n Statistics_xsd_Complex_Type_SummariesStatisticsAreaType.tmp#SummariesStatisticsAreaType_AreaStatsSummary
Used by
Children AreaStatsSummary
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of summaries in the list.
Source
<xs:complexType name="SummariesStatisticsAreaType">
  <xs:annotation>
    <xs:documentation>The SummariesStatisticsAreaType defines a list of summaries for area statistical values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AreaStatsSummary" type="SummaryStatisticsAreaType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AreaStatsSummary element is a summary of a single area 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 SummariesStatisticsAreaType / @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