MaintainableEventType
- https://purl.semanticip.org/linked-data/sdmx/ML/registry/MaintainableEventType
TTL - owl:Class
- Maintainable Event Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- 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>
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:Ref ;
owl:allValuesFrom sip-sdmx-ML-registry:MaintainableQueryType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Ref ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:MaintainableQueryType
] ;