Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SubgroupValuesType / Subgroup
Annotations
Each Subgroup element contains a list of the characteristic measurement values used in a subgroup in this statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Values Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Exclusions Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType
Type StatsValuesType
Properties
content complex
maxOccurs unbounded
Children Exclusions, Values
Instance
<Subgroup xmlns="http://qifstandards.org/xsd/qif3">
  <Values>{1,1}</Values>
  <Exclusions n="">{0,1}</Exclusions>
</Subgroup>
Source
<xs:element name="Subgroup" type="StatsValuesType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Subgroup element contains a list of the characteristic measurement values used in a subgroup in this statistical evaluation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SubgroupValuesType
Annotations
The SubgroupsType defines a list of measured value subgroups.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupValuesType.tmp#SubgroupValuesType_n Statistics_xsd_Complex_Type_SubgroupValuesType.tmp#SubgroupValuesType_Subgroup
Used by
Children Subgroup
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of subgroups in the list.
Source
<xs:complexType name="SubgroupValuesType">
  <xs:annotation>
    <xs:documentation>The SubgroupsType defines a list of measured value subgroups.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Subgroup" type="StatsValuesType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Subgroup element contains a list of the characteristic measurement values used in a subgroup in this statistical evaluation.</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 subgroups in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute SubgroupValuesType / @n
Annotations
The required n attribute is the number of subgroups in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SubgroupValuesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of subgroups in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd