complexType "ConditionalTextType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
Expression, r:Description, r:SourceParameterReference
All Direct / Indirect Based Elements (1):
ConditionalText
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 (3); see within schema source)
<xs:complexType name="ConditionalTextType">
<xs:complexContent>
<xs:extension base="TextContentType">
<xs:choice>
<xs:element minOccurs="0" ref="Expression"/>
<xs:element minOccurs="0" ref="r:SourceParameterReference"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/3)
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.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Expression"/>

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 minOccurs="0" ref="r:SourceParameterReference"/>

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