<xs:element name="Application" type="ApplicationType" minOccurs="0"><xs:annotation><xs:documentation>The optional Application element is the information about the software application wherein the QIF document was most recently edited.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Author" type="AuthorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Author element is the author who generating this QIF document.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ApplicationSource" type="ApplicationType" minOccurs="0"><xs:annotation><xs:documentation>The optional ApplicationSource element is the information about the software application wherein the QIF document was created.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of this 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 this QIF document.</xs:documentation></xs:annotation></xs:element>
The optional Scope element defines the scope of this QIF document. Examples include: "Results","Plan", "Plan+Results", "MBD", "MBD+Plan+Results+Statistics", "Plan+External Product Definition". The scope of a QIF document can be determined from the optional elements that are present. This element allows for a concise, human-readable summary of the scope to appear near the beginning of a QIF document.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Scope" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Scope element defines the scope of this QIF document. Examples include: "Results","Plan", "Plan+Results", "MBD", "MBD+Plan+Results+Statistics", "Plan+External Product Definition". The scope of a QIF document can be determined from the optional elements that are present. This element allows for a concise, human-readable summary of the scope to appear near the beginning of a QIF document.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="QIFDocumentHeaderType"><xs:annotation><xs:documentation>The HeaderType contains information about the generation of this QIF document.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Application" type="ApplicationType" minOccurs="0"><xs:annotation><xs:documentation>The optional Application element is the information about the software application wherein the QIF document was most recently edited.</xs:documentation></xs:annotation></xs:element><xs:element name="Author" type="AuthorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Author element is the author who generating this QIF document.</xs:documentation></xs:annotation></xs:element><xs:element name="ApplicationSource" type="ApplicationType" minOccurs="0"><xs:annotation><xs:documentation>The optional ApplicationSource element is the information about the software application wherein the QIF document was created.</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 this QIF document.</xs:documentation></xs:annotation></xs:element><xs:element name="Scope" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Scope element defines the scope of this QIF document. Examples include: "Results","Plan", "Plan+Results", "MBD", "MBD+Plan+Results+Statistics", "Plan+External Product Definition". The scope of a QIF document can be determined from the optional elements that are present. This element allows for a concise, human-readable summary of the scope to appear near the beginning of a QIF document.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>