complexType "ControlConstructReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
= |
xs:boolean : "false" |
|
|
= |
xs:anyURI |
|
|
= |
"true" |
|
|
= |
xs:boolean : "false" |
|
|
= |
xs:string |
|
|
= |
list of xs:language |
|
|
= |
xs:anyURI |
|
|
> |
|
|
</...> |
Content Model Elements (7):
-
All Direct / Indirect Based Elements (1):
-
Annotation
A reference to a control construct of any type with the ability to bind the InParameter or OutParameter of the ControlConstruct to external information as needed.ComputationItem, IfThenElse, Loop, QuestionConstruct, RepeatUntil, RepeatWhile, Sequence, or StatementItem
|
Type Derivation Tree
ControlConstructReferenceType
|
XML Source (w/o annotations (2); see within schema source)
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Binding"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 1/7)
-
A structure used to bind the content of a parameter declared as the source to a parameter declared as the target. For example, binding the output of a question to the input of a generation instruction. Question A has an OutParameter X. Generation Instruction has an InParameter Y used in the recode instruction. Binding defines the content of InParameter Y to be whatever is provided by OutParameter X for use in the calculation of the recode.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Binding"/>
|