Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayReferenceActiveType / Id
Annotations
Each Id element is a reference to the QIF id of an object with an indicator of whether the reference is active or not.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceActiveType.tmp#QIFReferenceActiveType_active Primitives_xsd_Complex_Type_QIFReferenceActiveType.tmp#QIFReferenceActiveType
Type QIFReferenceActiveType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Default Use Annotation
active xs:boolean false optional
The active attribute defines whether the reference is active.
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="QIFReferenceActiveType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Id element is a reference to the QIF id of an object with an indicator of whether the reference is active or not.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ArrayReferenceActiveType
Annotations
The ArrayReferenceActiveType is an array of references to object IDs.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceActiveType.tmp#ArrayReferenceActiveType_n Primitives_xsd_Complex_Type_ArrayReferenceActiveType.tmp#ArrayReferenceActiveType_Id
Used by
Children Id
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:complexType name="ArrayReferenceActiveType">
  <xs:annotation>
    <xs:documentation>The ArrayReferenceActiveType is an array of references to object IDs.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Id" type="QIFReferenceActiveType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Id element is a reference to the QIF id of an object with an indicator of whether the reference is active or not.</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 Id 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 ArrayReferenceActiveType / @n
Annotations
The required n attribute is the number of Id 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 Id elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd