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).