complexType "ElseIfTextType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Use for multiple branching from a single point in the flow logic represented by the flow logic If, Then, ElseIf, Then, etc. This is a packaging element for an IfCondition and ThenConstructReference and not a control construct.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ElseIfTextType">
<xs:sequence>
<xs:element minOccurs="0" ref="IfCondition"/>
<xs:element minOccurs="0" ref="ThenResult"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
IfCondition
Type:
r:CommandCodeType, complex content
The condition which must be met to trigger the Then clause, expressed as a Coding. 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