DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ElseIfType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
IfCondition, ThenConstructReference
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Use for multiple branching from a single point in the flow logic represpented by the flow logic If, Then, ElseIf, Then, etc.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ElseIfType">
<xs:sequence>
<xs:element ref="IfCondition"/>
<xs:element ref="ThenConstructReference"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
IfCondition
Type:
r:CodeType, 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 ref="IfCondition"/>

ThenConstructReference
Type:
r:ReferenceType, complex content
Reference to the control construct which should be triggered if the associated condition is met.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ThenConstructReference"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set