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: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>