- From: Stefan Wachter <Stefan.Wachter@gmx.de>
- Date: Thu, 28 Nov 2002 09:16:47 +0100 (MET)
- To: Chris Evans <CEvans@confluence.com>
- Cc: xmlschema-dev@w3.org
Use an enumeration of QNames: <simpleType name="xxx"> <restriction base="QName"> <enumeration value="xs:string"/> <enumeration value="xs:double"/> .... </restriction> </simpleType> > I want to create a string Simple Type thats value must be the string name > of > a Simple Type (preferably allowing for user-defined SimpleTypes). For > example the simple type would only allow "xs:date", "xs:time", etc. > > Can it be done? >
Received on Thursday, 28 November 2002 03:17:21 UTC