[
Lists Home |
Date Index |
Thread Index
]
Title: Message
Can I redefine
'enumeration' element in the XSD I write?
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
|