RegistrationRequestType

Version 19.1 by Artur K. on 2026/05/27 16:59

  

https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationRequestType page_white_text TTL
owl:Class
Registration Request Type
complexType

RegistrationRequestType describes the structure of a single registration request. It contains the details of a registation and an action field to indicate the action to be taken on the contained registration.

SDMXRegistryRegistration.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationRequestType">
  <xs:annotation>
   <xs:documentation>RegistrationRequestType describes the structure of a single registration request. It contains the details of a registation and an action field to indicate the action to be taken on the contained registration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Registration" type="RegistrationType">
    <xs:annotation>
     <xs:documentation>Registration contains the details of the data/metadata set registration to be added, updated, or deleted.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="action" type="common:ActionType" use="required">
   <xs:annotation>
    <xs:documentation>The action attribute indicates whether this is an addition, a modification, or a deletion of a registration.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Registration ;
    owl:allValuesFrom sip-sdmx-ML:RegistrationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Registration ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:RegistrationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:action ;
    owl:allValuesFrom sip-sdmx-ML:ActionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:action ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:ActionType
] ;

© Semantic R&D Group, 2026