aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-02-23 21:32:14 +0000
committerRob Austein <sra@hactrn.net>2010-02-23 21:32:14 +0000
commit9402b4d64310648f34f957cebc8875d150f72858 (patch)
tree976ea0e74b0bfa6468e6831324d5d84b4adc5edf
parent3b445b13595d2a4764552a9b547d30226cb1eca3 (diff)
Doh, list of ASNs, not single ASN
svn path=/rpkid/left-right-schema.rnc; revision=3000
-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 }?
}