get_datasets_as_dcat_xml


Description

Get the datasets records as XML DCAT datasets for the given locale. Datasets are filtered by the given array of uids. IF uids is NULL, no filter is used and all datasets are returned

Parameters

Name Type Mode
_locale text IN
schema_name text OUT
table_name text OUT
uid uuid OUT
dataset xml OUT
_locale text IN
uids ARRAY IN
schema_name text OUT
table_name text OUT
uid uuid OUT
dataset xml OUT

Definition