diff --git a/build/import.xsl b/build/import.xsl
index 34f2cc53..b401d68b 100644
--- a/build/import.xsl
+++ b/build/import.xsl
@@ -32,6 +32,7 @@
xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
+ xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
@@ -41,7 +42,7 @@
xmlns:xalan="http://xml.apache.org/xalan"
- exclude-result-prefixes="alg idpdisc init md xalan"
+ exclude-result-prefixes="alg idpdisc init md mdui xalan"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
@@ -624,6 +625,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+