Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SubgroupIntegersType / Values
Annotations
The Values element is the array of integer values associated with subgroup ids.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerArrayType.tmp#SubgroupIntegerArrayType_n PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerArrayType.tmp#SubgroupIntegerArrayType_SubgroupInteger PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerArrayType.tmp#SubgroupIntegerArrayType
Type SubgroupIntegerArrayType
Properties
content complex
Children SubgroupInteger
Instance
<Values n="" xmlns="http://qifstandards.org/xsd/qif3">
  <SubgroupInteger subgroupId="">{1,unbounded}</SubgroupInteger>
</Values>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of values in the list.
Source
<xs:element name="Values" type="SubgroupIntegerArrayType">
  <xs:annotation>
    <xs:documentation>The Values element is the array of integer values associated with subgroup ids.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type SubgroupIntegersType
Annotations
The SubgroupIntegersType defines a list of SubgroupIntegerType and optionally defines the software, standard or specification, or algorithm to be used to determine the list of integers.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_SoftwareId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_StandardId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_AlgorithmId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType PrimitivesPMI_xsd_Complex_Type_SubgroupIntegersType.tmp#SubgroupIntegersType_Values
Type extension of StatsWithReferenceBaseType
Type hierarchy
Used by
Children AlgorithmId, SoftwareId, StandardId, Values
Source
<xs:complexType name="SubgroupIntegersType">
  <xs:annotation>
    <xs:documentation>The SubgroupIntegersType defines a list of SubgroupIntegerType and optionally defines the software, standard or specification, or algorithm to be used to determine the list of integers.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsWithReferenceBaseType">
      <xs:sequence>
        <xs:element name="Values" type="SubgroupIntegerArrayType">
          <xs:annotation>
            <xs:documentation>The Values element is the array of integer values associated with subgroup ids.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd