diff options
author | Rob Austein <sra@hactrn.net> | 2012-04-17 16:00:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-04-17 16:00:14 +0000 |
commit | b2758f76e29bd2d30dcad3b86a44825fdd320afa (patch) | |
tree | 9ff1c9d7b02c94142b0bc1bf422096d1e30d759d /rpkid/myrpki.rng | |
parent | 7e3dbedf0de90c748890117fb649af9bc2c6554d (diff) |
Make "valid_until" optional in schema for setup protocol. Fixes #237.
svn path=/trunk/; revision=4430
Diffstat (limited to 'rpkid/myrpki.rng')
-rw-r--r-- | rpkid/myrpki.rng | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rpkid/myrpki.rng b/rpkid/myrpki.rng index 5893f1e5..c4f7eb92 100644 --- a/rpkid/myrpki.rng +++ b/rpkid/myrpki.rng @@ -265,9 +265,11 @@ <attribute name="version"> <ref name="version"/> </attribute> - <attribute name="valid_until"> - <ref name="timestamp"/> - </attribute> + <optional> + <attribute name="valid_until"> + <ref name="timestamp"/> + </attribute> + </optional> <optional> <attribute name="service_uri"> <ref name="uri"/> |