[Home] [By Thread] [By Date] [Recent Entries]
Wayne Steele wrote:
>
> >From: Huy-Lan Phan <Huylanp@O...>
> ... I think only a complex element can have attributes ...
>
> You are correct. Only a complex element can have attributes.
But don't forget that a complex type can have simple content.
<complexType>
<simpleContent>
<restriction base="xsd:string" />
</simpleContent>
<attribute>...</attribute>
...
</complexType>
-- Ron
|

Cart



