0 votes
in XML by
Can you please help to explain what is the difference between simple element and complex element?

1 Answer

0 votes
by

1) In XML, simple elements are text-based elements. It contains less attributes, child elements, and cannot be left empty.

2)  complex elements can hold multiple attributes and elements. It can contain additional sub elements and empty element also.

...