Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ImageInstructionType / ExternalFile
Annotations
The ExternalFile element gives information about an external image instruction file.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_URI IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_FileSpec IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_Description IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType
Type ExternalFileReferenceType
Properties
content complex
Children Description, FileSpec, URI
Instance
<ExternalFile xmlns="http://qifstandards.org/xsd/qif3">
  <URI>{1,1}</URI>
  <FileSpec>{1,1}</FileSpec>
  <Description>{1,1}</Description>
</ExternalFile>
Source
<xs:element name="ExternalFile" type="ExternalFileReferenceType">
  <xs:annotation>
    <xs:documentation>The ExternalFile element gives information about an external image instruction file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ImageInstructionType
Annotations
The ImageInstructionType defines an external file that provides work instructions in an image.
Diagram
Diagram QIFPlan_xsd_Complex_Type_WorkInstructionBaseType.tmp#WorkInstructionBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_WorkInstructionBaseType.tmp#WorkInstructionBaseType QIFPlan_xsd_Complex_Type_ImageInstructionType.tmp#ImageInstructionType_ExternalFile
Type extension of WorkInstructionBaseType
Type hierarchy
Used by
Children Attributes, ExternalFile
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the work instruction, used for referencing.
Source
<xs:complexType name="ImageInstructionType">
  <xs:annotation>
    <xs:documentation>The ImageInstructionType defines an external file that provides work instructions in an image.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WorkInstructionBaseType">
      <xs:sequence>
        <xs:element name="ExternalFile" type="ExternalFileReferenceType">
          <xs:annotation>
            <xs:documentation>The ExternalFile element gives information about an external image instruction file.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd