MaintainableEventType

Version 12.1 by Artur K. on 2026/05/26 14:02

  

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

 

© Semantic R&D Group, 2026