Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type StatsEvalStatusEnumType
Annotations
The StatsEvalStatusEnumType enumerates values that describe the status of a statistical evaluation.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration PASS
enumeration FAIL
enumeration INFORMATIONAL
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="StatsEvalStatusEnumType">
  <xs:annotation>
    <xs:documentation>The StatsEvalStatusEnumType enumerates values that describe the status of a statistical evaluation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="PASS"/>
    <xs:enumeration value="FAIL"/>
    <xs:enumeration value="INFORMATIONAL"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd