- https://purl.semanticip.org/linked-data/sdmx/ML/SubmitSubscriptionsRequestType
TTL - complexType
SubmitSubscriptionsRequestType defines the payload of a request message used to submit additions, updates, or deletions of subscriptions. Subscriptions are submitted to the registry to subscribe to registration and change events for specific registry resources.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitSubscriptionsRequestType">
<xs:annotation>
<xs:documentation>SubmitSubscriptionsRequestType defines the payload of a request message used to submit additions, updates, or deletions of subscriptions. Subscriptions are submitted to the registry to subscribe to registration and change events for specific registry resources.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SubscriptionRequest" type="SubscriptionRequestType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>