- https://purl.semanticip.org/linked-data/sdmx/ML/QueryRegistrationResponseType
TTL - complexType
QueryRegistrationResponseType describes the structure of a registration query response. It provides a status for the request, and if successful, the resulting data and/or metadata results.
- SDMXRegistryRegistration.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QueryRegistrationResponseType">
<xs:annotation>
<xs:documentation>QueryRegistrationResponseType describes the structure of a registration query response. It provides a status for the request, and if successful, the resulting data and/or metadata results.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StatusMessage" type="StatusMessageType">
<xs:annotation>
<xs:documentation>StatusMessage provides that status for the registration query request, and if necessary, any error or warning information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="QueryResult" type="QueryResultType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>QueryResult contains a result for a successful registration query. It can occur multiple times, for each registration the meets the conditions specified in the query.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>