One of our test schemas says:
<element name="inHeader">
<complexType>
<sequence>
<element name=""
type="xsd:string"/>
</sequence>
</complexType>
</element>
Is a null name really a reasonable thing in a sequence? As I read the
spec, name="" is never reasonable. The spec demands an NCName for
name, and either name or ref must be present.
