- https://purl.semanticip.org/linked-data/sdmx/ML/AnnotationsType
TTL - complexType
AnnotationsType provides for a list of annotations to be attached to data and structure messages.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnnotationsType">
<xs:annotation>
<xs:documentation>AnnotationsType provides for a list of annotations to be attached to data and structure messages.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Annotation" type="AnnotationType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>