complexType "ExternalInterviewerInstructionType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Specification of an external interviewer instruction not structured in DDI. Uses the structure of OtherMaterial to provide a citation, description, and locator for the object.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ExternalInterviewerInstructionType">
<xs:sequence>
<xs:choice minOccurs="0">
<xs:element ref="r:OtherMaterial"/>
<xs:element ref="r:OtherMaterialReference"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstructionAttachmentLocation"/>
</xs:sequence>
<xs:attribute default="true" name="isDisplayed" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isDisplayed
Type:
xs:boolean, predefined
Use:
optional
If set to "true" indicates that the instruction should always be displayed, not just upon need.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isDisplayed" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
InstructionAttachmentLocation
Type:
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 (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstructionAttachmentLocation"/>

r:OtherMaterial
Type:
r:OtherMaterialType, complex content
Specification of an external interviewer instruction not structured in DDI. Uses the structure of OtherMaterial to provide a citation, description, and locator for the object. TypeOfOtherMaterial should be set to ExternalInterviewInstruction.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:OtherMaterial"/>

r:OtherMaterialReference
Type:
r:ReferenceType, complex content
Inclusion of an existing ExternalInterviewerInstruction description by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:OtherMaterialReference"/>

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