<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> |