Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element UserDefinedAttributeCharacteristicStatsEvalType / AttributeStats
Annotations
The optional AttributeStats element is the result of a statistical evaluation of measured attributes.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_CommonStatsValue.tmp#CommonStatsValue Statistics_xsd_Complex_Type_StatsBaseType.tmp#StatsBaseType Statistics_xsd_Element_PassFailStatsValue.tmp#PassFailStatsValue Statistics_xsd_Complex_Type_StatsPassFailType.tmp#StatsPassFailType
Type StatsPassFailType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, CommonStatsValue, PassFailStatsValue
Instance
<AttributeStats xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <CommonStatsValue>{1,unbounded}</CommonStatsValue>
  <PassFailStatsValue>{1,unbounded}</PassFailStatsValue>
</AttributeStats>
Source
<xs:element name="AttributeStats" type="StatsPassFailType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional AttributeStats element is the result of a statistical evaluation of measured attributes.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type UserDefinedAttributeCharacteristicStatsEvalType
Annotations
The UserDefinedAttributeCharacteristicStatsEvalType defines the results of a statistical evaluation of non-numerical attribute values.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SoftwareId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StandardId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_AlgorithmId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredIds Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Subgroups Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SubgroupValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Status Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StudyIssues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_DistributionTransformation Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType Statistics_xsd_Complex_Type_UserDefinedAttributeCharacteristicStatsEvalType.tmp#UserDefinedAttributeCharacteristicStatsEvalType_AttributeStats
Type extension of CharacteristicStatsEvalBaseType
Type hierarchy
Used by
Children AlgorithmId, AttributeStats, Attributes, DistributionTransformation, MeasuredIds, MeasuredValues, SoftwareId, StandardId, Status, StudyIssues, SubgroupValues, Subgroups
Source
<xs:complexType name="UserDefinedAttributeCharacteristicStatsEvalType">
  <xs:annotation>
    <xs:documentation>The UserDefinedAttributeCharacteristicStatsEvalType defines the results of a statistical evaluation of non-numerical attribute values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicStatsEvalBaseType">
      <xs:sequence>
        <xs:element name="AttributeStats" type="StatsPassFailType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional AttributeStats element is the result of a statistical evaluation of measured attributes.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd