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
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>
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".
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>