<xs:element name="QPId" type="QPIdReferenceType"><xs:annotation><xs:documentation>The QPId element is the QPId of the external QIF document referenced by this QIF document.</xs:documentation></xs:annotation></xs:element>
The optional URI element is a Uniform Resource Identifier for the external QIF document.
Diagram
Type
xs:anyURI
Properties
content
simple
minOccurs
0
Source
<xs:element name="URI" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>The optional URI element is a Uniform Resource Identifier for the external QIF document.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the external QIF document.
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 external QIF document.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the external document reference, used for internal referencing.
Source
<xs:complexType name="ExternalQIFDocumentReferenceType"><xs:annotation><xs:documentation>The ExternalQIFDocumentReferencesType contains information about a single external QIF document and assigns a QIF id used for internal referencing.</xs:documentation></xs:annotation><xs:sequence><xs:element name="QPId" type="QPIdReferenceType"><xs:annotation><xs:documentation>The QPId element is the QPId of the external QIF document referenced by this QIF document.</xs:documentation></xs:annotation></xs:element><xs:element name="URI" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>The optional URI element is a Uniform Resource Identifier for the external QIF document.</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 external QIF document.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the external document reference, used for internal referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the external document reference, used for internal referencing.</xs:documentation></xs:annotation></xs:attribute>