<xs:element name="File" type="FileType"><xs:annotation><xs:documentation>The File element is information about the inspection program file, include its name, version, and format.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the file.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the file.</xs:documentation></xs:annotation></xs:element>
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="FormalStandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The FormalStandardId element is the id of the standard or specification against which the inspection characteristics are to be evaluated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Author" type="EmployeeType"><xs:annotation><xs:documentation>The Author element gives information about the author of the inspection program.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="InspectionProgramType"><xs:annotation><xs:documentation>The InspectionProgramType defines the inspection program.</xs:documentation></xs:annotation><xs:sequence><xs:element name="File" type="FileType"><xs:annotation><xs:documentation>The File element is information about the inspection program file, include its name, version, and format.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the file.</xs:documentation></xs:annotation></xs:element><xs:element name="FormalStandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The FormalStandardId element is the id of the standard or specification against which the inspection characteristics are to be evaluated.</xs:documentation></xs:annotation></xs:element><xs:element name="Author" type="EmployeeType"><xs:annotation><xs:documentation>The Author element gives information about the author of the inspection program.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>