- https://purl.semanticip.org/linked-data/sdmx/ML/RegistrationEventType
TTL - Registration Event Type
- complexType
This provides the details of a data or metadata registration event for the purposes of notification.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RegistrationEventType">
<xs:annotation>
<xs:documentation>This provides the details of a data or metadata registration event for the purposes of notification.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Registration" type="RegistrationType">
<xs:annotation>
<xs:documentation>Registration provides the changed details of the data or metadata registration.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>