diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-28 15:59:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-28 15:59:48 +0000 |
commit | 0e1dbd520147538a2fa9625cebb9524769c3f25f (patch) | |
tree | 9367f8d50b906542a70e2dc76bca255bec115426 /scripts/left-right-schema.rnc | |
parent | bcd8088bc4785c6da043fe1611a05b38c2d48056 (diff) |
Remove req_* attributes from left-right <list_resources/> response.
svn path=/docs/left-right-xml; revision=919
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 0ded0568..6cc222c7 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -185,10 +185,7 @@ list_resources_elt = element list_resources { attribute subject_name { xsd:token { maxLength="1024" } }?, attribute as { xsd:token { maxLength="1024" } }?, attribute ipv4 { xsd:token { maxLength="1024" } }?, - attribute ipv6 { xsd:token { maxLength="1024" } }?, - attribute req_as { xsd:token { maxLength="1024" } }?, - attribute req_ipv4 { xsd:token { maxLength="1024" } }?, - attribute req_ipv6 { xsd:token { maxLength="1024" } }? + attribute ipv6 { xsd:token { maxLength="1024" } }? }* ) } |