Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SubgroupDecimalsType / Values
Annotations
The Values element is the array of measured values associated with subgroup ids.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalArrayType.tmp#SubgroupDecimalArrayType_n PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalArrayType.tmp#SubgroupDecimalArrayType_SubgroupDecimal PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalArrayType.tmp#SubgroupDecimalArrayType
Type SubgroupDecimalArrayType
Properties
content complex
Children SubgroupDecimal
Instance
<Values n="" xmlns="http://qifstandards.org/xsd/qif3">
  <SubgroupDecimal combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="" subgroupId="">{1,unbounded}</SubgroupDecimal>
</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="SubgroupDecimalArrayType">
  <xs:annotation>
    <xs:documentation>The Values element is the array of measured 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 SubgroupDecimalsType
Annotations
The SubgroupDecimalsType defines a list of SubgroupDecimalType and optionally defines the software, standard or specification, or algorithm to be used to determine the array of measured values.
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_SubgroupDecimalsType.tmp#SubgroupDecimalsType_Values
Type extension of StatsWithReferenceBaseType
Type hierarchy
Used by
Children AlgorithmId, SoftwareId, StandardId, Values
Source
<xs:complexType name="SubgroupDecimalsType">
  <xs:annotation>
    <xs:documentation>The SubgroupDecimalsType defines a list of SubgroupDecimalType and optionally defines the software, standard or specification, or algorithm to be used to determine the array of measured values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsWithReferenceBaseType">
      <xs:sequence>
        <xs:element name="Values" type="SubgroupDecimalArrayType">
          <xs:annotation>
            <xs:documentation>The Values element is the array of measured 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