Annotations
|
The SamplingIntervalEnumType enumerates values that describe the sampling interval. |
|
Diagram
|
|
Type |
restriction of xs:NMTOKEN |
Facets
|
enumeration |
SHIFT |
|
enumeration |
DAY |
|
enumeration |
HOUR |
|
enumeration |
WEEK |
|
enumeration |
MONTH |
|
enumeration |
BATCH |
|
enumeration |
LOT |
|
|
Used by
|
|
Source
|
<xs:simpleType name="SamplingIntervalEnumType">
<xs:annotation>
<xs:documentation>The SamplingIntervalEnumType enumerates values that describe the sampling interval.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="SHIFT"/>
<xs:enumeration value="DAY"/>
<xs:enumeration value="HOUR"/>
<xs:enumeration value="WEEK"/>
<xs:enumeration value="MONTH"/>
<xs:enumeration value="BATCH"/>
<xs:enumeration value="LOT"/>
</xs:restriction>
</xs:simpleType> |
|
Schema location |
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd |