Changes for page Part II.Common Namespace

Last modified by Elena Yasinovskaya on 2025/09/10 11:19

From version 6.1
edited by Helena K.
on 2025/07/03 12:18
Change comment: There is no comment for this version
To version 5.3
edited by Helena K.
on 2025/07/03 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1140,7 +1140,7 @@
1140 1140  
1141 1141  **WildcardUrnVersionPart:** This refines the prefix, classes, agency, and maintainable id patterns to validate the version number part of a wildcarded URN reference ((<version_number)). It accounts for both legacy and semantic versioning (including late binding). It is meant to be further refined, although all parts after this are optional.
1142 1142  
1143 -Derived by restriction of WildcardUrnMaintainableIdPart.
1143 +Derived by restriction of WildcardUrnMaintainableIdPart.
1144 1144  Regular Expression Pattern: . +\((0|[1-9]\d*)(\.(0|[1-9]\d*))?\).*.+\((0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(\-(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+)|([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*))(\.(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+)|([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*~)~)~)*)?\).*.+\
1145 1145  
1146 1146  (((
... ... @@ -1163,732 +1163,732 @@
1163 1163  
1164 1164  **UrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of the URN (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1165 1165  
1166 -Derived by restriction of UrnVersionPart.
1166 +Derived by restriction of UrnVersionPart.
1167 1167  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1168 1168  
1169 1169  **UrnReferenceType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a URN reference (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1170 1170  
1171 -Derived by restriction of UrnReferenceVersionPart.
1171 +Derived by restriction of UrnReferenceVersionPart.
1172 1172  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?
1173 1173  
1174 1174  **WildcardUrnType:** The completes the refinement of the prefix, classes, agency, maintainable id, and version number patterns to validate the last, and optional, nested component part of a wildcarded URN reference (e.g. (<version_number>)<containerobject-id>.<object-id>\*). The nested patterns provide a complete validation of the URN pattern.
1175 1175  
1176 -Derived by restriction of WildcardUrnVersionPart.
1176 +Derived by restriction of WildcardUrnVersionPart.
1177 1177  Regular Expression Pattern: . +\)(\.[A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)*)?.+\)(\.\*(\.\*)*)?
1178 1178  
1179 1179  **MaintainableUrnType:** Restricts the URN so that the pattern ends after the version part.
1180 1180  
1181 -Derived by restriction of UrnType.
1181 +Derived by restriction of UrnType.
1182 1182  Regular Expression Pattern: . +\)
1183 1183  
1184 1184  **MaintainableUrnReferenceType:** Restricts the URN reference so that the pattern ends after the version part.
1185 1185  
1186 -Derived by restriction of UrnReferenceType.
1186 +Derived by restriction of UrnReferenceType.
1187 1187  Regular Expression Pattern: . +\)
1188 1188  
1189 1189  **ComponentUrnType:** Restricts the URN so that the pattern ends after the first component part.
1190 1190  
1191 -Derived by restriction of UrnType.
1191 +Derived by restriction of UrnType.
1192 1192  Regular Expression Pattern: . +\)\.[A-Za-z0-9_@$\-]+
1193 1193  
1194 1194  **ComponentUrnReferenceType:** Restricts the URN reference so that the pattern ends after the first component part.
1195 1195  
1196 -Derived by restriction of UrnReferenceType.
1196 +Derived by restriction of UrnReferenceType.
1197 1197  Regular Expression Pattern: . +\)\.[A-Za-z0-9_@$\-]+
1198 1198  
1199 1199  **AgencyUrnType:** Urn type for an agency.
1200 1200  
1201 -Derived by restriction of ComponentUrnType.
1201 +Derived by restriction of ComponentUrnType.
1202 1202  Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(1\.0\).+
1203 1203  
1204 1204  **AgencySchemeUrnType:** Urn type for an agency scheme.
1205 1205  
1206 -Derived by restriction of MaintainableUrnType.
1206 +Derived by restriction of MaintainableUrnType.
1207 1207  Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(1\.0\)
1208 1208  
1209 1209  **DataConsumerUrnType:** Urn type for a data consumer.
1210 1210  
1211 -Derived by restriction of ComponentUrnType.
1211 +Derived by restriction of ComponentUrnType.
1212 1212  Regular Expression Pattern: . +\.base\.DataConsumer=.+:DATA_CONSUMERS\(1\.0\).+
1213 1213  
1214 1214  **DataConsumerSchemeUrnType:** Urn type for a data consumer scheme.
1215 1215  
1216 -Derived by restriction of MaintainableUrnType.
1216 +Derived by restriction of MaintainableUrnType.
1217 1217  Regular Expression Pattern: . +\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(1\.0\)
1218 1218  
1219 1219  **DataProviderUrnType:** Urn type for a data provider.
1220 1220  
1221 -Derived by restriction of ComponentUrnType.
1221 +Derived by restriction of ComponentUrnType.
1222 1222  Regular Expression Pattern: . +\.base\.DataProvider=.+:DATA_PROVIDERS\(1\.0\).+
1223 1223  
1224 1224  **DataProviderSchemeUrnType:** Urn type for a data provider scheme.
1225 1225  
1226 -Derived by restriction of MaintainableUrnType.
1226 +Derived by restriction of MaintainableUrnType.
1227 1227  Regular Expression Pattern: . +\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(1\.0\)
1228 1228  
1229 1229  **MetadataProviderUrnType:** Urn type for a metadata provider.
1230 1230  
1231 -Derived by restriction of ComponentUrnType.
1231 +Derived by restriction of ComponentUrnType.
1232 1232  Regular Expression Pattern: . +\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(1\.0\).+
1233 1233  
1234 1234  **MetadataProviderSchemeUrnType:** Urn type for a metadata provider scheme.
1235 1235  
1236 -Derived by restriction of MaintainableUrnType.
1236 +Derived by restriction of MaintainableUrnType.
1237 1237  Regular Expression Pattern: . +\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(1\.0\)
1238 1238  
1239 1239  **OrganisationUnitUrnType:** Urn type for an organisation unit.
1240 1240  
1241 -Derived by restriction of ComponentUrnType.
1241 +Derived by restriction of ComponentUrnType.
1242 1242  Regular Expression Pattern: . +\.base\.OrganisationUnit=.+\(1\.0\).+
1243 1243  
1244 1244  **OrganisationUnitSchemeUrnType:** Urn type for an organisation unit scheme.
1245 1245  
1246 -Derived by restriction of MaintainableUrnType.
1246 +Derived by restriction of MaintainableUrnType.
1247 1247  Regular Expression Pattern: . +\.base\.OrganisationUnitScheme=.+\(1\.0\)
1248 1248  
1249 1249  **CategorisationUrnType:** Urn type for a categorisation.
1250 1250  
1251 -Derived by restriction of MaintainableUrnType.
1251 +Derived by restriction of MaintainableUrnType.
1252 1252  Regular Expression Pattern: . +\.categoryscheme\.Categorisation=.+
1253 1253  
1254 1254  **CategoryUrnType:** Urn type for a category.
1255 1255  
1256 -Derived by restriction of UrnType.
1256 +Derived by restriction of UrnType.
1257 1257  Regular Expression Pattern: . +\.categoryscheme\.Category=.+
1258 1258  
1259 1259  **CategorySchemeUrnType:** Urn type for a category scheme.
1260 1260  
1261 -Derived by restriction of MaintainableUrnType.
1261 +Derived by restriction of MaintainableUrnType.
1262 1262  Regular Expression Pattern: . +\.categoryscheme\.CategoryScheme=.+
1263 1263  
1264 1264  **ReportingCategoryUrnType:** Urn type for a reporting category.
1265 1265  
1266 -Derived by restriction of UrnType.
1266 +Derived by restriction of UrnType.
1267 1267  Regular Expression Pattern: . +\.categoryscheme\.ReportingCategory=.+
1268 1268  
1269 1269  **ReportingTaxonomyUrnType:** Urn type for a reporting taxonomy.
1270 1270  
1271 -Derived by restriction of MaintainableUrnType.
1271 +Derived by restriction of MaintainableUrnType.
1272 1272  Regular Expression Pattern: . +\.categoryscheme\.ReportingTaxonomy=.+
1273 1273  
1274 1274  **CodeUrnType:** Urn type for a code.
1275 1275  
1276 -Derived by restriction of ComponentUrnType.
1276 +Derived by restriction of ComponentUrnType.
1277 1277  Regular Expression Pattern: . +\.codelist\.Code=.+
1278 1278  
1279 1279  **CodelistUrnType:** Urn type for a codelist.
1280 1280  
1281 -Derived by restriction of MaintainableUrnType.
1281 +Derived by restriction of MaintainableUrnType.
1282 1282  Regular Expression Pattern: . +\.codelist\.Codelist=.+
1283 1283  
1284 1284  **HierarchicalCodeUrnType:** Urn type for a hierarchical code.
1285 1285  
1286 -Derived by restriction of UrnType.
1286 +Derived by restriction of UrnType.
1287 1287  Regular Expression Pattern: . +\.codelist\.HierarchicalCode=.+
1288 1288  
1289 1289  **HierarchyUrnType:** Urn type for a hierarchy.
1290 1290  
1291 -Derived by restriction of MaintainableUrnType.
1291 +Derived by restriction of MaintainableUrnType.
1292 1292  Regular Expression Pattern: . +\.codelist\.Hierarchy=.+
1293 1293  
1294 1294  **HierarchyAssociationUrnType:** Urn type for a hierarchy association.
1295 1295  
1296 -Derived by restriction of MaintainableUrnType.
1296 +Derived by restriction of MaintainableUrnType.
1297 1297  Regular Expression Pattern: . +\.codelist\.HierarchyAssociation=.+
1298 1298  
1299 1299  **LevelUrnType:** Urn type for a level.
1300 1300  
1301 -Derived by restriction of ComponentUrnType.
1301 +Derived by restriction of ComponentUrnType.
1302 1302  Regular Expression Pattern: . +\.codelist\.Level=.+
1303 1303  
1304 1304  **ValueListUrnType:** Urn type for a value list.
1305 1305  
1306 -Derived by restriction of MaintainableUrnType.
1306 +Derived by restriction of MaintainableUrnType.
1307 1307  Regular Expression Pattern: . +\.codelist\.ValueList=.+
1308 1308  
1309 1309  **ConceptUrnType:** Urn type for a concept.
1310 1310  
1311 -Derived by restriction of ComponentUrnType.
1311 +Derived by restriction of ComponentUrnType.
1312 1312  Regular Expression Pattern: . +\.conceptscheme\.Concept=.+
1313 1313  
1314 1314  **ConceptSchemeUrnType:** Urn type for a concept scheme.
1315 1315  
1316 -Derived by restriction of MaintainableUrnType.
1316 +Derived by restriction of MaintainableUrnType.
1317 1317  Regular Expression Pattern: . +\.conceptscheme\.ConceptScheme=.+
1318 1318  
1319 1319  **AttributeDescriptorUrnType:** Urn type for an attribute descriptor.
1320 1320  
1321 -Derived by restriction of ComponentUrnType.
1321 +Derived by restriction of ComponentUrnType.
1322 1322  Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+
1323 1323  
1324 1324  **DataAttributeUrnType:** Urn type for a data attribute.
1325 1325  
1326 -Derived by restriction of ComponentUrnType.
1326 +Derived by restriction of ComponentUrnType.
1327 1327  Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+
1328 1328  
1329 1329  **DataflowUrnType:** Urn type for a dataflow.
1330 1330  
1331 -Derived by restriction of MaintainableUrnType.
1331 +Derived by restriction of MaintainableUrnType.
1332 1332  Regular Expression Pattern: . +\.datastructure\.Dataflow=.+
1333 1333  
1334 1334  **DataStructureUrnType:** Urn type for a data structure.
1335 1335  
1336 -Derived by restriction of MaintainableUrnType.
1336 +Derived by restriction of MaintainableUrnType.
1337 1337  Regular Expression Pattern: . +\.datastructure\.DataStructure=.+
1338 1338  
1339 1339  **DimensionUrnType:** Urn type for a dimension.
1340 1340  
1341 -Derived by restriction of ComponentUrnType.
1341 +Derived by restriction of ComponentUrnType.
1342 1342  Regular Expression Pattern: . +\.datastructure\.Dimension=.+
1343 1343  
1344 1344  **DimensionDescriptorUrnType:** Urn type for a dimension descriptor.
1345 1345  
1346 -Derived by restriction of ComponentUrnType.
1346 +Derived by restriction of ComponentUrnType.
1347 1347  Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+
1348 1348  
1349 1349  **GroupDimensionDescriptorUrnType:** Urn type for a group dimension descriptor.
1350 1350  
1351 -Derived by restriction of ComponentUrnType.
1351 +Derived by restriction of ComponentUrnType.
1352 1352  Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+
1353 1353  
1354 1354  **MeasureUrnType:** Urn type for a measure.
1355 1355  
1356 -Derived by restriction of ComponentUrnType.
1356 +Derived by restriction of ComponentUrnType.
1357 1357  Regular Expression Pattern: . +\.datastructure\.Measure=.+
1358 1358  
1359 1359  **MeasureDescriptorUrnType:** Urn type for a measure descriptor.
1360 1360  
1361 -Derived by restriction of ComponentUrnType.
1361 +Derived by restriction of ComponentUrnType.
1362 1362  Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+
1363 1363  
1364 1364  **TimeDimensionUrnType:** Urn type for a time dimension.
1365 1365  
1366 -Derived by restriction of ComponentUrnType.
1366 +Derived by restriction of ComponentUrnType.
1367 1367  Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+
1368 1368  
1369 1369  **MetadataAttributeUrnType:** Urn type for a metadata attibute.
1370 1370  
1371 -Derived by restriction of UrnType.
1371 +Derived by restriction of UrnType.
1372 1372  Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+
1373 1373  
1374 1374  **MetadataflowUrnType:** Urn type for a metadataflow.
1375 1375  
1376 -Derived by restriction of MaintainableUrnType.
1376 +Derived by restriction of MaintainableUrnType.
1377 1377  Regular Expression Pattern: . +\.metadatastructure\.Metadataflow=.+
1378 1378  
1379 1379  **MetadataSetUrnType:** Urn type for a metadata set.
1380 1380  
1381 -Derived by restriction of MaintainableUrnType.
1381 +Derived by restriction of MaintainableUrnType.
1382 1382  Regular Expression Pattern: . +\.metadatastructure\.MetadataSet=.+
1383 1383  
1384 1384  **MetadataStructureUrnType:** Urn type for a metadata structure.
1385 1385  
1386 -Derived by restriction of MaintainableUrnType.
1386 +Derived by restriction of MaintainableUrnType.
1387 1387  Regular Expression Pattern: . +\.metadatastructure\.MetadataStructure=.+
1388 1388  
1389 1389  **ProcessUrnType:** Urn type for a process.
1390 1390  
1391 -Derived by restriction of MaintainableUrnType.
1391 +Derived by restriction of MaintainableUrnType.
1392 1392  Regular Expression Pattern: . +\.process\.Process=.+
1393 1393  
1394 1394  **ProcessStepUrnType:** Urn type for a process step.
1395 1395  
1396 -Derived by restriction of UrnType.
1396 +Derived by restriction of UrnType.
1397 1397  Regular Expression Pattern: . +\.process\.ProcessStep=.+
1398 1398  
1399 1399  **TransitionUrnType:** Urn type for a transition.
1400 1400  
1401 -Derived by restriction of UrnType.
1401 +Derived by restriction of UrnType.
1402 1402  Regular Expression Pattern: .+\.process\.Transition=.+
1403 1403  
1404 1404  **DataConstraintUrnType:** Urn type for a data constraint.
1405 1405  
1406 -Derived by restriction of MaintainableUrnType.
1406 +Derived by restriction of MaintainableUrnType.
1407 1407  Regular Expression Pattern: . +\.registry\.DataConstraint=.+
1408 1408  
1409 1409  **MetadataConstraintUrnType:** Urn type for a metadata constraint.
1410 1410  
1411 -Derived by restriction of MaintainableUrnType.
1411 +Derived by restriction of MaintainableUrnType.
1412 1412  Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+
1413 1413  
1414 1414  **MetadataProvisionAgreementUrnType:** Urn type for a metadata provision agreement.
1415 1415  
1416 -Derived by restriction of MaintainableUrnType.
1416 +Derived by restriction of MaintainableUrnType.
1417 1417  Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+
1418 1418  
1419 1419  **ProvisionAgreementUrnType:** Urn type for a provision agreement.
1420 1420  
1421 -Derived by restriction of MaintainableUrnType.
1421 +Derived by restriction of MaintainableUrnType.
1422 1422  Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+
1423 1423  
1424 1424  **CategorySchemeMapUrnType:** Urn type for a category scheme map.
1425 1425  
1426 -Derived by restriction of MaintainableUrnType.
1426 +Derived by restriction of MaintainableUrnType.
1427 1427  Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+
1428 1428  
1429 1429  **ConceptSchemeMapUrnType:** Urn type for a concept scheme map.
1430 1430  
1431 -Derived by restriction of MaintainableUrnType.
1431 +Derived by restriction of MaintainableUrnType.
1432 1432  Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+
1433 1433  
1434 1434  **DatePatternMapUrnType:** Urn type for a date pattern map.
1435 1435  
1436 -Derived by restriction of ComponentUrnType.
1436 +Derived by restriction of ComponentUrnType.
1437 1437  Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+
1438 1438  
1439 1439  **EpochMapUrnType:** Urn type for a epoch map.
1440 1440  
1441 -Derived by restriction of ComponentUrnType.
1441 +Derived by restriction of ComponentUrnType.
1442 1442  Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+
1443 1443  
1444 1444  **FrequencyFormatMappingUrnType:** Urn type for a frequency format mapping.
1445 1445  
1446 -Derived by restriction of ComponentUrnType.
1446 +Derived by restriction of ComponentUrnType.
1447 1447  Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+
1448 1448  
1449 1449  **OrganisationSchemeMapUrnType:** Urn type for a organisation scheme map.
1450 1450  
1451 -Derived by restriction of MaintainableUrnType.
1451 +Derived by restriction of MaintainableUrnType.
1452 1452  Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+
1453 1453  
1454 1454  **ReportingTaxonomyMapUrnType:** Urn type for a reporting taxonomy map.
1455 1455  
1456 -Derived by restriction of MaintainableUrnType.
1456 +Derived by restriction of MaintainableUrnType.
1457 1457  Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+
1458 1458  
1459 1459  **RepresentationMapUrnType:** Urn type for a representation map.
1460 1460  
1461 -Derived by restriction of MaintainableUrnType.
1461 +Derived by restriction of MaintainableUrnType.
1462 1462  Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+
1463 1463  
1464 1464  **StructureMapUrnType:** Urn type for a structure map.
1465 1465  
1466 -Derived by restriction of MaintainableUrnType.
1466 +Derived by restriction of MaintainableUrnType.
1467 1467  Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+
1468 1468  
1469 1469  **CustomTypeUrnType:** Urn type for a custom type.
1470 1470  
1471 -Derived by restriction of ComponentUrnType.
1471 +Derived by restriction of ComponentUrnType.
1472 1472  Regular Expression Pattern: . +\.transformation\.CustomType=.+
1473 1473  
1474 1474  **CustomTypeSchemeUrnType:** Urn type for a custom type scheme.
1475 1475  
1476 -Derived by restriction of MaintainableUrnType.
1476 +Derived by restriction of MaintainableUrnType.
1477 1477  Regular Expression Pattern: . +\.transformation\.CustomTypeScheme=.+
1478 1478  
1479 1479  **NamePersonalisationUrnType:** Urn type for a name personalisation.
1480 1480  
1481 -Derived by restriction of ComponentUrnType.
1481 +Derived by restriction of ComponentUrnType.
1482 1482  Regular Expression Pattern: . +\.transformation\.NamePersonalisation=.+
1483 1483  
1484 1484  **NamePersonalisationSchemeUrnType:** Urn type for a name personalisation scheme.
1485 1485  
1486 -Derived by restriction of MaintainableUrnType.
1486 +Derived by restriction of MaintainableUrnType.
1487 1487  Regular Expression Pattern: . +\.transformation\.NamePersonalisationScheme=.+
1488 1488  
1489 1489  **RulesetUrnType:** Urn type for a ruleset.
1490 1490  
1491 -Derived by restriction of ComponentUrnType.
1491 +Derived by restriction of ComponentUrnType.
1492 1492  Regular Expression Pattern: . +\.transformation\.Ruleset=.+
1493 1493  
1494 1494  **RulesetSchemeUrnType:** Urn type for a ruleste scheme.
1495 1495  
1496 -Derived by restriction of MaintainableUrnType.
1496 +Derived by restriction of MaintainableUrnType.
1497 1497  Regular Expression Pattern: . +\.transformation\.RulesetScheme=.+
1498 1498  
1499 1499  **TransformationUrnType:** Urn type for a transformation.
1500 1500  
1501 -Derived by restriction of ComponentUrnType.
1501 +Derived by restriction of ComponentUrnType.
1502 1502  Regular Expression Pattern: . +\.transformation\.Transformation=.+
1503 1503  
1504 1504  **TransformationSchemeUrnType:** Urn type for a transformation scheme.
1505 1505  
1506 -Derived by restriction of MaintainableUrnType.
1506 +Derived by restriction of MaintainableUrnType.
1507 1507  Regular Expression Pattern: . +\.transformation\.TransformationScheme=.+
1508 1508  
1509 1509  **UserDefinedOperatorUrnType:** Urn type for a user defined operator.
1510 1510  
1511 -Derived by restriction of ComponentUrnType.
1511 +Derived by restriction of ComponentUrnType.
1512 1512  Regular Expression Pattern: . +\.transformation\.UserDefinedOperator=.+
1513 1513  
1514 1514  **UserDefinedOperatorSchemeUrnType:** Urn type for a user defined operator scheme.
1515 1515  
1516 -Derived by restriction of MaintainableUrnType.
1516 +Derived by restriction of MaintainableUrnType.
1517 1517  Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+
1518 1518  
1519 1519  **VtlMappingUrnType:** Urn type for a VTL mapping.
1520 1520  
1521 -Derived by restriction of ComponentUrnType.
1521 +Derived by restriction of ComponentUrnType.
1522 1522  Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+
1523 1523  
1524 1524  **VtlMappingSchemeUrnType:** Urn type for a VTL mapping scheme.
1525 1525  
1526 -Derived by restriction of MaintainableUrnType.
1526 +Derived by restriction of MaintainableUrnType.
1527 1527  Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+
1528 1528  
1529 1529  **StructureOrUsageReferenceType:** A reference type for a structure or structure usage.
1530 1530  
1531 -Derived by restriction of MaintainableUrnReferenceType.
1531 +Derived by restriction of MaintainableUrnReferenceType.
1532 1532  Regular Expression Pattern: . +\.datastructure\.DataStructure=.+.+\.datastructure\.Dataflow=.+.+\.metadatastructure\.MetadataStructure=.+.+\.metadatastructure\.Metadataflow=.+
1533 1533  
1534 1534  **StructureUsageReferenceType:** A reference type for structure usage.
1535 1535  
1536 -Derived by restriction of StructureOrUsageReferenceType.
1536 +Derived by restriction of StructureOrUsageReferenceType.
1537 1537  Regular Expression Pattern: . +\.datastructure\.Dataflow=.+.+\.metadatastructure\.Metadataflow=.+
1538 1538  
1539 1539  **StructureReferenceType:** A reference type for a structure.
1540 1540  
1541 -Derived by restriction of StructureOrUsageReferenceType.
1541 +Derived by restriction of StructureOrUsageReferenceType.
1542 1542  Regular Expression Pattern: . +\.datastructure\.DataStructure=.+.+\.metadatastructure\.MetadataStructure=.+
1543 1543  
1544 1544  **AnyCodelistReferenceType:** A reference type for a codelist or value list.
1545 1545  
1546 -Derived by restriction of MaintainableUrnReferenceType.
1546 +Derived by restriction of MaintainableUrnReferenceType.
1547 1547  Regular Expression Pattern: . +\.codelist\.Codelist=.+.+\.codelist\.ValueList=.+
1548 1548  
1549 1549  **OrganisationSchemeReferenceType:** A reference type for any type of organisation scheme.
1550 1550  
1551 -Derived by restriction of MaintainableUrnReferenceType.
1551 +Derived by restriction of MaintainableUrnReferenceType.
1552 1552  Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(.+\).+\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(.+\).+\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(.+\).+\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(.+\).+\.base\.OrganisationUnitScheme=.+
1553 1553  
1554 1554  **OrganisationReferenceType:** A reference type for any type of organisation.
1555 1555  
1556 -Derived by restriction of ComponentUrnReferenceType.
1556 +Derived by restriction of ComponentUrnReferenceType.
1557 1557  Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(.+\).+.+\.base\.DataConsumer=.+:DATA_CONSUMERS\(.+\).+.+\.base\.DataProvider=.+:DATA_PROVIDERS\(.+\).+.+\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(.+\).+.+\.base\.OrganisationUnit=.+
1558 1558  
1559 1559  **ConstraintReferenceType:** A reference for any type of constraint.
1560 1560  
1561 -Derived by restriction of MaintainableUrnReferenceType.
1561 +Derived by restriction of MaintainableUrnReferenceType.
1562 1562  Regular Expression Pattern: . +\.registry\.DataConstraint=.+.+\.registry\.MetadataConstraint=.+
1563 1563  
1564 1564  **AgencyReferenceType:** A reference type for an agency.
1565 1565  
1566 -Derived by restriction of OrganisationReferenceType.
1566 +Derived by restriction of OrganisationReferenceType.
1567 1567  Regular Expression Pattern: . +\.base\.Agency=.+:AGENCIES\(.+\).+
1568 1568  
1569 1569  **AgencySchemeReferenceType:** A reference type for an agency scheme.
1570 1570  
1571 -Derived by restriction of OrganisationSchemeReferenceType.
1571 +Derived by restriction of OrganisationSchemeReferenceType.
1572 1572  Regular Expression Pattern: . +\.base\.AgencyScheme=.+:AGENCIES\(.+\)
1573 1573  
1574 1574  **DataConsumerReferenceType:** A reference type for a data consumer.
1575 1575  
1576 -Derived by restriction of OrganisationReferenceType.
1576 +Derived by restriction of OrganisationReferenceType.
1577 1577  Regular Expression Pattern: . +\.base\.DataConsumer=.+:DATA_CONSUMERS\(.+\).+
1578 1578  
1579 1579  **DataConsumerSchemeReferenceType:** A reference type for a data consumer scheme.
1580 1580  
1581 -Derived by restriction of OrganisationSchemeReferenceType.
1581 +Derived by restriction of OrganisationSchemeReferenceType.
1582 1582  Regular Expression Pattern: . +\.base\.DataConsumerScheme=.+:DATA_CONSUMERS\(.+\)
1583 1583  
1584 1584  **DataProviderReferenceType:** A reference type for a data provider.
1585 1585  
1586 -Derived by restriction of OrganisationReferenceType.
1586 +Derived by restriction of OrganisationReferenceType.
1587 1587  Regular Expression Pattern: . +\.base\.DataProvider=.+:DATA_PROVIDERS\(.+\).+
1588 1588  
1589 1589  **DataProviderSchemeReferenceType:** A reference type for a data provider scheme.
1590 1590  
1591 -Derived by restriction of OrganisationSchemeReferenceType.
1591 +Derived by restriction of OrganisationSchemeReferenceType.
1592 1592  Regular Expression Pattern: . +\.base\.DataProviderScheme=.+:DATA_PROVIDERS\(.+\)
1593 1593  
1594 1594  **MetadataProviderReferenceType:** A reference type for a metadata provider.
1595 1595  
1596 -Derived by restriction of OrganisationReferenceType.
1596 +Derived by restriction of OrganisationReferenceType.
1597 1597  Regular Expression Pattern: . +\.base\.MetadataProvider=.+:METADATA_PROVIDERS\(.+\).+
1598 1598  
1599 1599  **MetadataProviderSchemeReferenceType:** A reference type for a metadata provider scheme.
1600 1600  
1601 -Derived by restriction of OrganisationSchemeReferenceType.
1601 +Derived by restriction of OrganisationSchemeReferenceType.
1602 1602  Regular Expression Pattern: . +\.base\.MetadataProviderScheme=.+:METADATA_PROVIDERS\(.+\)
1603 1603  
1604 1604  **OrganisationUnitReferenceType:** A reference type for an organisation unit.
1605 1605  
1606 -Derived by restriction of OrganisationReferenceType.
1606 +Derived by restriction of OrganisationReferenceType.
1607 1607  Regular Expression Pattern: . +\.base\.OrganisationUnit=.+
1608 1608  
1609 1609  **OrganisationUnitSchemeReferenceType:** A reference type for an organisation unit scheme.
1610 1610  
1611 -Derived by restriction of OrganisationSchemeReferenceType.
1611 +Derived by restriction of OrganisationSchemeReferenceType.
1612 1612  Regular Expression Pattern: . +\.base\.OrganisationUnitScheme=.+
1613 1613  
1614 1614  **CategorisationReferenceType:** A reference type for a categorisation.
1615 1615  
1616 -Derived by restriction of MaintainableUrnReferenceType.
1616 +Derived by restriction of MaintainableUrnReferenceType.
1617 1617  Regular Expression Pattern: . +\.categoryscheme\.Categorisation=.+
1618 1618  
1619 1619  **CategoryReferenceType:** A reference type for a category.
1620 1620  
1621 -Derived by restriction of UrnReferenceType.
1621 +Derived by restriction of UrnReferenceType.
1622 1622  Regular Expression Pattern: . +\.categoryscheme\.Category=.+
1623 1623  
1624 1624  **CategorySchemeReferenceType:** A reference type for a cateogry scheme.
1625 1625  
1626 -Derived by restriction of MaintainableUrnReferenceType.
1626 +Derived by restriction of MaintainableUrnReferenceType.
1627 1627  Regular Expression Pattern: . +\.categoryscheme\.CategoryScheme=.+
1628 1628  
1629 1629  **ReportingCategoryReferenceType:** A reference type for a reporting category.
1630 1630  
1631 -Derived by restriction of UrnReferenceType.
1631 +Derived by restriction of UrnReferenceType.
1632 1632  Regular Expression Pattern: . +\.categoryscheme\.ReportingCategory=.+
1633 1633  
1634 1634  **ReportingTaxonomyReferenceType:** A reference type for a reporting taxonomy.
1635 1635  
1636 -Derived by restriction of MaintainableUrnReferenceType.
1636 +Derived by restriction of MaintainableUrnReferenceType.
1637 1637  Regular Expression Pattern: . +\.categoryscheme\.ReportingTaxonomy=.+
1638 1638  
1639 1639  **CodeReferenceType:** A reference type for a code.
1640 1640  
1641 -Derived by restriction of ComponentUrnReferenceType.
1641 +Derived by restriction of ComponentUrnReferenceType.
1642 1642  Regular Expression Pattern: . +\.codelist\.Code=.+
1643 1643  
1644 1644  **CodelistReferenceType:** A reference type for a codelist.
1645 1645  
1646 -Derived by restriction of AnyCodelistReferenceType.
1646 +Derived by restriction of AnyCodelistReferenceType.
1647 1647  Regular Expression Pattern: . +\.codelist\.Codelist=.+
1648 1648  
1649 1649  **HierarchicalCodeReferenceType:** A reference type for a hierarchical code.
1650 1650  
1651 -Derived by restriction of UrnReferenceType.
1651 +Derived by restriction of UrnReferenceType.
1652 1652  Regular Expression Pattern: . +\.codelist\.HierarchicalCode=.+
1653 1653  
1654 1654  **HierarchyReferenceType:** A reference type for a hierarchy.
1655 1655  
1656 -Derived by restriction of MaintainableUrnReferenceType.
1656 +Derived by restriction of MaintainableUrnReferenceType.
1657 1657  Regular Expression Pattern: . +\.codelist\.Hierarchy=.+
1658 1658  
1659 1659  **HierarchyAssociationReferenceType:** A reference type for a hierarchy association.
1660 1660  
1661 -Derived by restriction of MaintainableUrnReferenceType.
1661 +Derived by restriction of MaintainableUrnReferenceType.
1662 1662  Regular Expression Pattern: . +\.codelist\.HierarchyAssociation=.+
1663 1663  
1664 1664  **LevelReferenceType:** A reference type for a level.
1665 1665  
1666 -Derived by restriction of ComponentUrnReferenceType.
1666 +Derived by restriction of ComponentUrnReferenceType.
1667 1667  Regular Expression Pattern: . +\.codelist\.Level=.+
1668 1668  
1669 1669  **ValueListReferenceType:** A reference type for a value list.
1670 1670  
1671 -Derived by restriction of AnyCodelistReferenceType.
1671 +Derived by restriction of AnyCodelistReferenceType.
1672 1672  Regular Expression Pattern: . +\.codelist\.ValueList=.+
1673 1673  
1674 1674  **ConceptReferenceType:** A reference type for a concept.
1675 1675  
1676 -Derived by restriction of ComponentUrnReferenceType.
1676 +Derived by restriction of ComponentUrnReferenceType.
1677 1677  Regular Expression Pattern: . +\.conceptscheme\.Concept=.+
1678 1678  
1679 1679  **ConceptSchemeReferenceType:** A reference type for a concept scheme.
1680 1680  
1681 -Derived by restriction of MaintainableUrnReferenceType.
1681 +Derived by restriction of MaintainableUrnReferenceType.
1682 1682  Regular Expression Pattern: . +\.conceptscheme\.ConceptScheme=.+
1683 1683  
1684 1684  **AttributeDescriptorReferenceType:** A reference type for an attribute descriptor.
1685 1685  
1686 -Derived by restriction of ComponentUrnReferenceType.
1686 +Derived by restriction of ComponentUrnReferenceType.
1687 1687  Regular Expression Pattern: . +\.datastructure\.AttributeDescriptor=.+
1688 1688  
1689 1689  **DataAttributeReferenceType:** A reference type for a data attribute.
1690 1690  
1691 -Derived by restriction of ComponentUrnReferenceType.
1691 +Derived by restriction of ComponentUrnReferenceType.
1692 1692  Regular Expression Pattern: . +\.datastructure\.DataAttribute=.+
1693 1693  
1694 1694  **DataflowReferenceType:** A reference type for a dataflow.
1695 1695  
1696 -Derived by restriction of StructureUsageReferenceType.
1696 +Derived by restriction of StructureUsageReferenceType.
1697 1697  Regular Expression Pattern: . +\.datastructure\.Dataflow=.+
1698 1698  
1699 1699  **DataStructureReferenceType:** A reference type for a data structure.
1700 1700  
1701 -Derived by restriction of StructureReferenceType.
1701 +Derived by restriction of StructureReferenceType.
1702 1702  Regular Expression Pattern: . +\.datastructure\.DataStructure=.+
1703 1703  
1704 1704  **DimensionReferenceType:** A reference type for a dimension.
1705 1705  
1706 -Derived by restriction of ComponentUrnReferenceType.
1706 +Derived by restriction of ComponentUrnReferenceType.
1707 1707  Regular Expression Pattern: . +\.datastructure\.Dimension=.+
1708 1708  
1709 1709  **DimensionDescriptorReferenceType:** A reference type for a dimension descriptor.
1710 1710  
1711 -Derived by restriction of ComponentUrnReferenceType.
1711 +Derived by restriction of ComponentUrnReferenceType.
1712 1712  Regular Expression Pattern: . +\.datastructure\.DimensionDescriptor=.+
1713 1713  
1714 1714  **GroupDimensionDescriptorReferenceType:** A reference type for a group dimension descriptor.
1715 1715  
1716 -Derived by restriction of ComponentUrnReferenceType.
1716 +Derived by restriction of ComponentUrnReferenceType.
1717 1717  Regular Expression Pattern: . +\.datastructure\.GroupDimensionDescriptor=.+
1718 1718  
1719 1719  **MeasureReferenceType:** A reference type for a measure.
1720 1720  
1721 -Derived by restriction of ComponentUrnReferenceType.
1721 +Derived by restriction of ComponentUrnReferenceType.
1722 1722  Regular Expression Pattern: . +\.datastructure\.Measure=.+
1723 1723  
1724 1724  **MeasureDescriptorReferenceType:** A reference type for a measure descriptor.
1725 1725  
1726 -Derived by restriction of ComponentUrnReferenceType.
1726 +Derived by restriction of ComponentUrnReferenceType.
1727 1727  Regular Expression Pattern: . +\.datastructure\.MeasureDescriptor=.+
1728 1728  
1729 1729  **TimeDimensionReferenceType:** A reference type for a time dimension.
1730 1730  
1731 -Derived by restriction of ComponentUrnReferenceType.
1731 +Derived by restriction of ComponentUrnReferenceType.
1732 1732  Regular Expression Pattern: . +\.datastructure\.TimeDimension=.+
1733 1733  
1734 1734  **MetadataAttributeReferenceType:** A reference type for a metadata attribute.
1735 1735  
1736 -Derived by restriction of UrnReferenceType.
1736 +Derived by restriction of UrnReferenceType.
1737 1737  Regular Expression Pattern: . +\.metadatastructure\.MetadataAttribute=.+
1738 1738  
1739 1739  **MetadataflowReferenceType:** A reference type for a metadataflow.
1740 1740  
1741 -Derived by restriction of StructureUsageReferenceType.
1741 +Derived by restriction of StructureUsageReferenceType.
1742 1742  Regular Expression Pattern: . +\.metadatastructure\.Metadataflow=.+
1743 1743  
1744 1744  **MetadataSetReferenceType:** A reference type for a metadata set.
1745 1745  
1746 -Derived by restriction of StructureReferenceType.
1746 +Derived by restriction of StructureReferenceType.
1747 1747  Regular Expression Pattern: . +\.metadatastructure\.MetadataSet=.+
1748 1748  
1749 1749  **MetadataStructureReferenceType:** A reference type for a metadata structure.
1750 1750  
1751 -Derived by restriction of StructureReferenceType.
1751 +Derived by restriction of StructureReferenceType.
1752 1752  Regular Expression Pattern: . +\.metadatastructure\.MetadataStructure=.+
1753 1753  
1754 1754  **ProcessReferenceType:** A reference type for a process.
1755 1755  
1756 -Derived by restriction of MaintainableUrnReferenceType.
1756 +Derived by restriction of MaintainableUrnReferenceType.
1757 1757  Regular Expression Pattern: . +\.process\.Process=.+
1758 1758  
1759 1759  **ProcessStepReferenceType:** A reference type for a process step.
1760 1760  
1761 -Derived by restriction of UrnReferenceType.
1761 +Derived by restriction of UrnReferenceType.
1762 1762  Regular Expression Pattern: . +\.process\.ProcessStep=.+
1763 1763  
1764 1764  **TransitionReferenceType:** A reference type for a transition.
1765 1765  
1766 -Derived by restriction of UrnReferenceType.
1766 +Derived by restriction of UrnReferenceType.
1767 1767  Regular Expression Pattern: . +\.process\.Transition=.+
1768 1768  
1769 1769  **DataConstraintReferenceType:** A reference type for a data constraint.
1770 1770  
1771 -Derived by restriction of ConstraintReferenceType.
1771 +Derived by restriction of ConstraintReferenceType.
1772 1772  Regular Expression Pattern: . +\.registry\.DataConstraint=.+
1773 1773  
1774 1774  **MetadataConstraintReferenceType:** A reference type for a metadata constraint.
1775 1775  
1776 -Derived by restriction of ConstraintReferenceType.
1776 +Derived by restriction of ConstraintReferenceType.
1777 1777  Regular Expression Pattern: . +\.registry\.MetadataConstraint=.+
1778 1778  
1779 1779  **MetadataProvisionAgreementReferenceType:** A reference type for a metadata provision agreement.
1780 1780  
1781 -Derived by restriction of MaintainableUrnReferenceType.
1781 +Derived by restriction of MaintainableUrnReferenceType.
1782 1782  Regular Expression Pattern: . +\.registry\.MetadataProvisionAgreement=.+
1783 1783  
1784 1784  **ProvisionAgreementReferenceType:** A reference type for a provision agreement.
1785 1785  
1786 -Derived by restriction of MaintainableUrnReferenceType.
1786 +Derived by restriction of MaintainableUrnReferenceType.
1787 1787  Regular Expression Pattern: . +\.registry\.ProvisionAgreement=.+
1788 1788  
1789 1789  **CategorySchemeMapReferenceType:** A reference type for a category scheme map.
1790 1790  
1791 -Derived by restriction of MaintainableUrnReferenceType.
1791 +Derived by restriction of MaintainableUrnReferenceType.
1792 1792  Regular Expression Pattern: . +\.structuremapping\.CategorySchemeMap=.+
1793 1793  
1794 1794  **ConceptSchemeMapReferenceType:** A reference type for a concept scheme map.
1795 1795  
1796 -Derived by restriction of MaintainableUrnReferenceType.
1796 +Derived by restriction of MaintainableUrnReferenceType.
1797 1797  Regular Expression Pattern: . +\.structuremapping\.ConceptSchemeMap=.+
1798 1798  
1799 1799  **DatePatternMapReferenceType:** A reference type for a date pattern map.
1800 1800  
1801 -Derived by restriction of ComponentUrnReferenceType.
1801 +Derived by restriction of ComponentUrnReferenceType.
1802 1802  Regular Expression Pattern: . +\.structuremapping\.DatePatternMap=.+
1803 1803  
1804 1804  **EpochMapReferenceType:** A reference type for an epoch map.
1805 1805  
1806 -Derived by restriction of ComponentUrnReferenceType.
1806 +Derived by restriction of ComponentUrnReferenceType.
1807 1807  Regular Expression Pattern: . +\.structuremapping\.EpochMap=.+
1808 1808  
1809 1809  **FrequencyFormatMappingReferenceType:** A reference type for a frequnecy format mapping.
1810 1810  
1811 -Derived by restriction of ComponentUrnReferenceType.
1811 +Derived by restriction of ComponentUrnReferenceType.
1812 1812  Regular Expression Pattern: . +\.structuremapping\.FrequencyFormatMapping=.+
1813 1813  
1814 1814  **OrganisationSchemeMapReferenceType:** A reference type for a organisation scheme map.
1815 1815  
1816 -Derived by restriction of MaintainableUrnReferenceType.
1816 +Derived by restriction of MaintainableUrnReferenceType.
1817 1817  Regular Expression Pattern: . +\.structuremapping\.OrganisationSchemeMap=.+
1818 1818  
1819 1819  **ReportingTaxonomyMapReferenceType:** A reference type for a reporting taxonomy map.
1820 1820  
1821 -Derived by restriction of MaintainableUrnReferenceType.
1821 +Derived by restriction of MaintainableUrnReferenceType.
1822 1822  Regular Expression Pattern: . +\.structuremapping\.ReportingTaxonomyMap=.+
1823 1823  
1824 1824  **RepresentationMapReferenceType:** A reference type for a representation map.
1825 1825  
1826 -Derived by restriction of MaintainableUrnReferenceType.
1826 +Derived by restriction of MaintainableUrnReferenceType.
1827 1827  Regular Expression Pattern: . +\.structuremapping\.RepresentationMap=.+
1828 1828  
1829 1829  **StructureMapReferenceType:** A reference type for a structure map.
1830 1830  
1831 -Derived by restriction of MaintainableUrnReferenceType.
1831 +Derived by restriction of MaintainableUrnReferenceType.
1832 1832  Regular Expression Pattern: . +\.structuremapping\.StructureMap=.+
1833 1833  
1834 1834  **CustomTypeReferenceType:** A reference type for a custom type.
1835 1835  
1836 -Derived by restriction of ComponentUrnReferenceType.
1836 +Derived by restriction of ComponentUrnReferenceType.
1837 1837  Regular Expression Pattern: . +\.transformation\.CustomType=.+
1838 1838  
1839 1839  **CustomTypeSchemeReferenceType:** A reference type for a custom type scheme.
1840 1840  
1841 -Derived by restriction of MaintainableUrnReferenceType.
1841 +Derived by restriction of MaintainableUrnReferenceType.
1842 1842  Regular Expression Pattern: . +\.transformation\.CustomTypeScheme=.+
1843 1843  
1844 1844  **NamePersonalisationReferenceType:** A reference type for a name personalisation.
1845 1845  
1846 -Derived by restriction of ComponentUrnReferenceType.
1846 +Derived by restriction of ComponentUrnReferenceType.
1847 1847  Regular Expression Pattern: . +\.transformation\.NamePersonalisation=.+
1848 1848  
1849 1849  **NamePersonalisationSchemeReferenceType:** A reference type for a name personalisation scheme.
1850 1850  
1851 -Derived by restriction of MaintainableUrnReferenceType.
1851 +Derived by restriction of MaintainableUrnReferenceType.
1852 1852  Regular Expression Pattern: . +\.transformation\.NamePersonalisationScheme=.+
1853 1853  
1854 1854  **RulesetReferenceType:** A reference type for a ruleset.
1855 1855  
1856 -Derived by restriction of ComponentUrnReferenceType.
1856 +Derived by restriction of ComponentUrnReferenceType.
1857 1857  Regular Expression Pattern: . +\.transformation\.Ruleset=.+
1858 1858  
1859 1859  **RulesetSchemeReferenceType:** A reference type for a ruleset scheme.
1860 1860  
1861 -Derived by restriction of MaintainableUrnReferenceType.
1861 +Derived by restriction of MaintainableUrnReferenceType.
1862 1862  Regular Expression Pattern: . +\.transformation\.RulesetScheme=.+
1863 1863  
1864 1864  **TransformationReferenceType:** A reference type for a transformation.
1865 1865  
1866 -Derived by restriction of ComponentUrnReferenceType.
1866 +Derived by restriction of ComponentUrnReferenceType.
1867 1867  Regular Expression Pattern: . +\.transformation\.Transformation=.+
1868 1868  
1869 1869  **TransformationSchemeReferenceType:** A reference type for a transformation scheme.
1870 1870  
1871 -Derived by restriction of MaintainableUrnReferenceType.
1871 +Derived by restriction of MaintainableUrnReferenceType.
1872 1872  Regular Expression Pattern: . +\.transformation\.TransformationScheme=.+
1873 1873  
1874 1874  **UserDefinedOperatorReferenceType:** A reference type for a user defined operator.
1875 1875  
1876 -Derived by restriction of ComponentUrnReferenceType.
1876 +Derived by restriction of ComponentUrnReferenceType.
1877 1877  Regular Expression Pattern: . +\.transformation\.UserDefinedOperator=.+
1878 1878  
1879 1879  **UserDefinedOperatorSchemeReferenceType:** A reference type for a user defined operator scheme.
1880 1880  
1881 -Derived by restriction of MaintainableUrnReferenceType.
1881 +Derived by restriction of MaintainableUrnReferenceType.
1882 1882  Regular Expression Pattern: . +\.transformation\.UserDefinedOperatorScheme=.+
1883 1883  
1884 1884  **VtlMappingReferenceType:** A reference type for a VTL mapping.
1885 1885  
1886 -Derived by restriction of ComponentUrnReferenceType.
1886 +Derived by restriction of ComponentUrnReferenceType.
1887 1887  Regular Expression Pattern: . +\.transformation\.VtlCodelistMapping=.+.+\.transformation\.VtlConceptMapping=.+.+\.transformation\.VtlDataflowMapping=.+
1888 1888  
1889 1889  **VtlMappingSchemeReferenceType:** A reference type for a VTL mapping scheme.
1890 1890  
1891 -Derived by restriction of MaintainableUrnReferenceType.
1891 +Derived by restriction of MaintainableUrnReferenceType.
1892 1892  Regular Expression Pattern: . +\.transformation\.VtlMappingScheme=.+
1893 1893  
1894 1894  **VersionReferenceType:** VersionReferenceType defines the structure of version number in a reference. When semantic versioning is used, the major, minor, or patch version parts can be wildcarded using "+" as an extension. For example, 2+.3.1 means the currently latest available version >= 2.3.1 (even if not backwards compatible). Note that wildcarded semantic version references cannot be combined with version extended reference (e.g. 2.3+.1-draft is not permissable). Version-extended (e.g. 1.3.1-draft) and legacy version numbers (e.g. 1 or 1.0) are also supported.
... ... @@ -1895,11 +1895,11 @@
1895 1895  
1896 1896  Union of:
1897 1897  
1898 -LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType.
1898 +LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType. 
1899 1899  
1900 1900  **SemanticVersionReferenceType:** SemanticVersionReferenceType is a simple type for referencing semantic version numbers. It allows for the wildcarding of only one the major, minor, or patch version parts using "+".
1901 1901  
1902 -Derived by restriction of xs:string.
1902 +Derived by restriction of xs:string.
1903 1903  Regular Expression Pattern: ((0|[1-9]\d*)\+?)(\.((0|[1-9]\d*~)~)~){2}((0|[1-9]\d*))(\.((0|[1-9]\d*)\+?))(\.((0|[1-9]\d*~)~)~)((0|[1-9]\d*)\+?)(\.((0|[1-9]\d*~)~)~)(\.((0|[1-9]\d*)\+?))
1904 1904  
1905 1905  **WildcardVersionType:** WildcardVersionType combines the VersionType and WildcardType to allow a reference to either a specific version of an object, or to wildcard the version in the reference by specifying the '*' value.
... ... @@ -1906,11 +1906,11 @@
1906 1906  
1907 1907  Union of:
1908 1908  
1909 -LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType, WildcardType.
1909 +LegacyVersionNumberType, SemanticVersionNumberType, SemanticVersionReferenceType, WildcardType. 
1910 1910  
1911 1911  **WildcardType:** WildcardType is a single value code list, used to include the '*' character - indicating that the identification component is wildcarded.
1912 1912  
1913 -Derived by restriction of xs:string.
1913 +Derived by restriction of xs:string. 
1914 1914  
1915 1915  Enumerations:
1916 1916  
... ... @@ -1920,45 +1920,45 @@
1920 1920  
1921 1921  **NestedIDType:** NestedIDType is the least restrictive form of an identifier used throughout all SDMX-ML messages. It allows for a hierarchical identifier, with each portion separated by the '.' character. For the identifier portions, valid characters include A-Z, a-z, @, 0-9, \_, -, $.
1922 1922  
1923 -Derived by restriction of xs:string.
1923 +Derived by restriction of xs:string.
1924 1924  Regular Expression Pattern: [A-Za-z0-9_@$\-]+(\.[A-Za-z0-9_@$\-]+)
1925 1925  
1926 1926  **TwoLevelIDType:** TwoLevelIDType defines an identifier with exactly two levels.
1927 1927  
1928 -Derived by restriction of NestedIDType.
1928 +Derived by restriction of NestedIDType.
1929 1929  Regular Expression Pattern: [A-Za-z0-9_@$\-]+\.[A-Za-z0-9_@$\-]+
1930 1930  
1931 1931  **IDType:** IDType provides a type which is used for restricting the characters in codes and IDs throughout all SDMX-ML messages. Valid characters include A-Z, a-z, @, 0-9, \_, -, $.
1932 1932  
1933 -Derived by restriction of NestedIDType.
1933 +Derived by restriction of NestedIDType.
1934 1934  Regular Expression Pattern: [A-Za-z0-9_@$\-]+
1935 1935  
1936 1936  **NCNameIDType:** NCNameIDType restricts the IDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.
1937 1937  
1938 -Derived by restriction of IDType.
1938 +Derived by restriction of IDType.
1939 1939  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1940 1940  
1941 1941  **NestedNCNameIDType:** NestedNCNameIDType restricts the NestedIDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.
1942 1942  
1943 -Derived by restriction of NestedIDType.
1943 +Derived by restriction of NestedIDType.
1944 1944  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)
1945 1945  
1946 1946  **SingleNCNameIDType:** SingleNCNameIDType restricts the NestedNCNameIDType to allow only one level. Note that this is the same pattern as the NCNameIDType, but can be used when the base type to be restricted is a nested NCNameIDType (where as the NCNameIDType could only restrict the IDType).
1947 1947  
1948 -Derived by restriction of NestedNCNameIDType.
1948 +Derived by restriction of NestedNCNameIDType.
1949 1949  Regular Expression Pattern: [A-Za-z][A-Za-z0-9_\-]
1950 1950  
1951 1951  **VersionType:** VersionType is used to communicate version information. Semantic versioning, based on 3 or 4 version parts (major.minor.patch[-extension]) is supported. The legency SDMX version format is also support.
1952 1952  
1953 1953  Union of:
1954 -LegacyVersionNumberType, SemanticVersionNumberType.
1954 +LegacyVersionNumberType, SemanticVersionNumberType. 
1955 1955  
1956 1956  **SemanticVersionNumberType:** SemanticVersionNumberType is a simple type for validating semantic version in the format (major.minor.patch[-extension]).
1957 1957  
1958 -Derived by restriction of xs:string.
1958 +Derived by restriction of xs:string.
1959 1959  Regular Expression Pattern: (0|[1-9]\d*)(\.(0|[1-9]\d*)){2}(\-(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+)|([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*))(\.(([A-Za-z\-]|([A-Za-z\-][A-Za-z0-9\-]+)|([A-Za-z0-9\-]+[A-Za-z\-][A-Za-z0-9\-]*))|(0|[1-9][0-9]*~)~)~)*)?
1960 1960  
1961 1961  **LegacyVersionNumberType:** LegacyVersionNumberType describes the version number format previously supported in SDMX. The format is restricted to allow for simple incrementing and sorting of version number. The version consists of a set of maximum 2 numeric components, separated by the '.' character. When processing version, each numeric component (the number preceding and following any '.' character) should be parsed as an integer. Thus, a version of 1.3 and 1.03 would be equivalent, as both the '3' component and the '03' component would parse to an integer value of 3.
1962 1962  
1963 -Derived by restriction of xs:string.
1963 +Derived by restriction of xs:string.
1964 1964  Regular Expression Pattern: (0|[1-9]\d*)(\.(0|[1-9]\d*))?
© Semantic R&D Group, 2026