Showing:

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