QuerySubscriptionRequestType

Version 22.3 by Artur K. on 2026/05/28 23:28

  

https://purl.semanticip.org/linked-data/sdmx/ML/QuerySubscriptionRequestType page_white_text TTL
owl:Class
Query Subscription Request Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
registry
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>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Organisation ;
    owl:allValuesFrom sip-sdmx-ML:OrganisationReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Organisation ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:OrganisationReferenceType
] ;

© Semantic R&D Group, 2026