> internet contain attribute declarations within the element. I am just > trying to create an empty element without any attributes. This is how I > did it: > > <xsd:element name="foo"> > <xsd:complexType/> > </xsd:element> > > Is this right? Yes. Cheers, /Eddie