SubmitRegistrationsResponseType

Version 10.1 by Artur K. on 2026/05/25 18:42

  

https://purl.semanticip.org/linked-data/sdmx/ML/SubmitRegistrationsResponseType page_white_text TTL
complexType

SubmitRegistrationsResponseType describes the structure of a registration response. For each submitted registration in the request, a registration status is provided. The status elements should be provided in the same order as the submitted registrations, although each status will echo the request to ensure accurate processing of the responses.

SDMXRegistryRegistration.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitRegistrationsResponseType">
  <xs:annotation>
   <xs:documentation>SubmitRegistrationsResponseType describes the structure of a registration response. For each submitted registration in the request, a registration status is provided. The status elements should be provided in the same order as the submitted registrations, although each status will echo the request to ensure accurate processing of the responses.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="RegistrationStatus" type="RegistrationStatusType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>RegistrationStatus provided the status details for the submitted registration. It echoes the original submission and provides status information about the request.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026