FooterMessageType

Last modified by Artur K. on 2026/06/05 16:26

  

https://purl.semanticip.org/linked-data/sdmx/ML/footer/FooterMessageType page_white_text TTL
owl:Class
Footer Message Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/message/footer
footer
complexType

FooterMessageType defines the structure of a message that is contained in the footer of a message. It is a status message that have a severity code of Error, Information, or Warning added to it.

SDMXMessageFooter.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FooterMessageType">
  <xs:annotation>
   <xs:documentation>FooterMessageType defines the structure of a message that is contained in the footer of a message. It is a status message that have a severity code of Error, Information, or Warning added to it.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:extension base="common:CodedStatusMessageType">
    <xs:attribute name="severity" type="SeverityCodeType" use="optional" />
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:CodedStatusMessageType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:severity ;
    owl:allValuesFrom sip-sdmx-ML:SeverityCodeType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:severity ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:SeverityCodeType
] ;

© Semantic R&D Group, 2026