complexType "InstructionAttachmentLocationType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
Includes:
definitions of 2 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (2):
AttachmentLocation, GridAttachment
All Direct / Indirect Based Elements (1):
InstructionAttachmentLocation
Known Usage Locations
Annotation
Allows attachment of an instruction to a specific item in a question structure. For example, to a Label, QuestionText, ResponseDomain, Response domain value, or grid cell.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="InstructionAttachmentLocationType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="AttachmentLocation"/>
<xs:element ref="GridAttachment"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="false" name="attachToLabel" type="xs:boolean"/>
<xs:attribute default="true" name="attachToQuestionText" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
attachToLabel
Type:
xs:boolean, predefined
Use:
optional
Attach the instruction to the Question Label.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="attachToLabel" type="xs:boolean"/>

attachToQuestionText
Type:
xs:boolean, predefined
Use:
optional
Attach the instruction to the QuestionText.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="attachToQuestionText" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
AttachmentLocation
Type:
AttachmentLocationType, complex content
Allows attachment of an instruction to a specific item in a code or category scheme. For example, attach a Definition to a specific Code/Category the value.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AttachmentLocation"/>

GridAttachment
Type:
GridAttachmentType, complex content
Identifies the cell or cells in a grid to which the instruction 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 ref="GridAttachment"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set