Namespace: |
|
Content: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 2 locations |
XML Representation Summary |
|||
<... |
|||
forms | = |
list of xsd:string |
|
ifEvents | = |
list of xsd:string |
|
ifExpr | = |
xsd:string |
|
...> |
<xsd:attributeGroup name="ConditionalSourceGenAttributes"> <xsd:annotation> <xsd:documentation> Base for sourcegen elements which may be conditionally skipped. Such skipping applies to the save-time behavior and not the load-time or validation-time behavior. </xsd:documentation> </xsd:annotation> <xsd:annotation> <xsd:documentation> 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. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Added post 1.1 to inline. If defined, a list of events, any of which must be bound for the element to be invoked. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Added post 1.1. If defined, a Javascript expression which must evaluate to true (or non-zero) for the element to be invoked. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:attributeGroup> |
Type: |
|
Use: |
optional |
Defined: |
locally, within this attributeGroup |
<xsd:attribute name="forms" type="listOfStrings" use="optional"> <xsd:annotation> <xsd:documentation> 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. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
|
Use: |
optional |
Defined: |
locally, within this attributeGroup |
<xsd:attribute name="ifEvents" type="listOfStrings" use="optional"> <xsd:annotation> <xsd:documentation> Added post 1.1 to inline. If defined, a list of events, any of which must be bound for the element to be invoked. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this attributeGroup |
<xsd:attribute name="ifExpr" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation> Added post 1.1. If defined, a Javascript expression which must evaluate to true (or non-zero) for the element to be invoked. </xsd:documentation> </xsd:annotation> </xsd:attribute> |