On Tue, Jun 24, 2008 at 11:54 AM, Ramkumar R <[EMAIL PROTECTED]> wrote:
> The schema for ScriptImplementation (tuscany-sca-implementation-script.xsd) > has this.... > > <element name="implementation.script" type="t:ScriptImplementation"/> > <complexType name="ScriptImplementation"> > <complexContent mixed="true"> > <extension base="sca:Implementation"> > > here *mixed="true"* attributes specifies to allow character data to appear > between the child elements of this complexType element. > > Do we really need this for ScriptImplementation? If so, like to know at > what > scenarios we would use this? > > -- > Thanks & Regards, > Ramkumar Ramalingam > Hi Ram I think the intention was to allow the text of the script to appear in-line within the implementation.script element in the text of the .composite file. I don't believe this is actually implemented yet though. Regards Simon
