diff options
-rw-r--r-- | rpkid/publication-schema.rnc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/publication-schema.rnc b/rpkid/publication-schema.rnc index a87befc3..8573f7f1 100644 --- a/rpkid/publication-schema.rnc +++ b/rpkid/publication-schema.rnc @@ -19,7 +19,6 @@ start = element msg { query_elt = ( client_query | certificate_query | crl_query | manifest_query | roa_query ) # PDUs allowed in a reply - reply_elt = ( client_reply | certificate_reply | crl_reply | manifest_reply | roa_reply | report_error_reply ) # Tag attributes for bulk operations @@ -32,9 +31,6 @@ base64 = xsd:base64Binary { maxLength="512000" } uri_t = xsd:anyURI { maxLength="4096" } uri = attribute uri { uri_t } -# Kinds of objects -obj_type = attribute type { "certificate" | "crl" | "manifest" | "roa" } - # <client/> element (use restricted to repository operator) client_id = attribute client_id { xsd:nonNegativeInteger } |