From 85e820b6378574b066afabc16c100a5d756b8e65 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 2 Apr 2008 16:49:20 +0000 Subject: [PATCH] First cut at a schema for the UK federation label namespace. --- xml/uk-fed-label.xsd | 87 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 xml/uk-fed-label.xsd diff --git a/xml/uk-fed-label.xsd b/xml/uk-fed-label.xsd new file mode 100644 index 00000000..0d4d5720 --- /dev/null +++ b/xml/uk-fed-label.xsd @@ -0,0 +1,87 @@ + + + + + + This schema describes the UK federation label namespace. + + For additional information, see the Federation Technical Specification. + + This version of the schema follows FTS edition 1.1 of 1-June-2007. + + + + + + + Most elements defined in the UK federation label namespace + are basic labels: empty elements whose presence or absence + is all that is important. + + + + + + + + + A datedLabel is like a basicLabel, but with a single + additional mandatory date attribute. + + + + + + + + + + + + + Indicates an entity originally "grandfathered" into the + UK federation from the SDSS federation. + + + + + + + + Indicates an entity whose owner is a member in good standing + of the UK federation. + + + + + + + + Indicates an identity provider entity whose owner has + asserted to the UK federation that the entity provides + user accountability in terms of the definition given + in section 6 of the federation's Rules of Membership. + + + + + + + + Marks an entity which should not appear in the federation's + public metadata. This label is used during maintenance of + the federation's metadata, and consumers of the published + metadata should never encounter it (and have no need to + check for its presence). + + + + + \ No newline at end of file