OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: empty content



> 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