Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ExternalQIFDocumentReferenceType / QPId
Annotations
The QPId element is the QPId of the external QIF document referenced by this QIF document.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdReferenceType.tmp#QPIdReferenceType
Type QPIdReferenceType
Properties
content simple
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element ExternalQIFDocumentReferenceType / URI
Annotations
The optional URI element is a Uniform Resource Identifier for the external QIF document.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Element ExternalQIFDocumentReferenceType / Description
Annotations
The optional Description element is a description of the external 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 the external QIF document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Complex Type ExternalQIFDocumentReferenceType
Annotations
The ExternalQIFDocumentReferencesType contains information about a single external QIF document and assigns a QIF id used for internal referencing.
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
Used by
Children Description, QPId, URI
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: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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd
Attribute ExternalQIFDocumentReferenceType / @id
Annotations
The id attribute is the QIF id of the external document reference, used for internal referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFDocument.xsd