diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-16 23:42:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-16 23:42:58 +0000 |
commit | 60b9b1411d6f11ef1e3b97bebf2aa0d58d9beb87 (patch) | |
tree | 5a88525089c798236575b5afe2491fe1576349f3 /scripts/left-right-schema.rnc | |
parent | c9db64e5c1a5507b122011074db2e0b66c324177 (diff) |
Whack SQL and left-right XML into alignment
svn path=/docs/left-right-xml; revision=977
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 4 |
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?) |