Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element InspectionProgramType / File
Annotations
The File element is information about the inspection program file, include its name, version, and format.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Name IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Version IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Format IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType
Type FileType
Properties
content complex
Children Format, Name, Version
Instance
<File xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Version>{0,1}</Version>
  <Format>{0,1}</Format>
</File>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element InspectionProgramType / Description
Annotations
The optional Description element is a description of the file.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element InspectionProgramType / FormalStandardId
Annotations
The FormalStandardId element is the id of the standard or specification against which the inspection characteristics are to be evaluated.
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
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="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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Element InspectionProgramType / Author
Annotations
The Author element gives information about the author of the inspection program.
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
Children EmployeeId, Name, Shift
Instance
<Author xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <EmployeeId>{0,1}</EmployeeId>
  <Shift>{0,1}</Shift>
</Author>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd
Complex Type InspectionProgramType
Annotations
The InspectionProgramType defines the inspection program.
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
Used by
Children Author, Description, File, FormalStandardId
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Traceability.xsd