FooterType

Version 19.1 by Artur K. on 2026/05/27 16:58

  

https://purl.semanticip.org/linked-data/sdmx/ML/FooterType page_white_text TTL
owl:Class
Footer Type
complexType

FooterType describes the structure of a message footer. The footer is used to convey any error, information, or warning messages. This is to be used when the message has payload, but also needs to communicate additional information. If an error occurs and no payload is generated, an Error message should be returned.

SDMXMessageFooter.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FooterType">
  <xs:annotation>
   <xs:documentation>FooterType describes the structure of a message footer. The footer is used to convey any error, information, or warning messages. This is to be used when the message has payload, but also needs to communicate additional information. If an error occurs and no payload is generated, an Error message should be returned.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Message" type="FooterMessageType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Message contains a single error, information, or warning message. A code is provided along with an optional severity. The text of the message can be expressed in multiple languages.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

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

© Semantic R&D Group, 2026