|
Just use the union like that :
<simpleType>
<union>
<restriction base="xs:string">
<enumeration.../>
</restriction>
<simpleType>
...
</simpleType>
</union>
</simpleType>
Best regards,
A.Brillant
EditiX - XML Editor and XSLT Debugger
http://www.editix.com
|