StructuralEventType
- https://purl.semanticip.org/linked-data/sdmx/ML/registry/StructuralEventType
TTL - owl:Class
- Structural Event Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
StructuralEventType provides the details of a structure event, specifically the object that changed.
- SDMXRegistrySubscription.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StructuralEventType">
<xs:annotation>
<xs:documentation>StructuralEventType provides the details of a structure event, specifically the object that changed.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element ref="structure:Structures">
<xs:annotation>
<xs:documentation>Structures contains the details of the structural object that has triggered the event. Although this container allows for multiple structural objects, it should only contain the one changed object.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty structure:Structures ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty structure:Structures ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;