diff --git a/event-logging.xsd b/event-logging.xsd index 0652ed7..cc2b07e 100644 --- a/event-logging.xsd +++ b/event-logging.xsd @@ -710,6 +710,11 @@ Defines the version of data structure specification. + + + An identifier, name or key to distinguish this block of content from others in the document. It can either be globally unqiue, unique within the document or unique within its siblings. + + diff --git a/unreleased_changes/20240606_120340_595__62.md b/unreleased_changes/20240606_120340_595__62.md new file mode 100644 index 0000000..b360710 --- /dev/null +++ b/unreleased_changes/20240606_120340_595__62.md @@ -0,0 +1,24 @@ +* Issue **#62** : Add the `Id` attribute to `AnyContentComplextType`, e.g. `Meta/@Id`. This is to distinguish between multiple sibling `Meta` elements. + + +```sh +# ******************************************************************************** +# Issue title: The Meta element could do with some form of ID/key +# Issue link: https://github.com/gchq/event-logging-schema/issues/62 +# ******************************************************************************** + +# ONLY the top line will be included as a change entry in the CHANGELOG. +# The entry should be in GitHub flavour markdown and should be written on a SINGLE +# line with no hard breaks. You can have multiple change files for a single GitHub issue. +# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than +# 'Fixed nasty bug'. +# +# Examples of acceptable entries are: +# +# +# * Issue **123** : Fix bug with an associated GitHub issue in this repository +# +# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository +# +# * Fix bug with no associated GitHub issue. +```