From 762971ceb132f01099f3f55d9244c0dcbb63a5a4 Mon Sep 17 00:00:00 2001 From: signedav Date: Fri, 24 Nov 2023 08:53:28 +0100 Subject: [PATCH] Update docs/background_info/oid_tid_generator.md Co-authored-by: Matthias Kuhn --- docs/background_info/oid_tid_generator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/background_info/oid_tid_generator.md b/docs/background_info/oid_tid_generator.md index 22c85dac9..d76f37bea 100644 --- a/docs/background_info/oid_tid_generator.md +++ b/docs/background_info/oid_tid_generator.md @@ -84,6 +84,7 @@ In the QGIS Project the default value expression for `t_ili_tid` is therefore th 'ch100000' || lpad( T_Id, 8, 0 ) ``` +assuming `ch` as the country code and `100000` as the registered OID prefix. #### `ANYOID` The `ANYOID` does not define a format of the OID but just that an OID needs to be defined in all the extended models. This domain is only used on topics that needs to be extended. There this sollution has some [limitations](#limitations).