diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-28 03:07:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-28 03:07:41 +0000 |
commit | 1b68a93595a90482f18d6e026aa5b71c40326912 (patch) | |
tree | 635a56b7e2ea6631077a7fdb4d8eabbde7630061 | |
parent | 7cea8615728676650e4e763fd9bea3f2006f8b80 (diff) |
Nits
svn path=/rpkid/publication-schema.rnc; revision=1824
-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 } |