Page 1 of 1

About Question enthuware.ocejws.v6.2.159 :

Posted: Wed Feb 26, 2014 12:30 pm
by t.alex
Hi,

according to the explanation option 3 should look like:

  

Code: Select all

<xs:sequence>     
  <xs:element name="return" type="ref:swaRef" minOccurs="0"/>   
</xs:sequence>
Greetings,
Alex

Re: About Question enthuware.ocejws.v6.2.159 :

Posted: Wed Feb 26, 2014 3:29 pm
by fjwalraven
Option 3 is the same as the sample XML given in the explanation only that the prefix is defined differently:
...xmlns:swaRef="http://ws-i.org/profiles/basic/1.1/xsd" ...

<xs:element name="return" type="swaRef:swaRef" minOccurs="0"/>
vs
... xmlns:ref="http://ws-i.org/profiles/basic/1.1/xsd" ...

<xs:element name="return" type="ref:swaRef" minOccurs="0"/>
Regards,
Frits