Can anybody tell me where I can find the enumerated values (X, Y, Z)
when I have defined a dataobject containing this:
 
<simpleType name="Test">
  <restriction base="string">
   <enumeration value="X"/>
   <enumeration value="Y"/>
   <enumeration value="Z"/>
  </restriction>
 </simpleType>
 
If SDO does not offer it directly can I use the underlying EMF?
 
/Chr
 

Reply via email to