Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type InspectionStatusEnumType
Annotations
The InspectionStatusEnumType enumerates values that describe the status of an inspection.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration PASS
enumeration FAIL
enumeration REWORK
enumeration SYSERROR
enumeration UNKNOWN
enumeration NOT_CALCULATED
enumeration NOT_MEASURED
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="InspectionStatusEnumType">
  <xs:annotation>
    <xs:documentation>The InspectionStatusEnumType enumerates values that describe the status of an inspection.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="PASS"/>
    <xs:enumeration value="FAIL"/>
    <xs:enumeration value="REWORK"/>
    <xs:enumeration value="SYSERROR"/>
    <xs:enumeration value="UNKNOWN"/>
    <xs:enumeration value="NOT_CALCULATED"/>
    <xs:enumeration value="NOT_MEASURED"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd