diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-16 19:30:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-16 19:30:08 +0000 |
commit | 3fe17b4c1a00774b6ec3cd2cf8444437005f13dc (patch) | |
tree | 87adcae327569731c875761bd8e60b444bab852e /scripts/left-right-schema.rng | |
parent | fb0d4a3339aee9f077988bdd773f1bc07f498aaf (diff) |
Cleanup
svn path=/docs/left-right-xml; revision=973
Diffstat (limited to 'scripts/left-right-schema.rng')
-rw-r--r-- | scripts/left-right-schema.rng | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/left-right-schema.rng b/scripts/left-right-schema.rng index a0d826a3..39c6e365 100644 --- a/scripts/left-right-schema.rng +++ b/scripts/left-right-schema.rng @@ -411,14 +411,14 @@ </attribute> </optional> <optional> - <attribute name="bsc_link"> + <attribute name="bsc_id"> <data type="token"> <param name="maxLength">1024</param> </data> </attribute> </optional> <optional> - <attribute name="repository_link"> + <attribute name="repository_id"> <data type="token"> <param name="maxLength">1024</param> </data> @@ -517,7 +517,7 @@ </define> <define name="child_payload"> <optional> - <attribute name="bsc_link"> + <attribute name="bsc_id"> <data type="token"> <param name="maxLength">1024</param> </data> @@ -623,7 +623,7 @@ </attribute> </optional> <optional> - <attribute name="bsc_link"> + <attribute name="bsc_id"> <data type="token"> <param name="maxLength">1024</param> </data> |