aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rng
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.rng
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.rng')
-rw-r--r--scripts/left-right-schema.rng60
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>