Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SubgroupsType / Subgroup
Annotations
Each Subgroup element contains a list of the characteristic measurement ids used in a subgroup in this statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupType.tmp#SubgroupType_id Statistics_xsd_Complex_Type_SubgroupType.tmp#SubgroupType_MeasuredIds Statistics_xsd_Complex_Type_SubgroupType.tmp#SubgroupType
Type SubgroupType
Properties
content complex
maxOccurs unbounded
Children MeasuredIds
Instance
<Subgroup id="" xmlns="http://qifstandards.org/xsd/qif3">
  <MeasuredIds>{1,1}</MeasuredIds>
</Subgroup>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the subgroup, used for referencing.
Source
<xs:element name="Subgroup" type="SubgroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Subgroup element contains a list of the characteristic measurement ids 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 SubgroupsType
Annotations
The SubgroupsType defines a list of id subgroups.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupsType.tmp#SubgroupsType_n Statistics_xsd_Complex_Type_SubgroupsType.tmp#SubgroupsType_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="SubgroupsType">
  <xs:annotation>
    <xs:documentation>The SubgroupsType defines a list of id subgroups.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Subgroup" type="SubgroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Subgroup element contains a list of the characteristic measurement ids 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 SubgroupsType / @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 SubgroupsType
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