SubscriptionRequestType

Version 19.1 by Artur K. on 2026/05/27 17:00

  

https://purl.semanticip.org/linked-data/sdmx/ML/SubscriptionRequestType page_white_text TTL
owl:Class
Subscription Request Type
complexType

SubscriptionRequestType describes the structure of a single subscription request. It contains subscription details and an action field to indicate the action to be taken on the contained subscription. Note that if the action is update or delete, then the registry supplied URN for the subscription must be included.

SDMXRegistrySubscription.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubscriptionRequestType">
  <xs:annotation>
   <xs:documentation>SubscriptionRequestType describes the structure of a single subscription request. It contains subscription details and an action field to indicate the action to be taken on the contained subscription. Note that if the action is update or delete, then the registry supplied URN for the subscription must be included.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Subscription" type="SubscriptionType">
    <xs:annotation>
     <xs:documentation>Subscription contains the details of the subscription to be added, updated, or deleted.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="action" type="common:ActionType" use="required">
   <xs:annotation>
    <xs:documentation>The action attribute indicates whether this is an addition, a modification, or a deletion of a subscription.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Subscription ;
    owl:allValuesFrom sip-sdmx-ML:SubscriptionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Subscription ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:SubscriptionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:action ;
    owl:allValuesFrom sip-sdmx-ML:ActionType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:action ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:ActionType
] ;

© Semantic R&D Group, 2026