Skip to content
Advertisement

WSDL: how to describe an element with attribute and string-value at the same time?

I can describe a structure like this:

JavaScript

It leads to:

JavaScript

Also I can describe a structure like this:

JavaScript

It leads to:

JavaScript

But how to describe a structure which leads to something like this:

JavaScript

???

Advertisement

Answer

Like this:

JavaScript

the output will be

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement