Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element StatsNonNegativeIntegerWithReferencesType / Ids
Annotations
The optional Ids element is the array of QIF id references.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<Ids n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</Ids>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="Ids" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Ids element is the array of QIF id references.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type StatsNonNegativeIntegerWithReferencesType
Annotations
The StatsNonNegativeIntegerWithReferencesType defines a non negative integer statistical result and optionally defines a list of references to QIF ids associated with this value.
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_StatsNonNegativeIntegerType.tmp#StatsNonNegativeIntegerType_Value PrimitivesPMI_xsd_Complex_Type_StatsNonNegativeIntegerType.tmp#StatsNonNegativeIntegerType PrimitivesPMI_xsd_Complex_Type_StatsNonNegativeIntegerWithReferencesType.tmp#StatsNonNegativeIntegerWithReferencesType_Ids
Type extension of StatsNonNegativeIntegerType
Type hierarchy
Used by
Children AlgorithmId, Ids, SoftwareId, StandardId, Value
Source
<xs:complexType name="StatsNonNegativeIntegerWithReferencesType">
  <xs:annotation>
    <xs:documentation>The StatsNonNegativeIntegerWithReferencesType defines a non negative integer statistical result and optionally defines a list of references to QIF ids associated with this value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsNonNegativeIntegerType">
      <xs:sequence>
        <xs:element name="Ids" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Ids element is the array of QIF id references.</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