SubscriptionStatusType

Version 11.1 by Artur K. on 2026/05/25 18:48

  

https://purl.semanticip.org/linked-data/sdmx/ML/SubscriptionStatusType page_white_text TTL
Subscription Status Type
complexType

SubscriptionStatusType describes the structure a status for a single subscription request.

SDMXRegistrySubscription.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubscriptionStatusType">
  <xs:annotation>
   <xs:documentation>SubscriptionStatusType describes the structure a status for a single subscription request.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="SubscriptionURN" type="xs:anyURI" minOccurs="0">
    <xs:annotation>
     <xs:documentation>SubscriptionURN contains the registry generated URN for the subscription, and will be returned for any successfully created, updated, or deleted subscription. </xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="SubscriberAssignedID" type="common:IDType" minOccurs="0">
    <xs:annotation>
     <xs:documentation>SubscriberAssignedID is the id assigned by the subscriber to the subscription. If it existed in the subscription request, it will be returned.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="StatusMessage" type="StatusMessageType">
    <xs:annotation>
     <xs:documentation>StatusMessage provides that status for the subscription request, and if necessary, any error or warning information.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>  
 </xs:complexType>

 

© Semantic R&D Group, 2026