Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CheckStatusEnumType
Annotations
The CheckStatusEnumType enumerates values that describe the status of a product data quality check.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration PASS
enumeration FAIL
enumeration PENDING
Used by
Source
<xs:simpleType name="CheckStatusEnumType">
  <xs:annotation>
    <xs:documentation>The CheckStatusEnumType enumerates values that describe the status of a product data quality check.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="PASS"/>
    <xs:enumeration value="FAIL"/>
    <xs:enumeration value="PENDING"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd