aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r--scripts/left-right-schema.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc
index bb86c766..9ba5c7a8 100644
--- a/scripts/left-right-schema.rnc
+++ b/scripts/left-right-schema.rnc
@@ -97,7 +97,7 @@ parent_bool = (attribute rekey { "yes" }?,
attribute reissue { "yes" }?,
attribute revoke { "yes" }?)
-parent_payload = (attribute peer_contact { xsd:anyURI { maxLength="1024" } }?,
+parent_payload = (attribute peer_contact_uri { xsd:anyURI { maxLength="1024" } }?,
attribute sia_base { xsd:anyURI { maxLength="1024" } }?,
attribute bsc_id { xsd:token { maxLength="1024" } }?,
attribute repository_id { xsd:token { maxLength="1024" } }?,
@@ -139,7 +139,7 @@ child_elt |= element child { ctl_dr, self_id, child_id }
repository_id = attribute repository_id { sql_id }
-repository_payload = (attribute peer_contact { xsd:anyURI { maxLength="1024" } }?,
+repository_payload = (attribute peer_contact_uri { xsd:anyURI { maxLength="1024" } }?,
attribute bsc_id { xsd:token { maxLength="1024" } }?,
peer_ta?)