simpleType "HandlingType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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.

All Direct / Indirect Based Attributes (1):
QuestionSequenceType/@handlingOfStimulusMaterial
Known Usage Locations
Annotation
Clarifies how stimulus material is to be handled within the resequencing using a controlled vocabulary.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  HandlingType
Derivation:
restriction of xs:string
Facets:
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.
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="HandlingType">
<xs:restriction base="xs:string">
<xs:enumeration value="include"/>
<xs:enumeration value="preceding"/>
<xs:enumeration value="following"/>
<xs:enumeration value="within"/>
</xs:restriction>
</xs:simpleType>

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