Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type QIFReferenceActiveType
Annotations
The QIFReferenceActiveType is a reference to a QIFId with defined activity.
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
Type extension of QIFReferenceType
Type hierarchy
Used by
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:complexType name="QIFReferenceActiveType">
  <xs:annotation>
    <xs:documentation>The QIFReferenceActiveType is a reference to a QIFId with defined activity.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="QIFReferenceType">
      <xs:attribute name="active" type="xs:boolean" default="false">
        <xs:annotation>
          <xs:documentation>The active attribute defines whether the reference is active.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute QIFReferenceActiveType / @active
Annotations
The active attribute defines whether the reference is active.
Type xs:boolean
Properties
default false
Used by
Complex Type QIFReferenceActiveType
Source
<xs:attribute name="active" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation>The active attribute defines whether the reference is active.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd