xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
// Variable in the Application scope.
[Bindable]
public var localVar:String="Application scope";
// Variable in the Renderer scope.
[Bindable]
public var localVar:String="Renderer scope";
bottom="2">
text="{'Application localVar = ' + outerDocument.localVar}" />