Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayBinaryQIFReferenceType / Ids
Annotations
The Ids element is an array of QIF ids of objects found in the local QIF document.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="Ids" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The Ids element is an array of QIF ids of objects found in the local QIF document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ArrayBinaryQIFReferenceType / Id
Annotations
The Id element is the QIF id of an external document reference.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceSimpleType.tmp#QIFReferenceSimpleType
Type QIFReferenceSimpleType
Type hierarchy
Properties
content simple
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Source
<xs:element name="Id" type="QIFReferenceSimpleType">
  <xs:annotation>
    <xs:documentation>The Id element is the QIF id of an external document reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ArrayBinaryQIFReferenceType / XIds
Annotations
The XIds element is an array of references to QIF ids of objects found in the external QIF document.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="XIds" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The XIds element is an array of references to QIF ids of objects found in the external QIF document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ArrayBinaryQIFReferenceType
Annotations
The ArrayBinaryQIFReferenceType defines a binary array of references to the QIF ids of other objects.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryQIFReferenceType.tmp#ArrayBinaryQIFReferenceType_Ids Primitives_xsd_Complex_Type_ArrayBinaryQIFReferenceType.tmp#ArrayBinaryQIFReferenceType_Id Primitives_xsd_Complex_Type_ArrayBinaryQIFReferenceType.tmp#ArrayBinaryQIFReferenceType_XIds
Used by
Children Id, Ids, XIds
Source
<xs:complexType name="ArrayBinaryQIFReferenceType">
  <xs:annotation>
    <xs:documentation>The ArrayBinaryQIFReferenceType defines a binary array of references to the QIF ids of other objects.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor allows for a choice between an array of references to QIF ids in the local document, or an array of references to QIF ids in an external document.</xs:documentation>
    </xs:annotation>
    <xs:element name="Ids" type="ArrayBinaryType">
      <xs:annotation>
        <xs:documentation>The Ids element is an array of QIF ids of objects found in the local QIF document.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence>
      <xs:element name="Id" type="QIFReferenceSimpleType">
        <xs:annotation>
          <xs:documentation>The Id element is the QIF id of an external document reference.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="XIds" type="ArrayBinaryType">
        <xs:annotation>
          <xs:documentation>The XIds element is an array of references to QIF ids of objects found in the external QIF document.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd