diff options
Diffstat (limited to 'schemas/relaxng/publication-schema.rng')
-rw-r--r-- | schemas/relaxng/publication-schema.rng | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/relaxng/publication-schema.rng b/schemas/relaxng/publication-schema.rng index c257b6bc..72a77ad4 100644 --- a/schemas/relaxng/publication-schema.rng +++ b/schemas/relaxng/publication-schema.rng @@ -22,6 +22,9 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> <grammar ns="http://www.hactrn.net/uris/rpki/publication-spec/" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> + <define name="version"> + <value>1</value> + </define> <!-- Top level PDU --> <start> <element name="msg"> |