Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element QIFDocumentHeaderType / Application
Annotations
The optional Application element is the information about the software application wherein the QIF document was most recently edited.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Name PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Organization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonName PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonOrganization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType
Type ApplicationType
Properties
content complex
minOccurs 0
Children AddonName, AddonOrganization, Name, Organization
Instance
<Application xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Organization>{0,1}</Organization>
  <AddonName>{0,1}</AddonName>
  <AddonOrganization>{0,1}</AddonOrganization>
</Application>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element QIFDocumentHeaderType / Author
Annotations
The optional Author element is the author who generating this QIF document.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Name PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Organization PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType
Type AuthorType
Properties
content complex
minOccurs 0
Children Name, Organization
Instance
<Author xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{0,1}</Name>
  <Organization>{0,1}</Organization>
</Author>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element QIFDocumentHeaderType / ApplicationSource
Annotations
The optional ApplicationSource element is the information about the software application wherein the QIF document was created.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Name PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Organization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonName PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonOrganization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType
Type ApplicationType
Properties
content complex
minOccurs 0
Children AddonName, AddonOrganization, Name, Organization
Instance
<ApplicationSource xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Organization>{0,1}</Organization>
  <AddonName>{0,1}</AddonName>
  <AddonOrganization>{0,1}</AddonOrganization>
</ApplicationSource>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element QIFDocumentHeaderType / Description
Annotations
The optional Description element is a description of this QIF document.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element QIFDocumentHeaderType / Scope
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Complex Type QIFDocumentHeaderType
Annotations
The HeaderType contains information about the generation of this QIF document.
Diagram
Diagram QIFDocument_xsd_Complex_Type_QIFDocumentHeaderType.tmp#QIFDocumentHeaderType_Application QIFDocument_xsd_Complex_Type_QIFDocumentHeaderType.tmp#QIFDocumentHeaderType_Author QIFDocument_xsd_Complex_Type_QIFDocumentHeaderType.tmp#QIFDocumentHeaderType_ApplicationSource QIFDocument_xsd_Complex_Type_QIFDocumentHeaderType.tmp#QIFDocumentHeaderType_Description QIFDocument_xsd_Complex_Type_QIFDocumentHeaderType.tmp#QIFDocumentHeaderType_Scope
Used by
Element Header
Children Application, ApplicationSource, Author, Description, Scope
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd