Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TimeDescriptionEnumType
Annotations
The TimeDescriptionEnumType enumerates values that describe the time, relative to the inspection, at which the environment data are measured. INTERMEDIATE means between INSPECTION_START and INSPECTION_END.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration INSPECTION_START
enumeration INSPECTION_END
enumeration INTERMEDIATE
Used by
Source
<xs:simpleType name="TimeDescriptionEnumType">
  <xs:annotation>
    <xs:documentation>The TimeDescriptionEnumType enumerates values that describe the time, relative to the inspection, at which the environment data are measured. INTERMEDIATE means between INSPECTION_START and INSPECTION_END.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="INSPECTION_START"/>
    <xs:enumeration value="INSPECTION_END"/>
    <xs:enumeration value="INTERMEDIATE"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd