Hi,

I am updating the OperationProperties "name" to "nativeOperation"
mapping (nativeOperation --> name) and I noticed that the jms binding
schema requires a headers element in the OperationProperties type..

        <complexType name="OperationProperties">
                <sequence>
                        <element name="property" type="sca:BindingProperty"
                                minOccurs="0" maxOccurs="unbounded"/>
                        <element name="headers" type="sca:Headers"/>       
<-------------required
                </sequence>
                <attribute name="name" type="string" use="required"/>
                <attribute name="nativeOperation" type="string"/>
        </complexType>

Is there a reason the header element is required or should this be
changed to include a minOccurs="0"?

Thanks,
Kaushik

Reply via email to