complexType "GridResponseDomainInMixedType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
XML Representation Summary
<...
   
 = 
xs:integer
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Designates the response domain and the cells using the specified response domain within a QuestionGrid. Supports the use of ResponseAttachmentLocation and attachmentBase for defining specific relationships between response domains in a StructuredMixedGridResponseDomain. Functions similar to a ResponseDomainInMixed within a QuestionItem.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GridResponseDomainInMixedType">
<xs:sequence>
<xs:choice>
<xs:element ref="ResponseDomain"/>
<xs:element ref="ResponseDomainReference"/>
</xs:choice>
<xs:element minOccurs="0" ref="ResponseAttachmentLocation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GridAttachment"/>
</xs:sequence>
<xs:attribute name="attachmentBase" type="xs:integer" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
attachmentBase
Type:
xs:integer, predefined
Use:
optional
If another response domain will be attached to the response domain listed withinResponseDomainInMixed provide a value in attachmentBase to allow for unique identification within this question grid. ResponseAttachmentLocation contains an attribute attachmentDomain which will provide a link from the domain that is being attached to the domain it is being attached to.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="attachmentBase" type="xs:integer" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
GridAttachment
Type:
GridAttachmentType, complex content
Identifies the cell or cells in a grid to which the item is attached by a reference to a specific cell coordinate in a grid or by identifying a range of values along a dimension.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GridAttachment"/>

ResponseAttachmentLocation
Type:
AttachmentLocationType, complex content
Allows attachment of a secondary response domain to a specific item within another response domain used in the question grid. For example, attach a TextDomain to the value "Other" using the TextDomain label (Please specify) as a label for the TextDomain.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ResponseAttachmentLocation"/>

ResponseDomain
Type:
r:RepresentationType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 13 elements
This is a substitution head and can be replaced by any valid member of the substitution group for ResponseDomain.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ResponseDomain"/>

ResponseDomainReference
Type:
DomainReferenceType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 5 elements
The inclusion of a response domain by reference (must be supported by a managed representation). An abstract element. May be substituted by any valid object of substitution type ResponseDomainReference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ResponseDomainReference"/>

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