From 0e1dbd520147538a2fa9625cebb9524769c3f25f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 28 Aug 2007 15:59:48 +0000 Subject: Remove req_* attributes from left-right response. svn path=/docs/left-right-xml; revision=919 --- scripts/left-right-protocol-samples/pdu.062.xml | 2 +- scripts/left-right-schema.rnc | 5 +---- scripts/left-right-schema.rng | 21 --------------------- 3 files changed, 2 insertions(+), 26 deletions(-) (limited to 'scripts') diff --git a/scripts/left-right-protocol-samples/pdu.062.xml b/scripts/left-right-protocol-samples/pdu.062.xml index 660ff07c..086fddc8 100644 --- a/scripts/left-right-protocol-samples/pdu.062.xml +++ b/scripts/left-right-protocol-samples/pdu.062.xml @@ -3,6 +3,6 @@ - + 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" } }? }* ) } diff --git a/scripts/left-right-schema.rng b/scripts/left-right-schema.rng index 5bd0391e..a0d826a3 100644 --- a/scripts/left-right-schema.rng +++ b/scripts/left-right-schema.rng @@ -873,27 +873,6 @@ - - - - 1024 - - - - - - - 1024 - - - - - - - 1024 - - - -- cgit v1.2.3