cancel
Showing results for 
Search instead for 
Did you mean: 

convert already declared elements to attributes

Former Member
0 Kudos

Hello,

I have declared around 92 fields as elements. Is there way to change them into Attributes without recreating?

Regards,

Nikhil.

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi Nikhil,

unfortunately, we have no option to change that one.

other wise, u can do in the following way.

please export the XSD defination.

change the tag

<xsd:element Field1="name" type="xsd:string">

to

<xsd:attribute Field1="type" type="xsd:string">

manually, we need to chane and import it as usual.

regards

mahesh.

Former Member
0 Kudos

Thanks a lot

Nikhil.

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Unfortunately No

Regards,

Prateek