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