[
Lists Home |
Date Index |
Thread Index
]
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- To: "Roger L. Costello" <costello@mitre.org>
- Date: Wed, 13 Sep 2000 20:35:06 +0100
"Roger L. Costello" <costello@mitre.org> writes:
<snip/>
> On the other hand, Henry says that the 'ref' form is equivalent to the
> in-lined form,
No, I didn't say equivalent, I said the global def'n is brought in to
play by the ref.
Note that the following is not allowed, reasoning as before (same
name, two types):
<schema xmlns='http://www.w3.org/1999/XMLSchema'
targetNamespace='http://www.example.com/toony'
xmlns:my='http://www.example.com/toony'
elementFormDefault='qualified'>
<element name='foo' type='integer'>
<comlexType name='tt'>
<sequence>
<element ref='my:foo'/>
<element name='foo' type='string'/>
</sequence>
</complexType>
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, 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/
|