2.2.1.3.5 EVENTINFO

This element specifies an allowable format for a block of information about the event for which the report is uploaded. This block includes the following information about the event for which the report is sent: the type of report, the type of event, the display name of the event, the event description, and the time that the event occurred. The time is in UTC format.

 <xs:element name="EVENTINFO">
    <xs:complexType>
      <xs:attribute name="reporttype" type="reporttypevalues" 
          use="required" />
      <xs:attribute name="eventtype" type="xs:string" use="required" />
      <xs:attribute name="friendlyeventname" type="xs:string" 
          use="optional" />
      <xs:attribute name="eventdescription" type="xs:string" 
          use="optional" />
      <xs:attribute name="eventtime" type="xs:unsignedLong" 
          use="required" />
    </xs:complexType>
 </xs:element>