diff options
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 9ba5c7a8..7b3ab24f 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -160,7 +160,7 @@ ro_id = attribute route_origin_id { sql_id } ro_bool = attribute suppress_publication { "yes" }? -ro_payload = (attribute asn { xsd:token { maxLength="1024" } }?, +ro_payload = (attribute as_number { xsd:token { maxLength="1024" } }?, attribute ipv4 { xsd:token { maxLength="1024" } }?, attribute ipv6 { xsd:token { maxLength="1024" } }?) |