diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-18 18:55:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-18 18:55:17 +0000 |
commit | cdc2a1b44290652a3d4e233cf905a8f503acb95d (patch) | |
tree | e895fe93f420103534347b7fae9998d30bd28134 /scripts/left-right-schema.rnc | |
parent | 0c04890fc5108c58dd9ec0c241c45f6f1038408b (diff) |
Add clear_signing_certs and clear_extension_preferences attributes to left-right.
svn path=/docs/left-right-xml; revision=985
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index afc843c0..a197230f 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -44,7 +44,8 @@ self_bool = (attribute rekey { "yes" }?, attribute reissue { "yes" }?, attribute revoke { "yes" }?, attribute run_now { "yes" }?, - attribute publish_world_now { "yes" }?) + attribute publish_world_now { "yes" }?, + attribute clear_extension_preferences { "yes" }?) self_payload = element extension_preference { attribute name { xsd:token { maxLength="1024" } }, @@ -66,10 +67,11 @@ self_elt |= element self { ctl_dr, self_id } # <bsc/> element -bsc_bool = (attribute generate_keypair { "yes" }, - attribute key_type { xsd:token { maxLength="1024" } }?, - attribute hash_alg { xsd:token { maxLength="1024" } }?, - attribute key_length { xsd:token { maxLength="1024" } }?)? +bsc_bool = ((attribute generate_keypair { "yes" }, + attribute key_type { xsd:token { maxLength="1024" } }?, + attribute hash_alg { xsd:token { maxLength="1024" } }?, + attribute key_length { xsd:token { maxLength="1024" } }?)?, + attribute clear_signing_certs { "yes" }?) bsc_id = attribute bsc_id { sql_id } |