Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element VideoInstructionType / ExternalFile
Annotations
The ExternalFile element gives information about an external video 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 video instruction file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type VideoInstructionType
Annotations
The VideoInstructionType defines an external file that provides work instructions in a video.
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_VideoInstructionType.tmp#VideoInstructionType_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="VideoInstructionType">
  <xs:annotation>
    <xs:documentation>The VideoInstructionType defines an external file that provides work instructions in a video.</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 video 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