> But some featrues are missing, so I have a hunch that the Scheme is
> not complete. For example while beeing in a <mx:operation> within a 
> <mx:Webservice> no hinting for "result" or "concurenncy" is provided. 
> Checking the Schema with a Schema-Browser results in that attributes
> or sub-tags for <mx:operation> are not provided.

As I learned earlier (see ColumnChart thread), the lower-case tags
aren't objects but shortcuts for defining properties of the parent tag.
So, as in that ColumnChart thread, this code:

   <mx:ColumnChart ...>
      <mx:verticalAxis ...>
         ...
      </mx:verticalAxis>
   </mx:ColumnChart>

Is the same as:

   <mx:ColumnChart verticalAxis="..." ...>
      ...
   </mx:ColumnChart>


Cheers,

Blake


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to