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
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>
The optional BaselineProductVersion element is the version of the product that had a previous inspection.
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>
The ReasonForPartialInspection element is the reason for a partial inspection, for example, changes in design, process, manufacturing location, etc.
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>
<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>