complexType "ResponseDomainInMixedType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (3):
AttachmentLocation, ResponseDomain, ResponseDomainReference
All Direct / Indirect Based Elements (1):
ResponseDomainInMixed
Known Usage Locations
Annotation
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. If no AttachmentLocation information is provided it is assumed that multiple response domains or response text occurs in sequence.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ResponseDomainInMixedType">
<xs:sequence>
<xs:choice>
<xs:element ref="ResponseDomain"/>
<xs:element ref="ResponseDomainReference"/>
</xs:choice>
<xs:element minOccurs="0" ref="AttachmentLocation"/>
</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. AttachmentLocation 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; 3/3)
AttachmentLocation
Type:
AttachmentLocationType, complex content
Allows attachment of a secondary response domain to a specific item within another response domain used in the question. 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="AttachmentLocation"/>

ResponseDomain
Type:
r:RepresentationType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 13 elements
The response domain being used. An abstract element. May be substituted by any valid object of substitution type 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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set