complexType "SequenceType"
Namespace:
Content:
complex, 6 attributes, 23 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (23):
ConstructName, ConstructSequence, ControlConstructReference, ExternalAid, ExternalInterviewerInstruction, InterviewerInstructionReference, TypeOfSequence, r:Agency, r:BasedOnObject, r:Binding, r:Description, r:ID, r:InParameter, r:Label, r:MaintainableObject, r:OutParameter, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
Sequence
Known Usage Locations
Annotation
A member of the ControlConstruct substitution group. Provides a sequence order for operations expressed as control constructs. The sequence can be typed to support local processing or classification flags and alternate sequencing instructions (such as randomize for each respondent).
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ControlConstructType (extension)
              SequenceType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="SequenceType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>
<xs:element minOccurs="0" ref="ConstructSequence"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/23)
ConstructSequence
Type:
SpecificSequenceType, complex content
Describes alternate ordering for different cases using the SpecificSequence structure. If you set the sequence to anything other than order of appearance the only allowable children are QuestionConstruct or Sequence. Contents must be randomizable.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ConstructSequence"/>

ControlConstructReference
Type:
References control constructs in the order that they should appear within the instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>

TypeOfSequence
Type:
r:CodeValueType, simple content
Provides the ability to "type" a sequence for classification or processing purposes. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>

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