RegistrationStatusType

Last modified by Artur K. on 2026/06/05 16:25

  

https://purl.semanticip.org/linked-data/sdmx/ML/registry/RegistrationStatusType page_white_text TTL
owl:Class
Registration Status Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
registry
complexType

RegistrationStatusType describes the structure of a registration status.

SDMXRegistryRegistration.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationStatusType">
  <xs:annotation>
   <xs:documentation>RegistrationStatusType describes the structure of a registration status.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Registration" type="RegistrationType">
    <xs:annotation>
     <xs:documentation>Registration, at the very least echoes the submitted registration. It the request was to create a new registration and it was successful, an id must be supplied.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="StatusMessage" type="StatusMessageType">
    <xs:annotation>
     <xs:documentation>StatusMessage provides that status for the registration request, and if necessary, any error or warning information.</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-registry:RegistrationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Registration ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-registry:RegistrationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:StatusMessage ;
    owl:allValuesFrom sip-sdmx-ML-common:StatusMessageType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:StatusMessage ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-common:StatusMessageType
] ;

© Semantic R&D Group, 2026