RegistrationEventType

Version 21.1 by Artur K. on 2026/05/27 17:24

  

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

This provides the details of a data or metadata registration event for the purposes of notification.

SDMXRegistrySubscription.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationEventType">
  <xs:annotation>
   <xs:documentation>This provides the details of a data or metadata registration event for the purposes of notification.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Registration" type="RegistrationType">
    <xs:annotation>
     <xs:documentation>Registration provides the changed details of the data or metadata registration.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </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
] ;

© Semantic R&D Group, 2026