<xs:element name="Ids" type="ListQIFReferenceSimpleType"><xs:annotation><xs:documentation>The Ids element is a list of references to the QIF ids of objects found in the local QIF document.</xs:documentation></xs:annotation></xs:element>
<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="ListQIFReferenceSimpleType"><xs:annotation><xs:documentation>The XIds element is a list of references to the QIF ids of objects found in the external QIF document.</xs:documentation></xs:annotation></xs:element>
The ListQIFReferenceType defines a set of references to the QIF ids of other objects. The other objects are either all in the local QIF document or all in the same external QIF document.
The required n attribute is the number of QIF id references in this list.
Source
<xs:complexType name="ListQIFReferenceType"><xs:annotation><xs:documentation>The ListQIFReferenceType defines a set of references to the QIF ids of other objects. The other objects are either all in the local QIF document or all in the same external QIF document.</xs:documentation></xs:annotation><xs:choice><xs:annotation><xs:documentation>This compositor allows for a choice between a list of QIF ids in the local document, or a list of external QIF ids in separate document.</xs:documentation></xs:annotation><xs:element name="Ids" type="ListQIFReferenceSimpleType"><xs:annotation><xs:documentation>The Ids element is a list of references to the 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="ListQIFReferenceSimpleType"><xs:annotation><xs:documentation>The XIds element is a list of references to the QIF ids of objects found in the external QIF document.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:choice><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of QIF id references in this list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of QIF id references in this list.</xs:documentation></xs:annotation></xs:attribute>