Last modified by Helena on 2025/09/10 11:19

From version 2.18
edited by Helena
on 2025/05/21 15:13
Change comment: There is no comment for this version
To version 2.17
edited by Helena
on 2025/05/21 15:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1281,37 +1281,47 @@
1281 1281  
1282 1282  Examples of wildcarded identifier components for an identified object type of Codelist are shown below.
1283 1283  
1284 -//AgencyID = %
1284 +AgencyID = %
1285 +
1285 1285  Id = %
1286 -Version = %//
1287 1287  
1288 +Version = %
1289 +
1288 1288  This subscribes to all Codelists of all versions for all agencies.
1289 1289  
1290 -//AgencyID = AGENCY1
1292 +AgencyID = AGENCY1
1293 +
1291 1291  Id = CODELIST1
1292 -Version = %//
1293 1293  
1296 +Version = %
1297 +
1294 1294  This subscribes to all versions of Codelist CODELIST1 maintained by the agency
1295 1295  
1296 -//AGENCY1
1300 +AGENCY1
1301 +
1297 1297  AgencyID = AGENCY1
1303 +
1298 1298  Id = %
1299 -Version = %//
1300 1300  
1306 +Version = %
1307 +
1301 1301  This subscribes to all versions of all Codelist objects maintained by the agency
1302 1302  
1303 -//AGENCY1
1310 +AGENCY1
1311 +
1304 1304  AgencyID = %
1313 +
1305 1305  Id = CODELIST1
1306 -Version = %//
1307 1307  
1316 +Version = %
1317 +
1308 1308  This subscribes to all versions of Codelist CODELIST1 maintained by the agency
1309 1309  
1310 -//AGENCY1//
1320 +AGENCY1
1311 1311  
1312 1312  Note that if the subscription is to the latest version then this can be achieved by the * character
1313 1313  
1314 -//i.e. Version = *//
1324 +i.e. Version = *
1315 1315  
1316 1316  Note that a subscription using the URN mechanism cannot use wildcard characters.
1317 1317