From 1b68a93595a90482f18d6e026aa5b71c40326912 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 28 May 2008 03:07:41 +0000 Subject: Nits svn path=/rpkid/publication-schema.rnc; revision=1824 --- rpkid/publication-schema.rnc | 4 ---- 1 file changed, 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" } - # element (use restricted to repository operator) client_id = attribute client_id { xsd:nonNegativeInteger } -- cgit v1.2.3