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

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

Summary

Details

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