All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsd.2_1.SDMXMessageFooter.xsd Maven / Gradle / Ivy




	
	
	
	
	
		
			Footer is used to communicate information such as error and warnings after the payload of a message.
		
	
	
	
		
			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.
		
		
			
				
					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.
				
			
		
	
	
	
		
			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.
		
		
			
				
			
		
	

	
		
			
				
					Error indicates the status message coresponds to an error.
				
			
			
				
					Warning indicates that the status message corresponds to a warning.
				
			
			
				
					Information indicates that the status message corresponds to an informational message.
				
			
		
	
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy