complexType "ResponseTextSetType"
Namespace:
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides a means of bundling multiple language versions of the same intended dynamic text together. This wrapper serves to differentiate between a case where multiple language content for a single ResponseText are provided and when two differing sets of ResponseText are in immediate sequence (with no intervening question). Each of the repetitions of ResponseText within this wrapper are assumed to be multi-language equivalents.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ResponseTextSetType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResponseText"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
ResponseText
Type:
DynamicTextType, complex content
Text closely related to the content of the ResponseDomain(s), in general, text required to make sense of the related response domain. Note that when using ResponseText, the full ResponseText must be repeated for multi-language versions of the content. Different languages may handle the dynamic portions in different locations and/or with different content. Therefore languages cannot be mixed within a dynamic text except when the full text itself has multiple language sections, for example, a foreign language term in a text. The DisplayText may also be repeated to provide a dynamic and plain text version of the display. This allows for accurate rendering of the ResponseText in a non-dynamic environment like print.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResponseText"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set