complexType "StructuredMixedResponseDomainType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to allow for mixing multiple response domains in a single question. These may also include intervening text statements that are tightly bound to a response domain. A common example is the use of a CodeDomain and a TextDomain where the TextDomain is associated with the value with the label "Other" in the CodeDomain. ResponseDomains should be chosen that do NOT duplicate responses such as CodeLists with overlapping codes. Be aware that certain instruments may collect responses in such a way that confusion between a code response and text response may be possible. The process of resolving such conflicts should be addressed in the data processing instructions. There is an assumption that if a text or numeric response duplicates a coded response to a question, that the value is that of the coded category. At least one ResponseDomain must be provided.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StructuredMixedResponseDomainType">
<xs:choice maxOccurs="unbounded" minOccurs="2">
<xs:element ref="ResponseTextSet"/>
<xs:element ref="ResponseDomainInMixed"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
ResponseDomainInMixed
Type:
ResponseDomainInMixedType, complex content
A structure that provides both the response domain and information on how it should be attached, or related, to other specified response domains in the question.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ResponseDomainInMixed"/>

ResponseTextSet
Type:
ResponseTextSetType, complex content
Text closely related to the content of the ResponseDomain(s), in general, text required to make sense of the related response domain. ResponseTextSet provides a means of bundling multiple language versions of ResponseText 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). Note that when using ResponseText, the full ResponseText must be repeated for multi-language versions of the content within the same ResponseTextSet.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ResponseTextSet"/>

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