I'm trying to use Parsley framework in Intellij Idea 10(11) IDE, but in doesn't recognize some mxml attributes, giving error "attribute 'type' is not allowed here". But in the Eclipse the mxml parses Ok. Anyone had the problem? Why would it happen? E.g. "type" is not recognized:
<mx:Object xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:parsley="http://www.spicefactory.org/parsley">
....
<parsley:Object type="{ClientProfile}" id="clientProfile"/>
....
When I ctrl-click on xmlns:parsley link, I get "z.xsd", which is definitely not a valid schema link.