@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @namespace styleTest "assets.styleTest.*"; @namespace assets "assets.*"; /* Type selector */ styleTest|ADVStyleTestClass { teststyle_1_string_noinh : "testStr"; teststyle_3_uint_inh : 34; } styleTest|ADVStyleTestExtendClass { testextstyle_1_string_noinh : "testextString"; testextstyle_3_uint_inh : 431; }