Skip to content

Commit

Permalink
Fix comments in rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
philsmart committed Jan 15, 2025
1 parent 8b96b82 commit 637cf86
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_uk_ec_psuedonymous.xsl
check_mdattr_ec_anonymouse.xsl
UKf-specific checks for SPs asserting TODO
Checks for RC1.1 and RC1.2 of https://refeds.org/category/anonymous.
-->
<xsl:stylesheet version="1.0"
Expand Down Expand Up @@ -36,7 +36,7 @@
</xsl:template>

<!--
SPs which assert the anonymous entity category must include the mdui:DisplayName.
SPs which assert the anonymous entity category must include an explicit mdui:DisplayName.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -50,7 +50,7 @@
</xsl:template>

<!--
SPs which assert the anonymous entity category must include the mdui:InformationURL.
SPs which assert the anonymous entity category must include an explicit mdui:InformationURL.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_uk_ec_psuedonymous.xsl
check_mdattr_ec_personalized.xsl
UKf-specific checks for SPs asserting TODO
Checks for RC3.1 and RC3.2 of https://refeds.org/category/personalized.
-->
<xsl:stylesheet version="1.0"
Expand Down Expand Up @@ -36,7 +36,7 @@
</xsl:template>

<!--
SPs which assert the personalized entity category must include the mdui:DisplayName.
SPs which assert the personalized entity category must include an explicit mdui:DisplayName.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -50,7 +50,7 @@
</xsl:template>

<!--
SPs which assert the personalized entity category must include the mdui:InformationURL.
SPs which assert the personalized entity category must include an explicit mdui:InformationURL.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -64,7 +64,7 @@
</xsl:template>

<!--
SPs which assert the personalized entity category must include the mdui:PrivacyStatementURL.
SPs which assert the personalized entity category must include an explicit mdui:PrivacyStatementURL.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_uk_ec_psuedonymous.xsl
check_mdattr_ec_psuedonymous.xsl
UKf-specific checks for SPs asserting TODO
Checks for RC3.1 and RC3.2 of https://refeds.org/category/pseudonymous.
-->
<xsl:stylesheet version="1.0"
Expand All @@ -22,7 +22,7 @@
<xsl:import href="_rules/check_framework.xsl"/>

<!--
SPs which assert pseudonymous entity category must include one or more (md:ContactPerson.
SPs which assert pseudonymous entity category must include one or more md:ContactPerson.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -36,7 +36,7 @@
</xsl:template>

<!--
SPs which assert the pseudonymous entity category must include the mdui:DisplayName..
SPs which assert the pseudonymous entity category must include an explicit mdui:DisplayName..
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -50,7 +50,7 @@
</xsl:template>

<!--
SPs which assert the pseudonymous entity category must include the mdui:InformationURL.
SPs which assert the pseudonymous entity category must include an explicit mdui:InformationURL.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand All @@ -64,7 +64,7 @@
</xsl:template>

<!--
SPs which assert the pseudonymous entity category must include the mdui:PrivacyStatementURL.
SPs which assert the pseudonymous entity category must include an explicit mdui:PrivacyStatementURL.
-->
<xsl:template match="md:EntityDescriptor
[md:Extensions/mdattr:EntityAttributes/saml:Attribute[@Name='http://macedir.org/entity-category']
Expand Down

0 comments on commit 637cf86

Please sign in to comment.