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

From version 4.1
edited by Helena
on 2025/05/16 00:14
Change comment: There is no comment for this version
To version 6.2
edited by Helena
on 2025/05/16 12:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,0 @@
1 -8 Maintenance Agencies and Metadata Providers
Content
... ... @@ -2,16 +2,9 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 -All structural metadata in SDMX is owned and maintained by a maintenance agency (Agency identified by agencyID in the schemas). Similarly, all reference metadata
5 +All structural metadata in SDMX is owned and maintained by a maintenance agency (Agency identified by agencyID in the schemas). Similarly, all reference metadata (i.e., MetadataSets) is owned and maintained by a metadata provider organisation (MetadataProvider identified by metadataProviderID in the schemas). It is vital to the integrity of the structural metadata that there are no conflicts in agencyID and metadataProviderID. In order to achieve this, SDMX adopts the following rules:
6 6  
7 -(i.e., MetadataSets) is owned and maintained by a metadata provider organisation
8 -
9 -(MetadataProvider identified by metadataProviderID in the schemas). It is vital to the integrity of the structural metadata that there are no conflicts in agencyID and metadataProviderID. In order to achieve this, SDMX adopts the following rules:
10 -
11 -1. Agencies are maintained in an AgencyScheme (which is a sub class of //OrganisationScheme//); Metadata Providers are maintained in a
12 -
13 -MetadataProviderScheme.
14 -
7 +1. Agencies are maintained in an AgencyScheme (which is a sub class of //OrganisationScheme//); Metadata Providers are maintained in a MetadataProviderScheme.
15 15  1. The maintenance agency of the Agency/Metadata Provider Scheme must also be declared in a (different) AgencyScheme.
16 16  1. The "top-level" agency is SDMX and this agency scheme is maintained by SDMX.
17 17  1. Agencies registered in the top-level scheme can themselves maintain a single AgencyScheme and a single MetadataProviderScheme. SDMX is an agency in the SDMX AgencyScheme. Agencies in any AgencyScheme can themselves maintain a single AgencyScheme and so on.
... ... @@ -31,115 +31,14 @@
31 31  
32 32  The XML representing this structure is shown below.
33 33  
34 -**<str:AgencySchemes>**
27 +[[image:1747385891229-249.png]]
35 35  
36 -**<str:AgencyScheme agencyID="SDMX" id="AGENCIES">**
37 -
38 -**<com:Name xml:lang="en">Top-level Agency Scheme</com:Name>**
39 -
40 -**<str:Agency id="AA">**
41 -
42 -**<com:Name xml:lang="en">AA Name</com:Name>**
43 -
44 -**</str:Agency>**
45 -
46 -**<str:Agency id="BB">**
47 -
48 -**<com:Name xml:lang="en">BB Name</com:Name>**
49 -
50 -**</str:Agency>**
51 -
52 -**</str:AgencyScheme>**
53 -
54 -**<str:AgencyScheme agencyID="AA" id="AGENCIES">**
55 -
56 -**<com:Name xml:lang="en">AA Agencies</com:Name>**
57 -
58 -**<str:Agency id="CC">**
59 -
60 -**<com:Name xml:lang="en">CC Name</com:Name>**
61 -
62 -**</str:Agency>**
63 -
64 -**<str:Agency id="DD">**
65 -
66 -**<com:Name xml:lang="en">DD Name</com:Name>**
67 -
68 -**</str:Agency> &nbsp;&nbsp;**
69 -
70 -**</str:AgencyScheme>**
71 -
72 -**<str:AgencyScheme agencyID="BB" id="AGENCIES">**
73 -
74 -**<com:Name xml:lang="en">BB Agencies</com:Name>**
75 -
76 -**<str:Agency id="CC">**
77 -
78 -**<com:Name xml:lang="en">CC Name</com:Name>**
79 -
80 -**</str:Agency>**
81 -
82 -**<str:Agency id="DD">**
83 -
84 -**<com:Name xml:lang="en">DD Name</com:Name>**
85 -
86 -**</str:Agency> &nbsp;&nbsp;**
87 -
88 -**</str:AgencyScheme>**
89 -
90 -**<str:AgencyScheme agencyID="AA.DD" id="AGENCIES">**
91 -
92 -**<com:Name xml:lang="en">AA.DD Agencies</com:Name>**
93 -
94 -**<str:Agency id="EE">**
95 -
96 -**<com:Name xml:lang="en">EE Name</com:Name>**
97 -
98 -**</str:Agency>**
99 -
100 -**</str:AgencyScheme>**
101 -
102 -**</str:AgencySchemes>**
103 -
104 104  **Figure 17: Example Agency Schemes Showing a Hierarchy**
105 105  
106 -Examples of Structure definitions that show how Agencies are used, are presented below:
31 +Examples of Structure definitions that show how Agencies are used, are presented below:
107 107  
108 -**<str:Codelist agencyID="SDMX" id="CL_FREQ" version="1.0.0" &nbsp;**
33 +[[image:1747386478432-897.png]]
109 109  
110 -**urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=SDMX:CL_FREQ(1.0.0)">**
111 -
112 -**<com:Name xml:lang="en">Frequency</com:Name>**
113 -
114 -**</str:Codelist>**
115 -
116 -**<str:Codelist agencyID="AA" id="CL_FREQ" version="1.0.0" &nbsp;**
117 -
118 -**urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=AA:CL_FREQ(1.0.0)">**
119 -
120 -**<com:Name xml:lang="en">Frequency</com:Name>**
121 -
122 -**</str:Codelist>**
123 -
124 -**<str:Codelist agencyID="AA.CC" id="CL_FREQ" version="1.0.0" &nbsp;**
125 -
126 -**urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=AA.CC:CL_FREQ(1.0.0)">**
127 -
128 -**<com:Name xml:lang="en">Frequency</com:Name>**
129 -
130 -**</str:Codelist>**
131 -
132 -**<str:Codelist agencyID="BB.CC" id="CL_FREQ" version="1.0.0" &nbsp;&nbsp;&nbsp; urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=BB.CC:CL_FREQ(1.0.0)">**
133 -
134 -|(((
135 -**<com:Name xml:lang="en">Frequency</com:Name> &nbsp;&nbsp;&nbsp;**
136 -
137 -**</str:Codelist> &nbsp;&nbsp;&nbsp;**
138 -)))
139 -
140 -
141 -
142 -
143 143  **Figure 18: Example Showing Use of Agency Identifiers**
144 144  
145 145  Each of these maintenance agencies has a Codelist with an identical id 'CL_FREQ'.
1747385891229-249.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.helena
Size
... ... @@ -1,0 +1,1 @@
1 +98.5 KB
Content
1747386478432-897.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.helena
Size
... ... @@ -1,0 +1,1 @@
1 +45.6 KB
Content