FW: Non empty *mixed* content model

Hello,

I have yet another question. Is it possible to define a mixed complex type
that is not empty. What I need to define is a mixed content that can not be
empty (contains text, another element, or both).

<command><parameter id="1"/></command> -> valid

<command>test<parameter id="1"/></command> -> valid

<command>test</command> -> valid

<command/> -> not valid

Kind regards,
Ismaël

Received on Tuesday, 2 September 2003 03:09:39 UTC