Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ExternalFileReferenceType / URI
Annotations
The URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Source
<xs:element name="URI" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>The URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ExternalFileReferenceType / FileSpec
Annotations
The FileSpec element describes the file type of the file found at the URI.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_FileSpecType.tmp#FileSpecType_CommonFileSpecEnum IntermediatesPMI_xsd_Complex_Type_FileSpecType.tmp#FileSpecType_OtherFileSpec IntermediatesPMI_xsd_Complex_Type_FileSpecType.tmp#FileSpecType
Type FileSpecType
Properties
content complex
Children CommonFileSpecEnum, OtherFileSpec
Instance
<FileSpec xmlns="http://qifstandards.org/xsd/qif3">
  <CommonFileSpecEnum>{1,1}</CommonFileSpecEnum>
  <OtherFileSpec>{1,1}</OtherFileSpec>
</FileSpec>
Source
<xs:element name="FileSpec" type="FileSpecType">
  <xs:annotation>
    <xs:documentation>The FileSpec element describes the file type of the file found at the URI.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element ExternalFileReferenceType / Description
Annotations
The Description element is a description of the information in the file found at the URI.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Description element is a description of the information in the file found at the URI.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ExternalFileReferenceType
Annotations
The ExternalFileReferenceType defines an external file reference including the file's location, type and description.
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
Used by
Children Description, FileSpec, URI
Source
<xs:complexType name="ExternalFileReferenceType">
  <xs:annotation>
    <xs:documentation>The ExternalFileReferenceType defines an external file reference including the file's location, type and description.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="URI" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>The URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileSpec" type="FileSpecType">
      <xs:annotation>
        <xs:documentation>The FileSpec element describes the file type of the file found at the URI.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string">
      <xs:annotation>
        <xs:documentation>The Description element is a description of the information in the file found at the URI.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd