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

Missing Data elements #4

Closed burnalting closed 7 years ago

burnalting commented 7 years ago

We should consider adding multiple Data elements for the Create, Delete, Network and View 'action' elements. All other 'actions' allow for multiple Data elements to carry additional information. These four are the only ones that don't. The only alternative is to place the 'action information' in Data elements of the 'subject of the action' (e.g. Object, Document, File, etc) which is NOT appropriate.

burnalting commented 7 years ago

Noted that the Network element can only have one of Bind, Connect, Open, Close, Send, Recieve, Listen, Permit or Deny and all are of type NetworkComplexType which already holds unbounded Data sub-elements.

So no need to change this element, only the ObjectOutcomeComplexType element type.

at055612 commented 7 years ago

Fixed in v3.1.0