diff options
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"/> |