complexType "ConditionalSourceGen"
Namespace:
Content:
empty, 3 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<...
   
forms
 = 
list of xsd:string
   
ifEvents
 = 
list of xsd:string
   
ifExpr
 = 
xsd:string
/>
Known Usage Locations
XML Source
<xsd:complexType abstract="true" name="ConditionalSourceGen">
<xsd:attributeGroup ref="ConditionalSourceGenAttributes"/>
</xsd:complexType>
Attribute Detail
forms
Added post 1.1 to inline.

A list of tokens used to select a particular kind of source for a parent.
The namespace is determined implicitly by what a parent requests.

For instance, a parent may have special sourcegen, and pass
the form "SpecialCase" to its children. Elements specifying
form="SpecialCase" will be selected. Other parents will not see
such elements if they do not specify that form.

If the form does not match, the element is not invoked.
Type:
Use:
optional
Defined:

ifEvents
Added post 1.1 to inline.
If defined, a list of events, any of which must be bound for the
element to be invoked.
Type:
Use:
optional
Defined:

ifExpr
Added post 1.1.
If defined, a Javascript expression which must evaluate to
true (or non-zero) for the element to be invoked.
Type:
xsd:string
Use:
optional
Defined: