aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-01 20:22:57 +0000
committerRob Austein <sra@hactrn.net>2007-10-01 20:22:57 +0000
commit20f735ac7884111b47bd8ba974ed3e8fd1242e89 (patch)
treeb957f1a784408c57bbb9466f8738b1cb621c9b6f /scripts/left-right-schema.rnc
parentdc31da6d5e3c663e384a058142b920e092730268 (diff)
Get rid of resource class silliness in left-right protocol.
svn path=/docs/left-right-xml; revision=1067
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r--scripts/left-right-schema.rnc10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc
index 2ed54032..40f05314 100644
--- a/scripts/left-right-schema.rnc
+++ b/scripts/left-right-schema.rnc
@@ -182,12 +182,10 @@ list_resources_elt = element list_resources {
( attribute type { "query" }, self_id, child_id? ) |
( attribute type { "reply" }, self_id, child_id?,
attribute valid_until { xsd:token { maxLength="1024" } }?,
- element resource_class {
- 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 subject_name { xsd:token { maxLength="1024" } }?,
+ attribute as { xsd:token { maxLength="1024" } }?,
+ attribute ipv4 { xsd:token { maxLength="1024" } }?,
+ attribute ipv6 { xsd:token { maxLength="1024" } }?
)
}