Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ActualProductTraceabilityType / SampleNumber
Annotations
The optional SampleNumber element is the number assigned to a product with less restriction than Serial Number. e.g. in a Factorial Designed Experiment each product will be assigned a 'run number'.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="SampleNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SampleNumber element is the number assigned to a product with less restriction than Serial Number. e.g. in a Factorial Designed Experiment each product will be assigned a 'run number'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / LotNumber
Annotations
The optional LotNumber element is the number of the lot from which the sample is drawn.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="LotNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LotNumber element is the number of the lot from which the sample is drawn.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / ReportNumber
Annotations
The optional ReportNumber element is the number assigned to the report corresponding to the reported data. If AS9102A or AS9102B forms are being used, this may be used as the value of the FAI (First Article Inspection) Report Number field.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="ReportNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ReportNumber element is the number assigned to the report corresponding to the reported data. If AS9102A or AS9102B forms are being used, this may be used as the value of the FAI (First Article Inspection) Report Number field.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / ManufacturingProcessId
Annotations
The optional ManufacturingProcessId element is a reference to the traceability information for the manufacturing process used to create the product.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for the manufacturing process used to create the product.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / FixtureId
Annotations
The optional FixtureId element is a QIF reference to a fixture used to create the product.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="FixtureId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FixtureId element is a QIF reference to a fixture used to create the product.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / NotableEventIds
Annotations
The optional NotableEventIds element is a list of QIF ids of notable events.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<NotableEventIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</NotableEventIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotableEventIds element is a list of QIF ids of notable events.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / NotedEventIds
Annotations
The optional NotedEventIds element is a list of QIF ids of noted events that occurred during creation of the product.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<NotedEventIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</NotedEventIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="NotedEventIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotedEventIds element is a list of QIF ids of noted events that occurred during creation of the product.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / InspectionStart
Annotations
The optional InspectionStart element is the date and time in GMT (not local time) when the inspection started.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="InspectionStart" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional InspectionStart element is the date and time in GMT (not local time) when the inspection started.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / InspectionEnd
Annotations
The optional InspectionEnd element is the date and time in GMT (not local time) when the inspection of the product completed. For systems that do both inspection and analysis, it would imply completion of both inspection and the analysis.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="InspectionEnd" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional InspectionEnd element is the date and time in GMT (not local time) when the inspection of the product completed. For systems that do both inspection and analysis, it would imply completion of both inspection and the analysis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / InspectionSoftwareItems
Annotations
The optional InspectionSoftwareItems element is a list of software used in the inspection.
Diagram
Diagram Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType_InspectionProgramGenerationSoftware Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType_InspectionProgramExecutionSoftware Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType_AnalysisSoftware Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType_CADSoftware Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType_DMESoftware Traceability_xsd_Complex_Type_InspectionSoftwareItemsType.tmp#InspectionSoftwareItemsType
Type InspectionSoftwareItemsType
Properties
content complex
minOccurs 0
Children AnalysisSoftware, CADSoftware, DMESoftware, InspectionProgramExecutionSoftware, InspectionProgramGenerationSoftware
Instance
<InspectionSoftwareItems xmlns="http://qifstandards.org/xsd/qif3">
  <InspectionProgramGenerationSoftware n="">{0,1}</InspectionProgramGenerationSoftware>
  <InspectionProgramExecutionSoftware n="">{0,1}</InspectionProgramExecutionSoftware>
  <AnalysisSoftware n="">{0,1}</AnalysisSoftware>
  <CADSoftware n="">{0,1}</CADSoftware>
  <DMESoftware n="">{0,1}</DMESoftware>
</InspectionSoftwareItems>
Source
<xs:element name="InspectionSoftwareItems" type="InspectionSoftwareItemsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional InspectionSoftwareItems element is a list of software used in the inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / InspectionProgram
Annotations
The optional InspectionProgram element gives information about a program (such as a CMM program) used or to inspect the product.
Diagram
Diagram Traceability_xsd_Complex_Type_InspectionProgramType.tmp#InspectionProgramType_File Traceability_xsd_Complex_Type_InspectionProgramType.tmp#InspectionProgramType_Description Traceability_xsd_Complex_Type_InspectionProgramType.tmp#InspectionProgramType_FormalStandardId Traceability_xsd_Complex_Type_InspectionProgramType.tmp#InspectionProgramType_Author Traceability_xsd_Complex_Type_InspectionProgramType.tmp#InspectionProgramType
Type InspectionProgramType
Properties
content complex
minOccurs 0
Children Author, Description, File, FormalStandardId
Instance
<InspectionProgram xmlns="http://qifstandards.org/xsd/qif3">
  <File>{1,1}</File>
  <Description>{0,1}</Description>
  <FormalStandardId xId="">{1,1}</FormalStandardId>
  <Author>{1,1}</Author>
</InspectionProgram>
Source
<xs:element name="InspectionProgram" type="InspectionProgramType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional InspectionProgram element gives information about a program (such as a CMM program) used or to inspect the product.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / InspectionOperator
Annotations
The optional InspectionOperator element gives information about the person who operated the inspection device that gathered the data being reported.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_Name IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_EmployeeId IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType_Shift IntermediatesPMI_xsd_Complex_Type_EmployeeType.tmp#EmployeeType
Type EmployeeType
Properties
content complex
minOccurs 0
Children EmployeeId, Name, Shift
Instance
<InspectionOperator xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <EmployeeId>{0,1}</EmployeeId>
  <Shift>{0,1}</Shift>
</InspectionOperator>
Source
<xs:element name="InspectionOperator" type="EmployeeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional InspectionOperator element gives information about the person who operated the inspection device that gathered the data being reported.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / MeasurementDeviceIds
Annotations
The optional MeasurementDeviceIds element is a list of references to the measurement devices used in the inspection.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<MeasurementDeviceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</MeasurementDeviceIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MeasurementDeviceIds element is a list of references to the measurement devices used in the inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / ProductEnvironments
Annotations
The optional ProductEnvironments element is a list of environments recorded during the inspection.
Diagram
Diagram Traceability_xsd_Complex_Type_EnvironmentsType.tmp#EnvironmentsType_n Traceability_xsd_Complex_Type_EnvironmentsType.tmp#EnvironmentsType_Environment Traceability_xsd_Complex_Type_EnvironmentsType.tmp#EnvironmentsType
Type EnvironmentsType
Properties
content complex
minOccurs 0
Children Environment
Instance
<ProductEnvironments n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Environment>{1,unbounded}</Environment>
</ProductEnvironments>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of environments in the list.
Source
<xs:element name="ProductEnvironments" type="EnvironmentsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ProductEnvironments element is a list of environments recorded during the inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element ActualProductTraceabilityType / Errors
Annotations
The optional Errors element is a list of any errors that occurred during the measurement process.
Diagram
Diagram Traceability_xsd_Complex_Type_ErrorsType.tmp#ErrorsType_n Traceability_xsd_Complex_Type_ErrorsType.tmp#ErrorsType_Error Traceability_xsd_Complex_Type_ErrorsType.tmp#ErrorsType
Type ErrorsType
Properties
content complex
minOccurs 0
Children Error
Instance
<Errors n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Error>{1,unbounded}</Error>
</Errors>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Error elements in the set.
Source
<xs:element name="Errors" type="ErrorsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Errors element is a list of any errors that occurred during the measurement process.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type ActualProductTraceabilityType
Annotations
The ActualProductTraceabilityType defines traceability information for a part or assembly.
Diagram
Diagram Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_SampleNumber Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_LotNumber Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_ReportNumber Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_ManufacturingProcessId Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_FixtureId Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_NotableEventIds Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_NotedEventIds Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_InspectionStart Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_InspectionEnd Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_InspectionSoftwareItems Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_InspectionProgram Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_InspectionOperator Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_MeasurementDeviceIds Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_ProductEnvironments Traceability_xsd_Complex_Type_ActualProductTraceabilityType.tmp#ActualProductTraceabilityType_Errors Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, Errors, FixtureId, InspectionEnd, InspectionOperator, InspectionProgram, InspectionSoftwareItems, InspectionStart, LotNumber, ManufacturingProcessId, MeasurementDeviceIds, NotableEventIds, NotedEventIds, ProductEnvironments, ReportNumber, SampleNumber
Source
<xs:complexType name="ActualProductTraceabilityType">
  <xs:annotation>
    <xs:documentation>The ActualProductTraceabilityType defines traceability information for a part or assembly.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SampleNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SampleNumber element is the number assigned to a product with less restriction than Serial Number. e.g. in a Factorial Designed Experiment each product will be assigned a 'run number'.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LotNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional LotNumber element is the number of the lot from which the sample is drawn.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReportNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ReportNumber element is the number assigned to the report corresponding to the reported data. If AS9102A or AS9102B forms are being used, this may be used as the value of the FAI (First Article Inspection) Report Number field.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for the manufacturing process used to create the product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FixtureId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FixtureId element is a QIF reference to a fixture used to create the product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional NotableEventIds element is a list of QIF ids of notable events.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NotedEventIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional NotedEventIds element is a list of QIF ids of noted events that occurred during creation of the product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InspectionStart" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional InspectionStart element is the date and time in GMT (not local time) when the inspection started.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InspectionEnd" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional InspectionEnd element is the date and time in GMT (not local time) when the inspection of the product completed. For systems that do both inspection and analysis, it would imply completion of both inspection and the analysis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InspectionSoftwareItems" type="InspectionSoftwareItemsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional InspectionSoftwareItems element is a list of software used in the inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InspectionProgram" type="InspectionProgramType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional InspectionProgram element gives information about a program (such as a CMM program) used or to inspect the product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InspectionOperator" type="EmployeeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional InspectionOperator element gives information about the person who operated the inspection device that gathered the data being reported.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MeasurementDeviceIds element is a list of references to the measurement devices used in the inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProductEnvironments" type="EnvironmentsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ProductEnvironments element is a list of environments recorded during the inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Errors" type="ErrorsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Errors element is a list of any errors that occurred during the measurement process.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd