EventSelectorType
- https://purl.semanticip.org/linked-data/sdmx/ML/registry/EventSelectorType
TTL - owl:Class
- Event Selector Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
EventSelectorType describes the details of the events for a subscription. It allows subscribers to specify registry and repository events for which they wish to receive notifications.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EventSelectorType">
<xs:annotation>
<xs:documentation>EventSelectorType describes the details of the events for a subscription. It allows subscribers to specify registry and repository events for which they wish to receive notifications.</xs:documentation>
</xs:annotation>
<xs:choice maxOccurs="3">
<xs:element name="StructuralRepositoryEvents" type="StructuralRepositoryEventsType">
<xs:annotation>
<xs:documentation>StructuralRepositoryEvents details structural events for the subscription.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DataRegistrationEvents" type="DataRegistrationEventsType">
<xs:annotation>
<xs:documentation>DataRegistrationEvents details the data registration events for the subscription.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MetadataRegistrationEvents" type="MetadataRegistrationEventsType">
<xs:annotation>
<xs:documentation>MetadataRegistrationEvents details the metadata registration events for the subscription.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructuralRepositoryEvents ;
owl:allValuesFrom sip-sdmx-ML-registry:StructuralRepositoryEventsType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StructuralRepositoryEvents ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:StructuralRepositoryEventsType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:DataRegistrationEvents ;
owl:allValuesFrom sip-sdmx-ML-registry:DataRegistrationEventsType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:DataRegistrationEvents ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:DataRegistrationEventsType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataRegistrationEvents ;
owl:allValuesFrom sip-sdmx-ML-registry:MetadataRegistrationEventsType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:MetadataRegistrationEvents ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:MetadataRegistrationEventsType
] ;