diff options
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 } |