Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ElementReferenceType / Id
Annotations
The Id element is a reference to a QIF id that may not include an AsmPath.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="Id" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The Id element is a reference to a QIF id that may not include an AsmPath.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ElementReferenceType
Annotations
The ElementReferenceType is an entity ID.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id
Used by
Children Id
Source
<xs:complexType name="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The ElementReferenceType is an entity ID.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Id" type="QIFReferenceType">
      <xs:annotation>
        <xs:documentation>The Id element is a reference to a QIF id that may not include an AsmPath.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd