2.2.2.2 Feedback Element

A Feedback element contains information related to the verbose feedback from the end user. The type of this element is TextFeedbackType.

The TextFeedbackType type is defined as follows<311>:

 <xs:complexType name="TextFeedbackType">
   <xs:sequence>
     <xs:element name="Text" type="xs:string"/>
     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
  
   <xs:attribute name="LanguageTag" type="xs:string"/>
   <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>