- From: Dan Sullivan <dan@mail.ma.ultranet.com>
- Date: Fri, 13 Oct 2000 13:10:26 -0400
- To: <xmlschema-dev@w3.org>
A restriction may have a simpleType as its first child. But is the following fragment of a schema allowed? <simpleType name="test"> <restriction> <simpleType> <restriction> <simpleType> <restriction base="long"/> </simpleType> </restriction> </simpleType> </restriction> </simpleType> It doesn't seem that this would allow any more expressivness than one level of restriction. Is there someplace in the Rec' that disallows this structure? Is there some extra expresiveness that can be obtained by using it? Tnx Dan
Received on Friday, 13 October 2000 13:08:57 UTC