complexType "ConditionalTextType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Text which has a changeable value depending on a stated condition, response to earlier questions, or as input from a set of metrics (pre-supplied data).
Type Definition Detail
Type Derivation Tree
TextContentType (extension)
  ConditionalTextType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ConditionalTextType">
<xs:complexContent>
<xs:extension base="TextContentType">
<xs:choice>
<xs:element ref="Expression"/>
<xs:element ref="IfThenElseText"/>
<xs:element ref="r:SourceParameterReference"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/4)
Expression
Type:
r:CommandCodeType, complex content
The condition on which the associated text varies expressed by a command code. For example, a command that inserts an age by calculating the difference between today’s date and a previously defined date of birth. Use InParameter and OutParameter of parent class to associate Parameters to Alias values in command code.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Expression"/>

IfThenElseText
Type:
IfThenElseTextType, complex content
The condition on which the associated text varies expressed by an IfThenElse decision tree. For example, If MEMBER = 1, Then = [ConditionalResult singular], ElseIf MEMBER > 1, Then = [ConditionalResult plural]. Use InParameter and OutParameter of parent class to associate Parameters to Alias values in the IfCondition.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="IfThenElseText"/>

r:SourceParameterReference
Type:
r:ReferenceType, complex content
This allows for the simple insert of a piece of information from another specified parameter. For example, if the text of the item using conditional text included the respondent’s name use SourceParameterReference to reference the InParameter of the question that is bound to the OutParameter of the question: “What is your name?”
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:SourceParameterReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set