Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element NotableEventType / Active
Annotations
The Active element indicates whether the event should be reported. A value of "true" means an event of this type should be reported. A value of "false" means an event of this type should not be reported.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="Active" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The Active element indicates whether the event should be reported. A value of "true" means an event of this type should be reported. A value of "false" means an event of this type should not be reported.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NotableEventType
Annotations
The NotableEventType defines an event that might occur during an inspection, any instance of which (1) should be reported as a NotedEventType if it occurs and the Active element is "true" or (2) should not be reported if it occurs and the active element is "false".
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_id IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType_Description IntermediatesPMI_xsd_Complex_Type_EventBaseType.tmp#EventBaseType IntermediatesPMI_xsd_Complex_Type_NotableEventType.tmp#NotableEventType_Active
Type extension of EventBaseType
Type hierarchy
Used by
Children Active, Description
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the event, used for referencing.
Source
<xs:complexType name="NotableEventType">
  <xs:annotation>
    <xs:documentation>The NotableEventType defines an event that might occur during an inspection, any instance of which (1) should be reported as a NotedEventType if it occurs and the Active element is "true" or (2) should not be reported if it occurs and the active element is "false".</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EventBaseType">
      <xs:sequence>
        <xs:element name="Active" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>The Active element indicates whether the event should be reported. A value of "true" means an event of this type should be reported. A value of "false" means an event of this type should not be reported.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd