The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).
<xs:element name="SequenceNumber" type="NaturalType"><xs:annotation><xs:documentation>The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).</xs:documentation></xs:annotation></xs:element>
The optional TimeOccurred element is the date and time at which the event occurred.
Diagram
Type
xs:dateTime
Properties
content
simple
minOccurs
0
Source
<xs:element name="TimeOccurred" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeOccurred element is the date and time at which the event occurred.</xs:documentation></xs:annotation></xs:element>
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="NotableEventId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional NotableEventId element is the QIF id of a notable event type of which this noted event is an instance.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the event, used for referencing.
Source
<xs:complexType name="NotedEventType"><xs:annotation><xs:documentation>The NotedEventType defines an instance of an event that occurred during an inspection. It may correspond to some notable event type.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="EventBaseType"><xs:sequence><xs:element name="SequenceNumber" type="NaturalType"><xs:annotation><xs:documentation>The SequenceNumber element is the sequence number of a noted event in a list of noted events. Sequence numbers of noted event instances should be assigned in chronological order (1, 2, 3, ...).</xs:documentation></xs:annotation></xs:element><xs:element name="TimeOccurred" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeOccurred element is the date and time at which the event occurred.</xs:documentation></xs:annotation></xs:element><xs:element name="NotableEventId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional NotableEventId element is the QIF id of a notable event type of which this noted event is an instance.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>