From 60b9b1411d6f11ef1e3b97bebf2aa0d58d9beb87 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 16 Sep 2007 23:42:58 +0000 Subject: Whack SQL and left-right XML into alignment svn path=/docs/left-right-xml; revision=977 --- scripts/left-right-schema.rnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/left-right-schema.rnc') 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?) -- cgit v1.2.3