- https://purl.semanticip.org/linked-data/sdmx/ML/registry/SubmitRegistrationsRequestType
TTL - owl:Class
- Submit Registrations Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
SubmitRegistrationsRequestType defines the payload of a request message used to submit additions, updates, or deletions of data/metadata set registrations.
- SDMXRegistryRegistration.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitRegistrationsRequestType">
<xs:annotation>
<xs:documentation>SubmitRegistrationsRequestType defines the payload of a request message used to submit additions, updates, or deletions of data/metadata set registrations.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RegistrationRequest" type="RegistrationRequestType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>RegistrationRequest provides the details of a requested registration and the action to take on it. A reference to a provision agreement that exists in the registry must be provide along with a simple and/or queryable data source. The id should only be provided when updating or deleting a registration.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:RegistrationRequest ;
owl:allValuesFrom sip-sdmx-ML:RegistrationRequestType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:RegistrationRequest ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:RegistrationRequestType
] ;