Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ArrayQPIdFullReferenceType / QPId
Annotations
Each QPId element is a reference to the QPId of an object and optionally the QPId of the document in which it is found.
Diagram
Diagram Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_ItemQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_DocumentQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType
Type QPIdFullReferenceType
Properties
content complex
maxOccurs unbounded
Children DocumentQPId, ItemQPId
Instance
<QPId xmlns="http://qifstandards.org/xsd/qif3">
  <ItemQPId>{1,1}</ItemQPId>
  <DocumentQPId>{0,unbounded}</DocumentQPId>
</QPId>
Source
<xs:element name="QPId" type="QPIdFullReferenceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each QPId element is a reference to the QPId of an object and optionally the QPId of the document in which it is found.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ArrayQPIdFullReferenceType
Annotations
The ArrayQPIdFullReferenceType is an array of references to QPIds and optional document QPIds.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayQPIdFullReferenceType.tmp#ArrayQPIdFullReferenceType_n Primitives_xsd_Complex_Type_ArrayQPIdFullReferenceType.tmp#ArrayQPIdFullReferenceType_QPId
Used by
Children QPId
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of QPId reference elements in this array.
Source
<xs:complexType name="ArrayQPIdFullReferenceType">
  <xs:annotation>
    <xs:documentation>The ArrayQPIdFullReferenceType is an array of references to QPIds and optional document QPIds.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="QPId" type="QPIdFullReferenceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each QPId element is a reference to the QPId of an object and optionally the QPId of the document in which it is found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of QPId reference elements in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayQPIdFullReferenceType / @n
Annotations
The required n attribute is the number of QPId reference elements in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of QPId reference elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd