complexType "InterviewerInstructionReferenceType"
Namespace:
Content:
complex, 8 attributes, 7 elements
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (7):
InstructionAttachmentLocation, r:Agency, r:ID, r:MaintainableObject, r:TypeOfObject, r:URN, r:Version
All Direct / Indirect Based Elements (1):
InterviewerInstructionReference
Known Usage Locations
Annotation
Reference to an interviewer instruction expressed as DDI XML plus a flag to designate whether the instruction should always be displayed. TypeOfObject should be set to InterviewerInstruction.
Type Definition Detail
Type Derivation Tree
r:ReferenceType (extension)
  InterviewerInstructionReferenceType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="InterviewerInstructionReferenceType">
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstructionAttachmentLocation"/>
</xs:sequence>
<xs:attribute default="true" name="isDisplayed" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
isDisplayed
Type:
xs:boolean, predefined
Use:
optional
If set to "true" the content of the instruction is intended to be displayed. If set to "false" the preference is for the instruction to be displayed upon request if this is supported by the mode of presentation.
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; 1/7)
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"/>

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