aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-09-17 00:47:35 +0000
committerRob Austein <sra@hactrn.net>2007-09-17 00:47:35 +0000
commit88dc6e7b7af67c8739debe862a17cbdaa5a2a0c7 (patch)
tree976065ca9dc3086f869f8d6223b8a5cdf04074e4 /scripts/left-right-schema.rnc
parentb3dc1aa19273039a2ca0c50a3bb32a9f849f7488 (diff)
Punt child_db_id, as I have no idea what it was meant to be. If
somebody remembers what it was for, we can always add it back. svn path=/docs/left-right-xml; revision=979
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r--scripts/left-right-schema.rnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc
index 7b3ab24f..afc843c0 100644
--- a/scripts/left-right-schema.rnc
+++ b/scripts/left-right-schema.rnc
@@ -121,7 +121,6 @@ child_id = attribute child_id { sql_id }
child_bool = attribute reissue { "yes" }?
child_payload = (attribute bsc_id { xsd:token { maxLength="1024" } }?,
- attribute child_db_id { xsd:token { maxLength="1024" } }?,
peer_ta?)
child_elt |= element child { ctl_cq, self_id, child_bool, child_payload }