Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element InspectionStatusType / InspectionStatusEnum
Annotations
The InspectionStatusEnum element describes an often-used status of an inspection.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_InspectionStatusEnumType.tmp#InspectionStatusEnumType
Type InspectionStatusEnumType
Properties
content simple
Facets
enumeration PASS
enumeration FAIL
enumeration REWORK
enumeration SYSERROR
enumeration UNKNOWN
enumeration NOT_CALCULATED
enumeration NOT_MEASURED
enumeration UNDEFINED
Source
<xs:element name="InspectionStatusEnum" type="InspectionStatusEnumType">
  <xs:annotation>
    <xs:documentation>The InspectionStatusEnum element describes an often-used status of an inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element InspectionStatusType / OtherInspectionStatus
Annotations
The OtherInspectionStatus element describes the status of an inspection in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherInspectionStatus" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherInspectionStatus element describes the status of an inspection in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type InspectionStatusType
Annotations
The InspectionStatusType defines the status of an inspection.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_InspectionStatusType.tmp#InspectionStatusType_InspectionStatusEnum IntermediatesPMI_xsd_Complex_Type_InspectionStatusType.tmp#InspectionStatusType_OtherInspectionStatus
Used by
Children InspectionStatusEnum, OtherInspectionStatus
Source
<xs:complexType name="InspectionStatusType">
  <xs:annotation>
    <xs:documentation>The InspectionStatusType defines the status of an inspection.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="InspectionStatusEnum" type="InspectionStatusEnumType">
      <xs:annotation>
        <xs:documentation>The InspectionStatusEnum element describes an often-used status of an inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherInspectionStatus" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherInspectionStatus element describes the status of an inspection in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd