[Simple-support] Serialize / Deserialize xs:choice element
Brought to you by:
niallg
|
From: Michele I. <Mic...@au...> - 2012-08-20 07:37:15
|
Hello, I have the following:
<xs:choice>
<xs:sequence>
<xs:element name="DATAINIZIO"/>
<xs:element name="DATAFINE"/>
</xs:sequence>
<xs:element name="NUMTRANSAZIONE"/>
</xs:choice>
How to I annotate the choice XSD element using SimpleXML?
Thanks
|