AnnotationsType

Version 17.1 by Artur K. on 2026/05/27 10:59

  

https://purl.semanticip.org/linked-data/sdmx/ML/AnnotationsType page_white_text TTL
owl:Class
Annotations Type
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>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Annotation ;
    owl:allValuesFrom sip-sdmx-ML:AnnotationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Annotation ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:AnnotationType
] ;

© Semantic R&D Group, 2026