complexType "InterviewerInstructionReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean : "false" |
|
= |
xs:anyURI |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
= |
xs:string |
|
= |
list of xs:language |
|
= |
xs:anyURI |
|
= |
xs:boolean : "true" |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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 Derivation Tree
InterviewerInstructionReferenceType
|
XML Source (w/o annotations (3); see within schema source)
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
</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
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/8)
-
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)