- https://purl.semanticip.org/linked-data/sdmx/ML/AnnotableType
TTL - Annotable Type
- complexType
AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnnotableType" abstract="true">
<xs:annotation>
<xs:documentation>AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Annotations" minOccurs="0" />
</xs:sequence>
</xs:complexType>