complexType "ReferenceWithBindingType"
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 |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (2):
-
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 Derivation Tree
ReferenceWithBindingType
|
XML Source (w/o annotations (2); see within schema source)
<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)
-
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"/>
|