complexType "ReferenceWithBindingType"
Namespace:
Content:
complex, 7 attributes, 8 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A reference to an object containing a Binding, e.g. a GeneralInstruction, GenerationInstruction, ControlConstruct, etc. The basic Reference structure is extended to allow for the use of Binding to link specific OutParameters and InParameter at the point of use. If there is a conflict between a Binding in the reference and the Binding information provided in the object of the reference, the Binding information in the reference overrides that found in the object of the reference.
Type Definition Detail
Type Derivation Tree
ReferenceType (extension)
  ReferenceWithBindingType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ReferenceWithBindingType">
<xs:complexContent>
<xs:extension base="ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Binding"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/8)
Binding
Type:
BindingType, complex content
A structure used to link the content of a parameter declared as the source to a parameter declared as the target. For example, linking 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="Binding"/>

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