DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "StructuredMixedResponseDomainType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
(ResponseText | ResponseDomain)[2..*]
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
ResponseDomains should be chosen that do NOT duplicate responses such as CodeSchemes 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 (1); see within schema source)
<xs:complexType name="StructuredMixedResponseDomainType">
<xs:choice maxOccurs="unbounded" minOccurs="2">
<xs:element ref="ResponseText"/>
<xs:element ref="ResponseDomain"/>
</xs:choice>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
ResponseDomain
Type:
r:RepresentationType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 6 elements
XML Source (see within schema source)
<xs:element ref="ResponseDomain"/>

ResponseText
Type:
DynamicTextType, complex content
XML Source (see within schema source)
<xs:element ref="ResponseText"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set