diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-23 19:38:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-23 19:38:44 +0000 |
commit | ccadc0f114213b7daf920172393b65f71fb9a58a (patch) | |
tree | 922ca32b38a118db0bb3bbb6173cb1810aceeba9 /rpkid/left-right-schema.rng | |
parent | 2e80a2a7da0d83ed44368eba563c5d8a94b64d38 (diff) |
regen
svn path=/rpkid/left-right-schema.rng; revision=2997
Diffstat (limited to 'rpkid/left-right-schema.rng')
-rw-r--r-- | rpkid/left-right-schema.rng | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng index 94ba10a1..9f7d21cf 100644 --- a/rpkid/left-right-schema.rng +++ b/rpkid/left-right-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 2839 2009-10-27 18:53:00Z sra $ + $Id: left-right-schema.rnc 2995 2010-02-23 18:11:21Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -876,6 +876,47 @@ <ref name="base64"/> </element> </define> + <!-- <list_received_resources/> element --> + <define name="list_received_resources_query"> + <element name="list_received_resources"> + <ref name="tag"/> + <ref name="self_handle"/> + </element> + </define> + <define name="list_received_resources_reply"> + <element name="list_received_resources"> + <ref name="tag"/> + <ref name="self_handle"/> + <attribute name="asn"> + <data type="positiveInteger"/> + </attribute> + <attribute name="ipv4"> + <ref name="ipv4_list"/> + </attribute> + <attribute name="ipv6"> + <ref name="ipv6_list"/> + </attribute> + <attribute name="uri"> + <ref name="uri"/> + </attribute> + <attribute name="sia_uri"> + <ref name="uri"/> + </attribute> + <attribute name="aia_uri"> + <ref name="uri"/> + </attribute> + <attribute name="notBefore"> + <data type="dateTime"> + <param name="pattern">.*Z</param> + </data> + </attribute> + <attribute name="notAfter"> + <data type="dateTime"> + <param name="pattern">.*Z</param> + </data> + </attribute> + </element> + </define> <!-- <report_error/> element --> <define name="error"> <data type="token"> |