Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Relax rule that exported entities MUST have a RegistrationPolicy element
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart authored and Alex Stuart committed Jul 30, 2014
1 parent 8013686 commit ded8d07
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions mdx/uk/check_uk_mdrps.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@
</xsl:template>


<!--
If a UK-registered entity is opted in to the export aggregate, it MUST
have a RegistrationPolicy.
-->
<xsl:template match="md:EntityDescriptor
[descendant::mdrpi:RegistrationInfo[@registrationAuthority='http://ukfederation.org.uk']]
[md:Extensions/ukfedlabel:ExportOptIn]
[not(descendant::mdrpi:RegistrationInfo/mdrpi:RegistrationPolicy)]">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>exported entity lacks a RegistrationPolicy</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>


<!--
Restrict registrationAuthority values for UK federation entities, if present,
to previously used MDRPS document URLs.
Expand Down

0 comments on commit ded8d07

Please sign in to comment.