- https://purl.semanticip.org/linked-data/sdmx/ML/SubscriptionStatusType
TTL - owl:Class
- Subscription Status Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- 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>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionURN ;
owl:allValuesFrom xsd:anyURI
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriptionURN ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:anyURI
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriberAssignedID ;
owl:allValuesFrom sip-sdmx-ML:IDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubscriberAssignedID ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML:IDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:allValuesFrom sip-sdmx-ML:StatusMessageType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:StatusMessageType
] ;