diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-07 05:06:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-07 05:06:24 +0000 |
commit | 513a94a241f036faf86e28e4cbf0388632fafe2b (patch) | |
tree | cec3442f3b34eecfb3f110f38e675ad1e6706151 /scripts/left-right-schema.rnc | |
parent | 1a623c6e118f1a09ae8307b303e943d2c70e8510 (diff) |
crl_interval
svn path=/scripts/left-right-protocol-samples/pdu.003.xml; revision=1262
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 31c6348c..b25ebc09 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -48,10 +48,12 @@ self_bool = (attribute rekey { "yes" }?, attribute publish_world_now { "yes" }?, attribute clear_extension_preferences { "yes" }?) -self_payload = element extension_preference { - attribute name { xsd:token { maxLength="1024" } }, - xsd:string { maxLength="512000" } -}* +self_payload = (attribute use_hsm { "yes" | "no" }?, + attribute crl_interval { xsd:token { maxLength="1024" } }?, + element extension_preference { + attribute name { xsd:token { maxLength="1024" } }, + xsd:string { maxLength="512000" } + }*) self_id = attribute self_id { sql_id } |