complexType "ExternalInterviewerInstructionType"
Namespace:
Content:
complex, 7 attributes, 15 elements
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
 = 
xs:language
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (15):
InstructionAttachmentLocation, r:Agency, r:Citation, r:Description, r:ExternalURLReference, r:ExternalURNReference, r:ID, r:MIMEType, r:MaintainableObject, r:Relationship, r:Segment, r:TypeOfMaterial, r:URN, r:UserID, r:Version
All Direct / Indirect Based Elements (1):
ExternalInterviewerInstruction
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.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
  r:IdentifiableType (extension)
      r:OtherMaterialType (extension)
          ExternalInterviewerInstructionType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ExternalInterviewerInstructionType">
<xs:complexContent>
<xs:extension base="r:OtherMaterialType">
<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/7)
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; 1/15)
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