OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Public review comment - Change regarding anonymous types in wsrp_v2_types.xsd


One of our team members noticed that all v1 anonymous complex types have 
been changed to non-anonymous types. For example

wsrp_v1_types.xsd defines getServiceDescription element as follows

   <element name="getServiceDescription">
     <complexType>
        ...
     </complexType>
   </element>

wsrp_v2_types.xsd defines the same as

     <complexType name="getServiceDescription">
       ...
     </complexType>
     <element name="getServiceDescription" 
type="types:getServiceDescription"/>

As a result, some schema compilers generate the class structure 
differently with V2. Any reason to not switch back to the v1 style?

Subbu
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]