Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element SamplingMethodType / SampleSize
Annotations
The SampleSize element specifies the number of samples x to be used in a statistical evaluation, the last x samples collected with be used in the calculation.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="SampleSize" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The SampleSize element specifies the number of samples x to be used in a statistical evaluation, the last x samples collected with be used in the calculation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element SamplingMethodType / SamplingPeriod
Annotations
The SamplingPeriod element specifies the sampling period x, every xth part is measured.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="SamplingPeriod" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The SamplingPeriod element specifies the sampling period x, every xth part is measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element SamplingMethodType / SamplingFrequency
Annotations
The SamplingFrequency element specifies the sampling frequency x, x parts are measured in each sampling interval.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="SamplingFrequency" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The SamplingFrequency element specifies the sampling frequency x, x parts are measured in each sampling interval.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element SamplingMethodType / SamplingInterval
Annotations
The SamplingInterval element specifies the sampling interval.
Diagram
Diagram Statistics_xsd_Complex_Type_SamplingIntervalType.tmp#SamplingIntervalType_SamplingIntervalEnum Statistics_xsd_Complex_Type_SamplingIntervalType.tmp#SamplingIntervalType_OtherSamplingInterval Statistics_xsd_Complex_Type_SamplingIntervalType.tmp#SamplingIntervalType
Type SamplingIntervalType
Properties
content complex
Children OtherSamplingInterval, SamplingIntervalEnum
Instance
<SamplingInterval xmlns="http://qifstandards.org/xsd/qif3">
  <SamplingIntervalEnum>{1,1}</SamplingIntervalEnum>
  <OtherSamplingInterval>{1,1}</OtherSamplingInterval>
</SamplingInterval>
Source
<xs:element name="SamplingInterval" type="SamplingIntervalType">
  <xs:annotation>
    <xs:documentation>The SamplingInterval element specifies the sampling interval.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SamplingMethodType
Annotations
The SamplingMethodType defines a method for sample selection.
Diagram
Diagram Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SampleSize Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingPeriod Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingFrequency Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingInterval
Used by
Children SampleSize, SamplingFrequency, SamplingInterval, SamplingPeriod
Source
<xs:complexType name="SamplingMethodType">
  <xs:annotation>
    <xs:documentation>The SamplingMethodType defines a method for sample selection.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SampleSize" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The SampleSize element specifies the number of samples x to be used in a statistical evaluation, the last x samples collected with be used in the calculation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="SamplingPeriod" type="xs:positiveInteger">
        <xs:annotation>
          <xs:documentation>The SamplingPeriod element specifies the sampling period x, every xth part is measured.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:sequence>
        <xs:element name="SamplingFrequency" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The SamplingFrequency element specifies the sampling frequency x, x parts are measured in each sampling interval.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SamplingInterval" type="SamplingIntervalType">
          <xs:annotation>
            <xs:documentation>The SamplingInterval element specifies the sampling interval.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd