sdmx.config.xml
Summary | Configures values that are included in SDMX downloads.
For more information on SDMX, see http://sdmx.org/. | |
---|---|---|
Default Location | C:\ProgramData\STR\SuperCROSS |
This file contains the following parameters. You can change these values to change the values that will be used when downloading SDMX from SuperCROSS.
<sdmx>
<agency>
<id>AGENCY_ID</id>
<name>AGENCY_NAME</name>
</agency>
<database>
<id>bank</id>
<surveydate>9999</surveydate>
</database>
</sdmx>
Section | Description |
---|---|
agency | The agency section defines the SDMX agency ID and agency name. The Agency ID and Agency Name are written to the The Agency ID is also written to the codelists in the SDMX structure definition file. |
database | This section defines the survey date for a given database. You can have multiple <database> ... </database> sections: specify the database ID and the survey date that applies to this database. The date is in ISO-8601 format: YYYY-MM-DD. |