SubmitStructureResponseType

Version 19.1 by Artur K. on 2026/05/27 17:00

  

https://purl.semanticip.org/linked-data/sdmx/ML/SubmitStructureResponseType page_white_text TTL
owl:Class
Submit Structure Response Type
complexType

SubmitStructureResponseType describes the structure of a response to a structure submission. For each submitted structure, a Result will be returned.

SDMXRegistryStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitStructureResponseType">
  <xs:annotation>
   <xs:documentation>SubmitStructureResponseType describes the structure of a response to a structure submission. For each submitted structure, a Result will be returned.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="SubmissionResult" type="SubmissionResultType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>SubmissionResult provides a status for each submitted structural object.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:SubmissionResult ;
    owl:allValuesFrom sip-sdmx-ML:SubmissionResultType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:SubmissionResult ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:SubmissionResultType
] ;

© Semantic R&D Group, 2026