RegistrationStatusType

Version 8.1 by Artur K. on 2026/05/25 16:45

  

https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationStatusType page_white_text TTL
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>

 

© Semantic R&D Group, 2026