Re: XSchema Spec, Section 2.2 (Element Declarations), Draft 3
Ron Bourret (rbourret@dvs1.informatik.tu-darmstadt.de)
Tue, 7 Jul 1998 09:36:36 +0200
> <!ELEMENT XSC:ElementDecl (XSC:Doc?, XSC:More, (XSC:Ref | XSC:Choice | XSC:Seq
> | XSC:Empty | XSC:Any | XSC:PCData | XSC:Mixed), XSC:AttDef*)>
> <!-- name is the element name -->
> <!ATTLIST XSC:ElementDecl
> name NMTOKEN #REQUIRED
> id ID #IMPLIED
> root (Recommended | Possible | Unlikely) "Possible">
Two nits:
1) The More element should be optional (needs a "?").
2) Why is id optional? Is this to allow people to decide for themselves if they
want to be reused?