Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExternalQIFReferencesType / ExternalQIFDocument
Annotations
Each ExternalQIFDocument element contains information about an external QIF document referenced by this QIF document.
Diagram
Diagram QIFDocument_xsd_Complex_Type_ExternalQIFDocumentReferenceType.tmp#ExternalQIFDocumentReferenceType_id QIFDocument_xsd_Complex_Type_ExternalQIFDocumentReferenceType.tmp#ExternalQIFDocumentReferenceType_QPId QIFDocument_xsd_Complex_Type_ExternalQIFDocumentReferenceType.tmp#ExternalQIFDocumentReferenceType_URI QIFDocument_xsd_Complex_Type_ExternalQIFDocumentReferenceType.tmp#ExternalQIFDocumentReferenceType_Description QIFDocument_xsd_Complex_Type_ExternalQIFDocumentReferenceType.tmp#ExternalQIFDocumentReferenceType
Type ExternalQIFDocumentReferenceType
Properties
content complex
maxOccurs unbounded
Children Description, QPId, URI
Instance
<ExternalQIFDocument id="" xmlns="http://qifstandards.org/xsd/qif3">
  <QPId>{1,1}</QPId>
  <URI>{0,1}</URI>
  <Description>{0,1}</Description>
</ExternalQIFDocument>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the external document reference, used for internal referencing.
Source
<xs:element name="ExternalQIFDocument" type="ExternalQIFDocumentReferenceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ExternalQIFDocument element contains information about an external QIF document referenced by this QIF document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Complex Type ExternalQIFReferencesType
Annotations
The ExternalQIFReferencesType contains information about QIF documents referenced by this QIF document using the external id referencing mechanism in the QIFReferenceType.
Diagram
Diagram QIFDocument_xsd_Complex_Type_ExternalQIFReferencesType.tmp#ExternalQIFReferencesType_n QIFDocument_xsd_Complex_Type_ExternalQIFReferencesType.tmp#ExternalQIFReferencesType_ExternalQIFDocument
Used by
Children ExternalQIFDocument
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of external QIF documents in the list.
Source
<xs:complexType name="ExternalQIFReferencesType">
  <xs:annotation>
    <xs:documentation>The ExternalQIFReferencesType contains information about QIF documents referenced by this QIF document using the external id referencing mechanism in the QIFReferenceType.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ExternalQIFDocument" type="ExternalQIFDocumentReferenceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ExternalQIFDocument element contains information about an external QIF document referenced by this QIF document.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of external QIF documents in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Attribute ExternalQIFReferencesType / @n
Annotations
The required n attribute is the number of external QIF documents in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of external QIF documents in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd