Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CharacteristicStatusEnumType
Annotations
The CharacteristicStatusEnumType enumerates values that describe the status of a characteristic: in conformance PASS, out of conformance FAIL, or several other possible statuses. ISO theoretically exact dimensions (TED) and ASME basic dimensions are analogous concepts both of which are signified with the BASIC_OR_TED enumeration.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration PASS
enumeration FAIL
enumeration REWORK
enumeration SYSERROR
enumeration INDETERMINATE
enumeration NOT_ANALYZED
enumeration BASIC_OR_TED
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="CharacteristicStatusEnumType">
  <xs:annotation>
    <xs:documentation>The CharacteristicStatusEnumType enumerates values that describe the status of a characteristic: in conformance PASS, out of conformance FAIL, or several other possible statuses. ISO theoretically exact dimensions (TED) and ASME basic dimensions are analogous concepts both of which are signified with the BASIC_OR_TED enumeration.</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="INDETERMINATE"/>
    <xs:enumeration value="NOT_ANALYZED"/>
    <xs:enumeration value="BASIC_OR_TED"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd