- https://purl.semanticip.org/linked-data/sdmx/ML/registry/QuerySubscriptionResponseType
TTL - owl:Class
- Query Subscription Response Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
QuerySubscriptionResponseType describes the structure of a subscription query response. A status will describe the success or failure of the request (and provide error or warning messages if necessary). If the query was successful, details of all of the organisation's subscriptions will be provided.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuerySubscriptionResponseType">
<xs:annotation>
<xs:documentation>QuerySubscriptionResponseType describes the structure of a subscription query response. A status will describe the success or failure of the request (and provide error or warning messages if necessary). If the query was successful, details of all of the organisation's subscriptions will be provided.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StatusMessage" type="StatusMessageType">
<xs:annotation>
<xs:documentation>StatusMessage provides that status for the query subscription request, and if necessary, any error or warning information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Subscription" type="SubscriptionType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Subscription contains the details of a subscription for the organisation. This may occur multiple times for each subscription.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:allValuesFrom sip-sdmx-ML-common:StatusMessageType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-common:StatusMessageType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Subscription ;
owl:allValuesFrom sip-sdmx-ML-registry:SubscriptionType
] ;