Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SubgroupType / MeasuredIds
Annotations
The MeasuredIds element contains a list of ids of the characteristic measurements used in this subgroup and an optional set of exclusions from the list.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Ids Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Exclusions Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType
Type StatsArrayIdType
Properties
content complex
Children Exclusions, Ids
Instance
<MeasuredIds xmlns="http://qifstandards.org/xsd/qif3">
  <Ids n="">{1,1}</Ids>
  <Exclusions n="">{0,1}</Exclusions>
</MeasuredIds>
Source
<xs:element name="MeasuredIds" type="StatsArrayIdType">
  <xs:annotation>
    <xs:documentation>The MeasuredIds element contains a list of ids of the characteristic measurements used in this subgroup and an optional set of exclusions from the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SubgroupType
Annotations
The SubgroupType defines a list of characteristics contained in a subgroup and assigns an id for referencing.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupType.tmp#SubgroupType_id Statistics_xsd_Complex_Type_SubgroupType.tmp#SubgroupType_MeasuredIds
Used by
Children MeasuredIds
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the subgroup, used for referencing.
Source
<xs:complexType name="SubgroupType">
  <xs:annotation>
    <xs:documentation>The SubgroupType defines a list of characteristics contained in a subgroup and assigns an id for referencing.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasuredIds" type="StatsArrayIdType">
      <xs:annotation>
        <xs:documentation>The MeasuredIds element contains a list of ids of the characteristic measurements used in this subgroup and an optional set of exclusions from the list.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The required id attribute is the QIF id of the subgroup, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute SubgroupType / @id
Annotations
The required id attribute is the QIF id of the subgroup, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type SubgroupType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required id attribute is the QIF id of the subgroup, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd