From 1d2993271187326d809ffcad25ec1d8198ca5bad Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 22 Jul 2014 09:24:33 +0000 Subject: [PATCH] Add ExportOptOut extension element. --- mdx/schema/uk-fed-label.xsd | 11 ++++++++++- mdx/uk/check_ukreg.xsl | 12 ++++++++++++ xml/uk-fed-label.xsd | 11 ++++++++++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/mdx/schema/uk-fed-label.xsd b/mdx/schema/uk-fed-label.xsd index e35fd06d..83213fb8 100644 --- a/mdx/schema/uk-fed-label.xsd +++ b/mdx/schema/uk-fed-label.xsd @@ -2,7 +2,7 @@ @@ -124,4 +124,13 @@ + + + + Indicates that the entity has been opted-out from inclusion in + the UK federation export aggregate. + + + + \ No newline at end of file diff --git a/mdx/uk/check_ukreg.xsl b/mdx/uk/check_ukreg.xsl index 4d7af2bd..4be22f07 100644 --- a/mdx/uk/check_ukreg.xsl +++ b/mdx/uk/check_ukreg.xsl @@ -11,6 +11,7 @@ --> + + + + + entity cannot be both opted in to and opted out from export + + + + diff --git a/xml/uk-fed-label.xsd b/xml/uk-fed-label.xsd index e35fd06d..83213fb8 100644 --- a/xml/uk-fed-label.xsd +++ b/xml/uk-fed-label.xsd @@ -2,7 +2,7 @@ @@ -124,4 +124,13 @@ + + + + Indicates that the entity has been opted-out from inclusion in + the UK federation export aggregate. + + + + \ No newline at end of file