diff options
Diffstat (limited to 'rpkid/publication-schema.rng')
-rw-r--r-- | rpkid/publication-schema.rng | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index 5bc8a275..f1e87e2f 100644 --- a/rpkid/publication-schema.rng +++ b/rpkid/publication-schema.rng @@ -84,11 +84,15 @@ <ref name="uri_t"/> </attribute> </define> - <!-- Handles on remote objects (replaces passing raw SQL IDs) --> + <!-- + Handles on remote objects (replaces passing raw SQL IDs). NB: + Unlike the up-down protocol, handles in this protocol allow "/" as a + hierarchy delimiter. + --> <define name="object_handle"> <data type="string"> <param name="maxLength">255</param> - <param name="pattern">[\-_A-Za-z0-9]*</param> + <param name="pattern">[\-_A-Za-z0-9/]*</param> </data> </define> <!-- |