AnnotationsType

Version 24.1 by Artur K. on 2026/05/29 12:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/AnnotationsType page_white_text TTL
owl:Class
Annotations Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
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-common:AnnotationType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Annotation ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-common:AnnotationType
] ;

© Semantic R&D Group, 2026