Skip to content

Commit

Permalink
Add event-logging schemas 3.1.2 & 3.2.3, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Feb 2, 2018
1 parent 86f0e1c commit 2a04b29
Show file tree
Hide file tree
Showing 7 changed files with 6,561 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ An XML Schema standard for describing audit events.

| Pack version | Stroom 5.0.x | Stroom 6.0.x |
| --------------------------------------------------------------------------------------------------- | -------------- | ------------- |
| [v3.2.3](https://github.com/gchq/stroom-content/releases/tag/event-logging-xml-schema-v3.2.3) | Y | Y |
| [v3.1.2](https://github.com/gchq/stroom-content/releases/tag/event-logging-xml-schema-v3.1.2) | Y | Y |
| [v3.1.1](https://github.com/gchq/stroom-content/releases/tag/event-logging-xml-schema-v3.1.1) | Y | Y |
| [v1.0](https://github.com/gchq/stroom-content/releases/tag/event-logging-xml-schema-v1.0) | Y | Y |

Expand Down
15 changes: 13 additions & 2 deletions source/event-logging-xml-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [event-logging-xml-schema-v3.2.3]

### Added

* Schema changes

* Issue **#23** : Added optional Coordinates element to LocationComplexType to capture lat/long

## [event-logging-xml-schema-v3.1.1]

### Changed

* Issue **#18** : Remove `pattern` from `VersionSimpleType` as this is trumped by the enumerations. Add past versions as enumerations.
* Schema changes

* Issue **#18** : Remove `pattern` from `VersionSimpleType` as this is trumped by the enumerations. Add past versions as enumerations.

### Removed

Expand Down Expand Up @@ -52,7 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Inital version.


[Unreleased]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v3.1.1...HEAD
[Unreleased]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v3.2.3...HEAD
[event-logging-xml-schema-v3.2.3]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v3.1.1...event-logging-xml-schema-v3.2.3
[event-logging-xml-schema-v3.1.1]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v3.1.0...event-logging-xml-schema-v3.1.1
[event-logging-xml-schema-v3.1.0]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v1.0...event-logging-xml-schema-v3.1.0
[event-logging-xml-schema-v1.0]: https://github.com/gchq/stroom-content/compare/event-logging-xml-schema-v1.0...event-logging-xml-schema-v1.0
Expand Down
13 changes: 11 additions & 2 deletions source/event-logging-xml-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ The following represents the folder structure and content that will be imported

* _XML Schemas_
* _event-logging_
* **event-logging v3.0.0** `XMLSchema`
* **event-logging v3.2.3** `XMLSchema`

Version 3.0.0 of the event-logging XMLSchema.
Version 3.2.3 of the event-logging XMLSchema.

* **event-logging v3.1.2** `XMLSchema`

Version 3.1.2 of the event-logging XMLSchema.

* **event-logging v3.1.1** `XMLSchema`

Version 3.1.1 of the event-logging XMLSchema.

* **event-logging v3.0.0** `XMLSchema`

Version 3.0.0 of the event-logging XMLSchema.



Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<xmlSchema>
<deprecated>false</deprecated>
<description/>
<name>event-logging v3.1.2</name>
<namespaceURI>event-logging:3</namespaceURI>
<schemaGroup>EVENTS</schemaGroup>
<systemId>file://event-logging-v3.1.2.xsd</systemId>
<uuid>9ccd3485-dbb6-4379-9f5c-f8e059c5e06d</uuid>
</xmlSchema>
Loading

0 comments on commit 2a04b29

Please sign in to comment.