gchq / event-logging-schema

Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
Apache License 2.0
25 stars 6 forks source link

Add Date to EmailComplexType #74

Closed burnalting closed 3 months ago

burnalting commented 3 years ago

Not all emails have a parseable Date timestamp, but it is the timestamp recorded of the email. We should have a Date String element within the EmailComplextType to represent accurately the Date timestamp recorded in an email.

burnalting commented 3 years ago
<xs:element name="Date" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Date timestamp recorded in the email.</xs:documentation>
  </xs:annotation>
</xs:element>
at055612 commented 3 months ago

Fixed in 4.1.0