Re: Substitution Groups in Local Elements?

[technical discussion on the IG, please]

Jerome Simeon <simeon@simeon-ltmh.research.bell-labs.com> writes:

> Can a local element belong to a substitution group?
> 
> We can find nothing in Schema Part I that prohibits this, but if it is
> permitted, it is not clear what it would mean.

The Schema for Schemas rules this out:

 <xs:complexType name="localElement">
  <xs:complexContent>
   <xs:restriction base="xs:element">
    . . .
    <xs:attribute name="substitutionGroup" use="prohibited"/>
                                           ^^^^^^^^^^^^^^^^
   </xs:restriction>
  </xs:complexContent>
 </xs:complexType>

This only applies to the XML representation layer, of course.

It's a bug that there's no clause in "Schema Component Constraint:
Element Declaration Properties Correct" ruling this out for components 
as well.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2002, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Monday, 22 April 2002 14:11:23 UTC