complexType "ControlConstructReferenceType"
Namespace:
Content:
complex, 8 attributes, 7 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
    >
   
Content: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:TypeOfObject, r:MaintainableObject?, r:Binding*
</...>
Content Model Elements (7):
r:Agency, r:Binding, r:ID, r:MaintainableObject, r:TypeOfObject, r:URN, r:Version
All Direct / Indirect Based Elements (1):
ControlConstructReference
Known Usage Locations
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.
Type Definition Detail
Type Derivation Tree
r:ReferenceType (extension)
  ControlConstructReferenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ControlConstructReferenceType">
<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)
r:Binding
Type:
r:BindingType, complex content
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"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set