- https://purl.semanticip.org/linked-data/sdmx/ML/SubmitSubscriptionsResponseType
TTL - owl:Class
- Submit Subscriptions Response Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
SubmitSubscriptionsResponseType describes the structure of the response to a new subscription submission. A status is provided for each subscription in the request.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitSubscriptionsResponseType">
<xs:annotation>
<xs:documentation>SubmitSubscriptionsResponseType describes the structure of the response to a new subscription submission. A status is provided for each subscription in the request.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SubscriptionStatus" type="SubscriptionStatusType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>SubscriptionStatus contains information which describes the success or failure of a subscription request, providing any error messages in the event of failure. The statuses should occur in the same order as the requests when responding to a message with multiple subscription requests. If a subscriber-assigned identification for the subscription is provided, it will be returned to allow for accurate matching of the responses to the requests. A registry assigned URN will be returned for any successfully created, updated, or deleted subscription.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionStatus ;
owl:allValuesFrom sip-sdmx-ML:SubscriptionStatusType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionStatus ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:SubscriptionStatusType
] ;