- https://purl.semanticip.org/linked-data/sdmx/ML/registry/SubmitSubscriptionsRequestType
TTL - owl:Class
- Submit Subscriptions Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- 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>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionRequest ;
owl:allValuesFrom sip-sdmx-ML-registry:SubscriptionRequestType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionRequest ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:SubscriptionRequestType
] ;