[
https://issues.apache.org/jira/browse/TUSCANY-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637022#action_12637022
]
Luciano Resende commented on TUSCANY-2625:
------------------------------------------
I might have missed something, but looks like the attribute name in the
property complex type is defined as "mustSupply" already.
<!-- complex type for sca:property declaration -->
<complexType name="Property" mixed="true">
<complexContent>
<extension base="sca:SCAPropertyBase">
<!-- extension defines the place to hold default value -->
<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="mustSupply" type="boolean" default="false"
use="optional"/>
<anyAttribute namespace="##any" processContents="lax"/>
<!-- an extension point ; attribute-based only -->
</extension>
</complexContent>
</complexType>
> sca-core.xsd schema in Tuscany uses the incorrect "noDefault" attribute name
> instead of the "mustSupply" name for the Property complex type
> -------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TUSCANY-2625
> URL: https://issues.apache.org/jira/browse/TUSCANY-2625
> Project: Tuscany
> Issue Type: Bug
> Components: Specification
> Reporter: Richard Mah
> Assignee: Luciano Resende
>
> The sca-core.xsd schema file in Tuscany uses the incorrect "noDefault"
> attribute name instead of the "mustSupply" name in the Property complex type
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.