IdentifiableObjectEventType

Version 19.1 by Artur K. on 2026/05/27 16:58

  

https://purl.semanticip.org/linked-data/sdmx/ML/IdentifiableObjectEventType page_white_text TTL
owl:Class
Identifiable Object Event Type
complexType

IdentifiableObjectEventType describes the structure of a reference to an identifiable object's events. Either all instances of the object matching the inherited criteria, a specific instance, or specific instances of the object may be selected.

SDMXRegistrySubscription.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IdentifiableObjectEventType">
  <xs:annotation>
   <xs:documentation>IdentifiableObjectEventType describes the structure of a reference to an identifiable object's events. Either all instances of the object matching the inherited criteria, a specific instance, or specific instances of the object may be selected.</xs:documentation>
  </xs:annotation>
  <xs:choice>
   <xs:element name="All" type="common:EmptyType">
    <xs:annotation>
     <xs:documentation>All subscribes to the events all instances of the containing object meeting the other criteria specified.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="URN" type="xs:anyURI">
    <xs:annotation>
     <xs:documentation>URN subscribes to the events of the specific instance of the object type referenced by this URN. Note that when this field is used, the agency information inherited from the structural repository event container is ignored.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:sequence>
    <xs:element name="ID" type="IDQueryType" default="%">
     <xs:annotation>
      <xs:documentation>ID subscribes to the events of the specific instance of the object type where the value provided here matches the id of the object. The default value is the wildcard character("%").</xs:documentation>
     </xs:annotation>
    </xs:element>
   </xs:sequence>
  </xs:choice>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:All ;
    owl:allValuesFrom sip-sdmx-ML:EmptyType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:All ;
    owl:qualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:EmptyType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:URN ;
    owl:allValuesFrom xsd:anyURI
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:URN ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange xsd:anyURI
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ID ;
    owl:allValuesFrom sip-sdmx-ML:IDQueryType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ID ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:IDQueryType
] ;

© Semantic R&D Group, 2026