Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element QPIdFullReferenceType / ItemQPId
Annotations
The ItemQPId is the QPId of an item.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdReferenceType.tmp#QPIdReferenceType
Type QPIdReferenceType
Properties
content simple
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<xs:element name="ItemQPId" type="QPIdReferenceType">
  <xs:annotation>
    <xs:documentation>The ItemQPId is the QPId of an item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element QPIdFullReferenceType / DocumentQPId
Annotations
Each optional DocumentQPId is the QPId of a QIFDocument in which the item is found.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdReferenceType.tmp#QPIdReferenceType
Type QPIdReferenceType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<xs:element name="DocumentQPId" type="QPIdReferenceType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each optional DocumentQPId is the QPId of a QIFDocument in which the item is found.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type QPIdFullReferenceType
Annotations
The QPIdFullReferenceType identifies an item by using QPIds. The item with the specified ItemQPId may exist in one or more QIF documents.
Diagram
Diagram Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_ItemQPId Primitives_xsd_Complex_Type_QPIdFullReferenceType.tmp#QPIdFullReferenceType_DocumentQPId
Used by
Children DocumentQPId, ItemQPId
Source
<xs:complexType name="QPIdFullReferenceType">
  <xs:annotation>
    <xs:documentation>The QPIdFullReferenceType identifies an item by using QPIds. The item with the specified ItemQPId may exist in one or more QIF documents.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ItemQPId" type="QPIdReferenceType">
      <xs:annotation>
        <xs:documentation>The ItemQPId is the QPId of an item.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DocumentQPId" type="QPIdReferenceType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each optional DocumentQPId is the QPId of a QIFDocument in which the item is found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd