The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="SoftwareId" type="QIFReferenceType"><xs:annotation><xs:documentation>The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element>
The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="StandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element>
The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="AlgorithmId" type="QIFReferenceType"><xs:annotation><xs:documentation>The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element>
The MeasuredIds element contains a list of ids of the characteristic measurements used in this statistical evaluation and an optional set of exclusions from the list.
<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 statistical evaluation and an optional set of exclusions from the list.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of subgroups in the list.
Source
<xs:element name="Subgroups" type="SubgroupsType"><xs:annotation><xs:documentation>The Subgroups element contains a list of subgroups used in this statistical evaluation.</xs:documentation></xs:annotation></xs:element>
The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.
<xs:element name="MeasuredValues" type="StatsValuesType"><xs:annotation><xs:documentation>The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of subgroups in the list.
Source
<xs:element name="SubgroupValues" type="SubgroupValuesType"><xs:annotation><xs:documentation>The Subgroups element contains a list of subgrouped measurement values used in this statistical evaluation.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Status" type="StatsEvalStatusType"><xs:annotation><xs:documentation>The Status element is the overall status of the statistical evaluation of this characteristic.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of study issues in the list.
Source
<xs:element name="StudyIssues" type="StudyIssuesType" minOccurs="0"><xs:annotation><xs:documentation>The optional StudyIssues element contains a list of the details of issues encountered in this statistical evaluation.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DistributionTransformation" type="DistributionTransformationType" minOccurs="0"><xs:annotation><xs:documentation>The optional DistributionTransformation element defines any distribution transformation that was applied to the raw characteristic values.</xs:documentation></xs:annotation></xs:element>
The CharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation for a set of characteristic measurements.
<xs:complexType name="CharacteristicStatsEvalBaseType" abstract="true"><xs:annotation><xs:documentation>The CharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation for a set of characteristic measurements.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice between a reference to the software, standard or specification, or particular algorithm used in this statistical evaluation.</xs:documentation></xs:annotation><xs:element name="SoftwareId" type="QIFReferenceType"><xs:annotation><xs:documentation>The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element><xs:element name="StandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element><xs:element name="AlgorithmId" type="QIFReferenceType"><xs:annotation><xs:documentation>The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice between references to measured characteristics or a list of measured characteristic values.</xs:documentation></xs:annotation><xs:choice><xs:annotation><xs:documentation>This compositor provides a choice between a simple set of characteristic measurement ids or a set of characteristic ids split into subgroups.</xs:documentation></xs:annotation><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 statistical evaluation and an optional set of exclusions from the list.</xs:documentation></xs:annotation></xs:element><xs:element name="Subgroups" type="SubgroupsType"><xs:annotation><xs:documentation>The Subgroups element contains a list of subgroups used in this statistical evaluation.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice><xs:annotation><xs:documentation>This compositor provides a choice between a simple set of characteristic measurement ids or a set of characteristic ids split into subgroups.</xs:documentation></xs:annotation><xs:element name="MeasuredValues" type="StatsValuesType"><xs:annotation><xs:documentation>The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation></xs:annotation></xs:element><xs:element name="SubgroupValues" type="SubgroupValuesType"><xs:annotation><xs:documentation>The Subgroups element contains a list of subgrouped measurement values used in this statistical evaluation.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:choice><xs:element name="Status" type="StatsEvalStatusType"><xs:annotation><xs:documentation>The Status element is the overall status of the statistical evaluation of this characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="StudyIssues" type="StudyIssuesType" minOccurs="0"><xs:annotation><xs:documentation>The optional StudyIssues element contains a list of the details of issues encountered in this statistical evaluation.</xs:documentation></xs:annotation></xs:element><xs:element name="DistributionTransformation" type="DistributionTransformationType" minOccurs="0"><xs:annotation><xs:documentation>The optional DistributionTransformation element defines any distribution transformation that was applied to the raw characteristic values.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>