SubmissionResultType

Version 9.1 by Artur K. on 2026/05/25 16:46

  

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

SubmissionResultType provides the status of the structural object submission request. It will identify the object submitted, report back the action requested, and convey the status and any error messages which are relevant to the submission.

SDMXRegistryStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmissionResultType">
  <xs:annotation>
   <xs:documentation>SubmissionResultType provides the status of the structural object submission request. It will identify the object submitted, report back the action requested, and convey the status and any error messages which are relevant to the submission.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="SubmittedStructure" type="SubmittedStructureType">
    <xs:annotation>
     <xs:documentation>SubmittedStructure provides a reference to the submitted structural object and echoes back the action requested for it.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="StatusMessage" type="StatusMessageType">
    <xs:annotation>
     <xs:documentation>StatusMessage provides that status for the submission of the structural object, and if necessary, any error or warning information.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>
 

© Semantic R&D Group, 2026