Showing:

Annotations
Diagrams
Properties
Source
Used by
Element PartialInspectionType / BaselineProductNumber
Annotations
The BaselineProductNumber element gives an identifier of a product that has had a previous inspection (such as FAI) and is of the same type as the one being subjected to partial inspection.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="BaselineProductNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>The BaselineProductNumber element gives an identifier of a product that has had a previous inspection (such as FAI) and is of the same type as the one being subjected to partial inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element PartialInspectionType / BaselineProductVersion
Annotations
The optional BaselineProductVersion element is the version of the product that had a previous inspection.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="BaselineProductVersion" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional BaselineProductVersion element is the version of the product that had a previous inspection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element PartialInspectionType / ReasonForPartialInspection
Annotations
The ReasonForPartialInspection element is the reason for a partial inspection, for example, changes in design, process, manufacturing location, etc.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ReasonForPartialInspection" type="xs:string">
  <xs:annotation>
    <xs:documentation>The ReasonForPartialInspection element is the reason for a partial inspection, for example, changes in design, process, manufacturing location, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type PartialInspectionType
Annotations
The PartialInspectionType defines the rationale for a partial inspection.
Diagram
Diagram Traceability_xsd_Complex_Type_PartialInspectionType.tmp#PartialInspectionType_BaselineProductNumber Traceability_xsd_Complex_Type_PartialInspectionType.tmp#PartialInspectionType_BaselineProductVersion Traceability_xsd_Complex_Type_PartialInspectionType.tmp#PartialInspectionType_ReasonForPartialInspection
Used by
Children BaselineProductNumber, BaselineProductVersion, ReasonForPartialInspection
Source
<xs:complexType name="PartialInspectionType">
  <xs:annotation>
    <xs:documentation>The PartialInspectionType defines the rationale for a partial inspection.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BaselineProductNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>The BaselineProductNumber element gives an identifier of a product that has had a previous inspection (such as FAI) and is of the same type as the one being subjected to partial inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BaselineProductVersion" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional BaselineProductVersion element is the version of the product that had a previous inspection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonForPartialInspection" type="xs:string">
      <xs:annotation>
        <xs:documentation>The ReasonForPartialInspection element is the reason for a partial inspection, for example, changes in design, process, manufacturing location, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd