← Prev in month ← Prev in thread
Next in thread → Next in month →

[NEW ISSUE] sca-core.xsd is missing @replace attribute for sca:WirecomplexType

From
Raymond Feng <>
Date
2009-03-05T01:35:04+00:00
ID
Thread
[NEW ISSUE] sca-core.xsd is missing @replace attribute for sca:WirecomplexType
TARGET: Service Component Architecture
Assembly Model Specification Version 1.1 Committee Draft 02 - Revision
7

DESCRIPTION:

For the <wire> element, the spec
allows an optional "replace" attribute. But the sca-core.xsd
is missing such attribute for the Wire complexType:

4394 <!--
Wire -->

4395 <complexType
name="Wire">

4396 <complexContent>

4397 <extension
base="sca:CommonExtensionBase">

4398 <sequence>

4399 <any
namespace="##other"
processContents="lax"
minOccurs="0"

4400 maxOccurs="unbounded"/>

4401 </sequence>

4402 <attribute
name="source"
type="anyURI"
use="required"/>

4403 <attribute
name="target"
type="anyURI"
use="required"/>

4404 </extension>

4405 </complexContent>

4406 </complexType>

PROPOSAL:

Add the following attribute definition
after line 4403:

<attribute
name="replace"
type="boolean"
use="optional"/>

Raymond Feng

Senior Software Engineer, Apache Tuscany PMC Member & Committer 

IBM Bay Area Lab, 1001 E Hillsdale Blvd, Suite 400,
Foster City, CA 94404, USA

E-mail: ,
Notes: Raymond Feng/Burlingame/IBM, Tel: 650-645-8117,
T/L: 367-8117

Apache Tuscany: http://tuscany.apache.org

S/MIME Cryptographic Signature
← Prev in month ← Prev in thread
Next in thread → Next in month →