complexType "IfThenElseTextType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based 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 (5); see within schema source)
<xs:complexType name="IfThenElseTextType">
<xs:sequence>
<xs:element minOccurs="0" ref="IfCondition"/>
<xs:element minOccurs="0" ref="ThenResult"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ElseIfText"/>
<xs:element minOccurs="0" ref="ElseResult"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
ElseIfText
Type:
ElseIfTextType, complex content
Use for multiple branching from a single point in the flow logic represented by the flow logic If, Then, ElseIf, Then, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ElseIfText"/>

ElseResult
Type:
ConditionalResultType, complex content
The conditional response which should be triggered if the associated condition is not met.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ElseResult"/>

IfCondition
Type:
r:CommandCodeType, complex content
The condition which must be met to trigger the Then clause, expressed as a CommandCode. The condition is an expression in the programming language used in the instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="IfCondition"/>

ThenResult
Type:
ConditionalResultType, complex content
The conditional response which should be triggered if the associated condition is met.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ThenResult"/>

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