- From: Morris Matsa <mmatsa@us.ibm.com>
- Date: Wed, 4 Dec 2002 18:59:48 -0500
- To: xmlschema-dev@w3.org
We've been having discussions about which of these are legal in a schema,
based on inferences in various parts of the spec which might contradict
each other.
Which of the four are legal?
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="one" type="xsd:anySimpleType" />
<xsd:element name="two" type="xsd:anyType" />
<xsd:attribute name="three" type="xsd:anySimpleType" />
<xsd:attribute name="four" type="xsd:anyType" />
</xsd:schema>
SQC XSV
one ok ok
two ok ok
three ok ok
four ok bad [1]
[1] type definition for an attribute ({None}four) must not be complex
Received on Wednesday, 4 December 2002 19:02:54 UTC