synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Change the xml meta fields in ctAttribute to attrName and attrType #64

Open berryware opened 3 years ago

berryware commented 3 years ago

ctAttribute is a complex type that defines javaName and javaType to define the name and type of the java attribute. As we embark on a .Net version of CPO we need to make this language agnostic. This should be backwards compatible so that CpoUil can still read the old files and convert them to the new format.

Current:

    <xs:element name="javaType" type="xs:string"/>

Proposed: