diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-19 06:32:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-19 06:32:24 +0000 |
commit | f190b3df68d5f5d3e2f67c0e920228d9f3faa5fe (patch) | |
tree | 79cd205d1ee1a2e2edde82d8a17ef6a68573c38d /scripts/left-right-schema.rnc | |
parent | 3ba0a5a2652a6d30374dda305555df7fb0902709 (diff) |
Bugfixes
svn path=/docs/left-right-xml; revision=777
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 4 |
1 files changed, 2 insertions, 2 deletions
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" } }?, |