RegistrationType

Version 14.1 by Artur K. on 2026/05/26 14:04

  

https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationType page_white_text TTL
Registration Type
complexType

Registration provides the information needed for data and reference metadata set registration. A data source must be supplied here if not already provided in the provision agreement. The data set or metadata set must be associated with a provision agreement, a metadata flow, or a dataflow definition. If possible, the provision agreement should be specified. Only in cases where this is not possible should the dataflow or metadata flow be used.

SDMXRegistryBase.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationType">
  <xs:annotation>
   <xs:documentation>Registration provides the information needed for data and reference metadata set registration. A data source must be supplied here if not already provided in the provision agreement. The data set or metadata set must be associated with a provision agreement, a metadata flow, or a dataflow definition. If possible, the provision agreement should be specified. Only in cases where this is not possible should the dataflow or metadata flow be used.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="ProvisionAgreement" type="common:ProvisionAgreementReferenceType">
    <xs:annotation>
     <xs:documentation>ProvisionAgreement provides a reference to the provision agreement that the data is being registered against.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="Datasource" type="DataSourceType">
    <xs:annotation>
     <xs:documentation>Datasource identifies the data source(s) where the registered data can be retrieved.</xs:documentation>
    </xs:annotation>
    <xs:unique name="RegistrationType_DistinctSourceType">
     <xs:selector xpath="*" />
     <xs:field xpath="@TYPE" />
    </xs:unique>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="common:IDType" use="optional">
   <xs:annotation>
    <xs:documentation>The id attribute holds a registry assigned identification for the registration. This must be provided in a response message (unless an error occurred while submitting a new registration), and should be included when updating or deleting a registration.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="validFrom" type="xs:dateTime" use="optional">
   <xs:annotation>
    <xs:documentation>The validFrom attribute provides an inclusive start date for providing supplemental validity information about the registration, so that data visibility from the registry can be controlled by the registrant.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="validTo" type="xs:dateTime" use="optional">
   <xs:annotation>
    <xs:documentation>The validFrom attribute provides an inclusive end date for providing supplemental validity information about the registration, so that data visibility from the registry can be controlled by the registrant.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="lastUpdated" type="xs:dateTime" use="optional">
   <xs:annotation>
    <xs:documentation>The lastUpdated attribute provides a timestamp for the last time the data source was updated.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indexTimeSeries" type="xs:boolean" default="false">
   <xs:annotation>
    <xs:documentation>The indexTimeSeries, if true, indicates that the registry must index all time series for the registered data. The default value is false, and the attribute will always be assumed false when the provision agreement references a metadata flow.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indexDataSet" type="xs:boolean" default="false">
   <xs:annotation>
    <xs:documentation>The indexDataSet, if true, indicates that the registry must index the range of actual (present) values for each dimension of the data set or identifier component of the metadata set (as indicated in the set's structure definition). The default value is false.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indexAttributes" type="xs:boolean" default="false">
   <xs:annotation>
    <xs:documentation>The indexAttributes, if true, indicates that the registry must index the range of actual (present) values for each attribute of the data set or the presence of the metadata attributes of the metadata set (as indicated in the set's structure definition). The default value is false.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
  <xs:attribute name="indexReportingPeriod" type="xs:boolean" default="false">
   <xs:annotation>
    <xs:documentation>The indexReportingPeriod, if true, indicates that the registry must index the time period ranges for which data is present for the data source. The default value is false, and the attribute will always be assumed false when the provision agreement references a metadata flow.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

© Semantic R&D Group, 2026