- https://purl.semanticip.org/linked-data/sdmx/ML/SubmitRegistrationsRequestType
TTL - 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>