From f190b3df68d5f5d3e2f67c0e920228d9f3faa5fe Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 19 Jul 2007 06:32:24 +0000 Subject: Bugfixes svn path=/docs/left-right-xml; revision=777 --- scripts/left-right-schema.rnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/left-right-schema.rnc') diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 52f7fd82..81667d00 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -55,7 +55,7 @@ attribute self_id { xsd:token { maxLength="1024" } }, attribute parent_id { xsd:token { maxLength="1024" } }?, attribute peer_contact { xsd:anyURI { maxLength="1024" } }?, - attribute sia_head { xsd:anyURI { maxLength="1024" } }?, + attribute sia_base { xsd:anyURI { maxLength="1024" } }?, attribute bsc_link { xsd:token { maxLength="1024" } }?, attribute repository_link { xsd:token { maxLength="1024" } }?, attribute rekey { "yes" }?, @@ -104,7 +104,7 @@ attribute child_id { xsd:token { maxLength="1024" } }?, attribute valid_until { xsd:token { maxLength="1024" } }?, element resource_class { - attribute subject { 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" } }?, -- cgit v1.2.3