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