aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/left-right-schema.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc
index fba1d673..07dd09b4 100644
--- a/rpkid/left-right-schema.rnc
+++ b/rpkid/left-right-schema.rnc
@@ -35,8 +35,8 @@ reply_elt |= repository_reply
reply_elt |= list_resources_reply
reply_elt |= list_roa_requests_reply
reply_elt |= list_published_objects_reply
-reply_elt |= report_error_reply
reply_elt |= list_received_resources_reply
+reply_elt |= report_error_reply
# Tag attributes for bulk operations
tag = attribute tag { xsd:token {maxLength="1024" } }?
@@ -249,7 +249,7 @@ list_received_resources_reply = element list_received_resources {
attribute uri { uri },
attribute sia_uri { uri },
attribute aia_uri { uri },
- attribute asn { xsd:positiveInteger }?,
+ attribute asn { asn_list }?,
attribute ipv4 { ipv4_list }?,
attribute ipv6 { ipv6_list }?
}