- https://purl.semanticip.org/linked-data/sdmx/ML/registry/RegistrationRequestType
TTL - owl:Class
- Registration Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
RegistrationRequestType describes the structure of a single registration request. It contains the details of a registation and an action field to indicate the action to be taken on the contained registration.
- SDMXRegistryRegistration.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationRequestType">
<xs:annotation>
<xs:documentation>RegistrationRequestType describes the structure of a single registration request. It contains the details of a registation and an action field to indicate the action to be taken on the contained registration.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Registration" type="RegistrationType">
<xs:annotation>
<xs:documentation>Registration contains the details of the data/metadata set registration 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 registration.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Registration ;
owl:allValuesFrom sip-sdmx-ML-registry:RegistrationType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Registration ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:RegistrationType
] ;
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
] ;