The Tuscany SCA 1.x is based on the 1.0 SCA Spec from OSOA [1] and
from looking at section 1.6.1 it seems that these are new changes on
the OASIS spec that we haven' t implemented yet. It's also good to
mention that, when we address these items from the OASIS spec, they
will most likely be addressed in the 2.x code base.

[1] 
http://www.osoa.org/download/attachments/35/SCA_AssemblyModel_V100.pdf?version=1

On Tue, Dec 16, 2008 at 10:57 PM, kujunguo kujunguo <[email protected]> wrote:
> From OASIS_sca-assembly-1.1-spec-cd01-rev2+Conformance-05.pdf, it's
> using the following examples:
>
> <property name="pi" value="3.14159265" />
>
> <property name="pi">
>     <value>3.14159265</value>
> </property>
>
> But from sca-core.xsd, I noticed:
>
> <complexType name="PropertyValue" mixed="true">
>       <complexContent>
>          <extension base="sca:SCAPropertyBase">
>             <attribute name="name" type="NCName" use="required"/>
>               <attribute name="type" type="QName" use="optional"/>
>               <attribute name="element" type="QName" use="optional"/>
>               <attribute name="many" type="boolean" default="false"
>                        use="optional"/>
>             <attribute name="source" type="string" use="optional"/>
>             <attribute name="file" type="anyURI" use="optional"/>
>             <anyAttribute namespace="##any" processContents="lax"/>
>             <!-- an extension point ; attribute-based only -->
>          </extension>
>       </complexContent>
>    </complexType>
>
> Anyone has any sense about this? Thanks!
>



-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to