<xs:complexType name="SamplingIntervalType">
<xs:annotation>
<xs:documentation>The SamplingIntervalType defines the sampling interval.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="SamplingIntervalEnum" type="SamplingIntervalEnumType">
<xs:annotation>
<xs:documentation>The SamplingIntervalEnum element describes an often-used sampling interval.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherSamplingInterval" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherSamplingInterval element describes the sampling interval in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |