diff options
-rw-r--r-- | rpkid/publication-schema.rng | 13 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 13 |
2 files changed, 2 insertions, 24 deletions
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index 641980cb..77cc6561 100644 --- a/rpkid/publication-schema.rng +++ b/rpkid/publication-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 1822 2008-05-28 03:03:46Z sra $ + $Id: publication-schema.rnc 1824 2008-05-28 03:07:41Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -82,17 +82,6 @@ <ref name="uri_t"/> </attribute> </define> - <!-- Kinds of objects --> - <define name="obj_type"> - <attribute name="type"> - <choice> - <value>certificate</value> - <value>crl</value> - <value>manifest</value> - <value>roa</value> - </choice> - </attribute> - </define> <!-- <client/> element (use restricted to repository operator) --> <define name="client_id"> <attribute name="client_id"> diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index c7f605cb..87230bcf 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -1218,7 +1218,7 @@ up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodi ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 1822 2008-05-28 03:03:46Z sra $ + $Id: publication-schema.rnc 1824 2008-05-28 03:07:41Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -1300,17 +1300,6 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" en <ref name="uri_t"/> </attribute> </define> - <!-- Kinds of objects --> - <define name="obj_type"> - <attribute name="type"> - <choice> - <value>certificate</value> - <value>crl</value> - <value>manifest</value> - <value>roa</value> - </choice> - </attribute> - </define> <!-- <client/> element (use restricted to repository operator) --> <define name="client_id"> <attribute name="client_id"> |