- https://purl.semanticip.org/linked-data/sdmx/ML/registry/SubscriptionRequestType
TTL - owl:Class
- Subscription Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- 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-registry:SubscriptionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Subscription ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:SubscriptionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:action ;
owl:allValuesFrom sip-sdmx-ML-common:ActionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:action ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:ActionType
] ;