- https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationStatusType
TTL - owl:Class
- Registration Status Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
RegistrationStatusType describes the structure of a registration status.
- SDMXRegistryRegistration.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationStatusType">
<xs:annotation>
<xs:documentation>RegistrationStatusType describes the structure of a registration status.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Registration" type="RegistrationType">
<xs:annotation>
<xs:documentation>Registration, at the very least echoes the submitted registration. It the request was to create a new registration and it was successful, an id must be supplied.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StatusMessage" type="StatusMessageType">
<xs:annotation>
<xs:documentation>StatusMessage provides that status for the registration 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:Registration ;
owl:allValuesFrom sip-sdmx-ML:RegistrationType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Registration ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:RegistrationType
] ;
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
] ;