Multiple choice technology web technology

Which two are true about the WSDL 1.1 part element

  1. Global schema types must be referenced by the type attribute

  2. Global schema elements must be referenced by the type attribute

  3. Global schema types must be referenced by the element attribute

  4. Global schema elements must be referenced by the element attribute

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

In WSDL 1.1, global schema types are referenced using the 'type' attribute in part elements, while global schema elements are referenced using the 'element' attribute. Mixing these (using 'element' for types or 'type' for elements) is incorrect.