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