[Home] [By Thread] [By Date] [Recent Entries]
Title: Message Can I redefine
'enumeration' element in the XSD I write?
I want the
'enumeration' element defined at http://www.w3.org/2001/XMLSchema
namespace to hold some other custom element i.e.,
I should be able to
write as follows in my instance document.
<simpleType
name="MyType">
<restriction
base="string">
<enumeration value="ABC">
<MyElement value="xxx"/>
</enumeraion>
</restriction>
</simpleType>
is this
possible?
regards,
GSK
|

Cart



