SubscriptionRequestType

Version 12.1 by Artur K. on 2026/05/26 14:03

  

https://purl.semanticip.org/linked-data/sdmx/ML/SubscriptionRequestType page_white_text TTL
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>

 

© Semantic R&D Group, 2026