element <IfThenElseText> (global)
Namespace:
Type:
Content:
complex, 4 elements
Defined:
Used:
XML Representation Summary
<IfThenElseText>
   
Content: 
</IfThenElseText>
Included in content model of elements (1):
Known Usage Locations
Annotation
Describes an if-then-else decision type for conditional text. IF the stated condition is met, the THEN clause is trigged, otherwise the ELSE clause is triggered. Contains an IfCondition (the condition that must be met to trigger the Then clause), a ThenResult (indicating the ConditionalResult to invoke if the condition is met), an ElseResult (indicating the construct to invoke if the condition is not met), and an ElseIfText structure allowing the expression of multiple conditions to invoke multiple branching.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="IfThenElseText" type="IfThenElseTextType"/>

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