- From: Stanley Guan <Stanley.Guan@oracle.com>
- Date: Wed, 05 Dec 2001 12:30:47 -0800
- To: Schema XML <xmlschema-dev@w3.org>
Received on Wednesday, 5 December 2001 15:30:57 UTC
The minimum valid element declaration is:
<xs:element name="anything">
What's the minimum valid anonymous complex type declaration embedded in
a valid element declaration?
Is it like this:
<xs:element name="name1">
<xs:complexType/>
</xs:element>
and what does it mean?
Thx,
-Stanley
Received on Wednesday, 5 December 2001 15:30:57 UTC