MCQs > Engineering & Manufacturing > SOAP > Read the following snippet: ... < xs:element name='person'> < xs:complexType> < xs:sequence> < xs:element name='firstname' type='xs:string'/> < xs:element name='lastname' type='xs:string'/> < xs:anyminOccurs='0'/> < /xs:sequence> < /xs:complexType> < /xs:element> ... What does the 'any' tag do in the above code?

SOAP MCQs

. Read the following snippet:

...

<xs:element name="person">

<xs:complexType>

<xs:sequence>

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

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

<xs:anyminOccurs="0"/>

</xs:sequence>

</xs:complexType>

</xs:element>

...

What does the 'any' tag do in the above code?

Answer

Correct Answer: All child elements of the person element may have any type of value

Explanation:

Note: This Question is unanswered, help us to find answer for this one

SOAP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SOAP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it