diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-01 20:22:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-01 20:22:57 +0000 |
commit | 20f735ac7884111b47bd8ba974ed3e8fd1242e89 (patch) | |
tree | b957f1a784408c57bbb9466f8738b1cb621c9b6f /scripts/left-right-schema.rng | |
parent | dc31da6d5e3c663e384a058142b920e092730268 (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.rng')
-rw-r--r-- | scripts/left-right-schema.rng | 60 |
1 files changed, 28 insertions, 32 deletions
diff --git a/scripts/left-right-schema.rng b/scripts/left-right-schema.rng index 90738f9a..4c0b9133 100644 --- a/scripts/left-right-schema.rng +++ b/scripts/left-right-schema.rng @@ -840,38 +840,34 @@ </data> </attribute> </optional> - <zeroOrMore> - <element name="resource_class"> - <optional> - <attribute name="subject_name"> - <data type="token"> - <param name="maxLength">1024</param> - </data> - </attribute> - </optional> - <optional> - <attribute name="as"> - <data type="token"> - <param name="maxLength">1024</param> - </data> - </attribute> - </optional> - <optional> - <attribute name="ipv4"> - <data type="token"> - <param name="maxLength">1024</param> - </data> - </attribute> - </optional> - <optional> - <attribute name="ipv6"> - <data type="token"> - <param name="maxLength">1024</param> - </data> - </attribute> - </optional> - </element> - </zeroOrMore> + <optional> + <attribute name="subject_name"> + <data type="token"> + <param name="maxLength">1024</param> + </data> + </attribute> + </optional> + <optional> + <attribute name="as"> + <data type="token"> + <param name="maxLength">1024</param> + </data> + </attribute> + </optional> + <optional> + <attribute name="ipv4"> + <data type="token"> + <param name="maxLength">1024</param> + </data> + </attribute> + </optional> + <optional> + <attribute name="ipv6"> + <data type="token"> + <param name="maxLength">1024</param> + </data> + </attribute> + </optional> </group> </choice> </element> |