Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element SamplingIntervalType / SamplingIntervalEnum
Annotations
The SamplingIntervalEnum element describes an often-used sampling interval.
Diagram
Diagram Statistics_xsd_Simple_Type_SamplingIntervalEnumType.tmp#SamplingIntervalEnumType
Type SamplingIntervalEnumType
Properties
content simple
Facets
enumeration SHIFT
enumeration DAY
enumeration HOUR
enumeration WEEK
enumeration MONTH
enumeration BATCH
enumeration LOT
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element SamplingIntervalType / OtherSamplingInterval
Annotations
The OtherSamplingInterval element describes the sampling interval in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SamplingIntervalType
Annotations
The SamplingIntervalType defines the sampling interval.
Diagram
Diagram Statistics_xsd_Complex_Type_SamplingIntervalType.tmp#SamplingIntervalType_SamplingIntervalEnum Statistics_xsd_Complex_Type_SamplingIntervalType.tmp#SamplingIntervalType_OtherSamplingInterval
Used by
Children OtherSamplingInterval, SamplingIntervalEnum
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd