- https://purl.semanticip.org/linked-data/sdmx/ML/MaintainableEventType
TTL - Maintainable Event Type
- complexType
MaintainableEventType provides a reference to a maintainable object's event with either the URN of the specific object, or a set of potentially wild-carded reference fields.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MaintainableEventType">
<xs:annotation>
<xs:documentation>MaintainableEventType provides a reference to a maintainable object's event with either the URN of the specific object, or a set of potentially wild-carded reference fields.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="URN" type="xs:anyURI">
<xs:annotation>
<xs:documentation>URN provides an explicit reference to a single object.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Ref" type="MaintainableQueryType">
<xs:annotation>
<xs:documentation>Ref provides a reference to potentially many objects through the use of possible wild-carded reference fields.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>