complexType "QuestionSequenceType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("include" | "preceding" | "following" | "within") : "within"
   
>
   
Content: 
</...>
Content Model Elements (2):
AlternateSequenceType, ItemSequenceType
All Direct / Indirect Based Elements (1):
QuestionSequence
Known Usage Locations
Annotation
Describes the ordering of questions when not otherwise indicated. Extends the standard sequencing information to indicate how and if StimulusMaterial should be treated in the resequencing.
Type Definition Detail
Type Derivation Tree
SpecificSequenceType (extension)
  QuestionSequenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="QuestionSequenceType">
<xs:complexContent>
<xs:extension base="SpecificSequenceType">
<xs:attribute default="within" name="handlingOfStimulusMaterial" type="HandlingType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
handlingOfStimulusMaterial
Type:
Use:
optional
Clarifies how stimulus material is to be handled within the resequencing using a controlled vocabulary. Options: "include"=Include StimulusMaterial in resequencing without restriction; "preceding"=Attach each StimulusMaterial to the preceding question; "following"=Attach each StimulusMaterial to the question following it; and the default value of "within"=Resequencing occurs within each set of questions as delimited by StimulusMaterial
Attribute Value
enumeration of xs:string
Enumeration:
"include"
 - 
Include StimulusMaterial in resequencing without restriction
"preceding"
 - 
Attach each StimulusMaterial to the preceding question. StimulusMaterial will move with the preceding question so that it so that it always occurs directly after the same question.
"following"
 - 
Attach each StimulusMaterial to the Question following it StimulusMaterial will move with the following Question so that it always occurs directly before the same question.
"within"
 - 
Resequencing occurs within each set of questions as delimited by StimulusMaterial. This is the default value. This allows StimulusMaterial to stay in the same position relative to the set of questions which it currently follows or precedes.
Default:
"within"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="within" name="handlingOfStimulusMaterial" type="HandlingType"/>

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