event-logging-schema
event-logging-schema copied to clipboard
Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
If you have multiplte Meta blocks, e.g. using one for source data and another for something else then you need some way of distinguishing between them. Currently it has ContentType...
Sometimes events are received well after when there were created. The addition of a `TimeReceived` element can record when the event was received by the Event Repository (e.g Stroom proxy,...
Currently the events are decorated on receipt with identifiers that identify the event within the instance of stroom. We do not want elements/attributes in the schema that are not intended...
This structure has a Name and a Value attribute, but these are both strings. There might be situations where complex data should be recorded. Adding an xs:any element called Value...
Ideally, all events are created on a locked down server and only ever transferred securely. But in some organisations / situations it might be appropriate or necessary to: - Transfer...
Will allow modelling of CRUD operations on virtual devices.
Fixes #21 Fixes #98
Currently there is no way to model events relating to cloud services, e.g. when a user creates a Lambda in AWS. Currently you would need to model this as Create...
When we receive XML fragments, e.g. from the event-logging java library we just get a stream of ```xml ... ... ... ``` so we have no `` to tell us...