- https://purl.semanticip.org/linked-data/sdmx/ML/QuerySubscriptionRequestType
TTL - complexType
QuerySubscriptionRequestType describes the structure of a query for subscriptions. Subscriptions for a given organisation may be retrieved.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuerySubscriptionRequestType">
<xs:annotation>
<xs:documentation>QuerySubscriptionRequestType describes the structure of a query for subscriptions. Subscriptions for a given organisation may be retrieved.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Organisation" type="common:OrganisationReferenceType">
<xs:annotation>
<xs:documentation>Organisation provides a reference to the data consumer for which the subscription details should be returned.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>