- From: Oleg Tkachenko <olegt@multiconn.com>
- Date: Mon, 21 Jan 2002 12:30:11 +0200
- To: xmlschema-dev@w3.org
hello! How can I restrict the following type to be "to" value >= "from" value? <xs:complexType name="unboundedRangeType"> <xs:all> <xs:element name="from" type="xs:unsignedLong" /> <xs:element name="to" type="xs:unsignedLong" /> </xs:all> </xs:complexType> -- Oleg Tkachenko Multiconn International, Israel
Received on Monday, 21 January 2002 05:27:40 UTC