aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-07-19 06:32:24 +0000
committerRob Austein <sra@hactrn.net>2007-07-19 06:32:24 +0000
commitf190b3df68d5f5d3e2f67c0e920228d9f3faa5fe (patch)
tree79cd205d1ee1a2e2edde82d8a17ef6a68573c38d /scripts
parent3ba0a5a2652a6d30374dda305555df7fb0902709 (diff)
Bugfixes
svn path=/docs/left-right-xml; revision=777
Diffstat (limited to 'scripts')
-rw-r--r--scripts/left-right-protocol-samples/pdu.038.xml7
-rw-r--r--scripts/left-right-schema.rnc4
-rw-r--r--scripts/left-right-schema.rng4
3 files changed, 7 insertions, 8 deletions
diff --git a/scripts/left-right-protocol-samples/pdu.038.xml b/scripts/left-right-protocol-samples/pdu.038.xml
index 3c5c0f42..12c84f1d 100644
--- a/scripts/left-right-protocol-samples/pdu.038.xml
+++ b/scripts/left-right-protocol-samples/pdu.038.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="US-ASCII"?>
<!--Automatically generated, do not edit.-->
<msg xmlns="http://www.hactrn.net/uris/rpki/left-right-spec/" version="1" type="control_response">
- <child action="list" self_id="42" child_id="3">
- bsc_link="17"
- child_db_id="child_db_id"&gt;
- <peer_ta>cGVlcl90YQo=</peer_ta></child>
+ <child action="list" self_id="42" child_id="3" bsc_link="17" child_db_id="child_db_id">
+ <peer_ta>cGVlcl90YQo=</peer_ta>
+ </child>
</msg>
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" } }?,
diff --git a/scripts/left-right-schema.rng b/scripts/left-right-schema.rng
index 87a766e5..443635fd 100644
--- a/scripts/left-right-schema.rng
+++ b/scripts/left-right-schema.rng
@@ -190,7 +190,7 @@
</attribute>
</optional>
<optional>
- <attribute name="sia_head">
+ <attribute name="sia_base">
<data type="anyURI">
<param name="maxLength">1024</param>
</data>
@@ -394,7 +394,7 @@
<zeroOrMore>
<element name="resource_class">
<optional>
- <attribute name="subject">
+ <attribute name="subject_name">
<data type="token">
<param name="maxLength">1024</param>
</data>