aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-07 05:06:24 +0000
committerRob Austein <sra@hactrn.net>2007-11-07 05:06:24 +0000
commit513a94a241f036faf86e28e4cbf0388632fafe2b (patch)
treecec3442f3b34eecfb3f110f38e675ad1e6706151 /scripts/left-right-schema.rnc
parent1a623c6e118f1a09ae8307b303e943d2c70e8510 (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.rnc10
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 }