[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Conditional Enum
- From: Shashank Gupta <gumnam_musafir@yahoo.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 15 Jan 2008 07:50:36 -0800 (PST)
Hi,
I have a simple xml element which is an enum as :
<xs:simpleType name="a_type">
<xs:restriction base="xs:string">
<xs:enumeration value="XXX"/>
<xs:enumeration value="YYY"/>
</xs:restriction>
</xs:simpleType>
I want to define another simple element of type string which can take any value if the above a_type is XXX and another enum if the above a_type is YYY.
How do I do this.
Thanks
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]