Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ListQIFReferenceType / Ids
Annotations
The Ids element is a list of references to the QIF ids of objects found in the local QIF document.
Diagram
Diagram Primitives_xsd_Simple_Type_ListQIFReferenceSimpleType.tmp#ListQIFReferenceSimpleType
Type ListQIFReferenceSimpleType
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ListQIFReferenceType / 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 ListQIFReferenceType / XIds
Annotations
The XIds element is a list of references to the QIF ids of objects found in the external QIF document.
Diagram
Diagram Primitives_xsd_Simple_Type_ListQIFReferenceSimpleType.tmp#ListQIFReferenceSimpleType
Type ListQIFReferenceSimpleType
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ListQIFReferenceType
Annotations
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.
Diagram
Diagram Primitives_xsd_Complex_Type_ListQIFReferenceType.tmp#ListQIFReferenceType_n Primitives_xsd_Complex_Type_ListQIFReferenceType.tmp#ListQIFReferenceType_Ids Primitives_xsd_Complex_Type_ListQIFReferenceType.tmp#ListQIFReferenceType_Id Primitives_xsd_Complex_Type_ListQIFReferenceType.tmp#ListQIFReferenceType_XIds
Used by
Children Id, Ids, XIds
Attributes
QName Type Use Annotation
n NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ListQIFReferenceType / @n
Annotations
The required n attribute is the number of QIF id references in this list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ListQIFReferenceType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd