<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> |