Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element CompositeSegmentsProfileStatsEvalType / SecondCompositeSegmentProfileStats
Annotations
The SecondCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the second segment of a composite frame profile characteristic.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_ValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MaxValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MinValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType Statistics_xsd_Complex_Type_CompositeSegmentProfileStatsEvalType.tmp#CompositeSegmentProfileStatsEvalType
Type CompositeSegmentProfileStatsEvalType
Type hierarchy
Properties
content complex
Children MaxValueStats, MinValueStats, ValueStats
Instance
<SecondCompositeSegmentProfileStats xmlns="http://qifstandards.org/xsd/qif3">
  <ValueStats linearUnit="">{0,1}</ValueStats>
  <MaxValueStats linearUnit="">{0,1}</MaxValueStats>
  <MinValueStats linearUnit="">{0,1}</MinValueStats>
</SecondCompositeSegmentProfileStats>
Source
<xs:element name="SecondCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType">
  <xs:annotation>
    <xs:documentation>The SecondCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the second segment of a composite frame profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CompositeSegmentsProfileStatsEvalType / ThirdCompositeSegmentProfileStats
Annotations
The optional ThirdCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_ValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MaxValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MinValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType Statistics_xsd_Complex_Type_CompositeSegmentProfileStatsEvalType.tmp#CompositeSegmentProfileStatsEvalType
Type CompositeSegmentProfileStatsEvalType
Type hierarchy
Properties
content complex
minOccurs 0
Children MaxValueStats, MinValueStats, ValueStats
Instance
<ThirdCompositeSegmentProfileStats xmlns="http://qifstandards.org/xsd/qif3">
  <ValueStats linearUnit="">{0,1}</ValueStats>
  <MaxValueStats linearUnit="">{0,1}</MaxValueStats>
  <MinValueStats linearUnit="">{0,1}</MinValueStats>
</ThirdCompositeSegmentProfileStats>
Source
<xs:element name="ThirdCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ThirdCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CompositeSegmentsProfileStatsEvalType / FourthCompositeSegmentProfileStats
Annotations
The optional FourthCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileStats element is used.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_ValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MaxValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MinValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType Statistics_xsd_Complex_Type_CompositeSegmentProfileStatsEvalType.tmp#CompositeSegmentProfileStatsEvalType
Type CompositeSegmentProfileStatsEvalType
Type hierarchy
Properties
content complex
minOccurs 0
Children MaxValueStats, MinValueStats, ValueStats
Instance
<FourthCompositeSegmentProfileStats xmlns="http://qifstandards.org/xsd/qif3">
  <ValueStats linearUnit="">{0,1}</ValueStats>
  <MaxValueStats linearUnit="">{0,1}</MaxValueStats>
  <MinValueStats linearUnit="">{0,1}</MinValueStats>
</FourthCompositeSegmentProfileStats>
Source
<xs:element name="FourthCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FourthCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileStats element is used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type CompositeSegmentsProfileStatsEvalType
Annotations
The CompositeSegmentsProfileStatsEvalType defines a list that contains information about profile composite segment statistical evaluations.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentsProfileStatsEvalType.tmp#CompositeSegmentsProfileStatsEvalType_SecondCompositeSegmentProfileStats Statistics_xsd_Complex_Type_CompositeSegmentsProfileStatsEvalType.tmp#CompositeSegmentsProfileStatsEvalType_ThirdCompositeSegmentProfileStats Statistics_xsd_Complex_Type_CompositeSegmentsProfileStatsEvalType.tmp#CompositeSegmentsProfileStatsEvalType_FourthCompositeSegmentProfileStats
Used by
Children FourthCompositeSegmentProfileStats, SecondCompositeSegmentProfileStats, ThirdCompositeSegmentProfileStats
Source
<xs:complexType name="CompositeSegmentsProfileStatsEvalType">
  <xs:annotation>
    <xs:documentation>The CompositeSegmentsProfileStatsEvalType defines a list that contains information about profile composite segment statistical evaluations.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SecondCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType">
      <xs:annotation>
        <xs:documentation>The SecondCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the second segment of a composite frame profile characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ThirdCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ThirdCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FourthCompositeSegmentProfileStats" type="CompositeSegmentProfileStatsEvalType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FourthCompositeSegmentProfileStats element gives information about the results of a statistical evaluation of the third segment of a composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileStats element is used.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd