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