3.1.4.1.3.1 DispositionMessageType

The DispositionMessageType is an extension to the string type that allows an attribute definition of the language for the string. The DispositionMessageType is used to provide additional information about the server processing.

 <xs:complexType name="DispositionMessageType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute ref="xml:lang"  use="optional" />
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

xs:string: The string element contains the literal string disposition message returned from the server. The string element contains an xml:lang attribute that defines the language for the string. The language SHOULD be provided for each string element instance.

xml:lang: The language reference  xml:lang, indicating the natural or formal language the string element content is written in.