diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-16 19:30:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-16 19:30:08 +0000 |
commit | 3fe17b4c1a00774b6ec3cd2cf8444437005f13dc (patch) | |
tree | 87adcae327569731c875761bd8e60b444bab852e /scripts/left-right-schema.rnc | |
parent | fb0d4a3339aee9f077988bdd773f1bc07f498aaf (diff) |
Cleanup
svn path=/docs/left-right-xml; revision=973
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 6cc222c7..bb86c766 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -99,8 +99,8 @@ parent_bool = (attribute rekey { "yes" }?, parent_payload = (attribute peer_contact { xsd:anyURI { maxLength="1024" } }?, attribute sia_base { xsd:anyURI { maxLength="1024" } }?, - attribute bsc_link { xsd:token { maxLength="1024" } }?, - attribute repository_link { xsd:token { maxLength="1024" } }?, + attribute bsc_id { xsd:token { maxLength="1024" } }?, + attribute repository_id { xsd:token { maxLength="1024" } }?, peer_ta?) parent_elt |= element parent { ctl_cq, self_id, parent_bool, parent_payload } @@ -120,7 +120,7 @@ child_id = attribute child_id { sql_id } child_bool = attribute reissue { "yes" }? -child_payload = (attribute bsc_link { xsd:token { maxLength="1024" } }?, +child_payload = (attribute bsc_id { xsd:token { maxLength="1024" } }?, attribute child_db_id { xsd:token { maxLength="1024" } }?, peer_ta?) @@ -140,7 +140,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" } }?, - attribute bsc_link { xsd:token { maxLength="1024" } }?, + attribute bsc_id { xsd:token { maxLength="1024" } }?, peer_ta?) repository_elt |= element repository { ctl_cq, self_id, repository_payload } |