hi,
i'm working on a c code generator and i need to be able to define different
machine states in an xml file which look something like this (this is just
an example):
<STATES>
      <STATE name="LIGHTS_ON"/>
      <STATE name="LIGHTS_OFF"/>
      <STATE name="FADE_IN"/>
</STATES>
And then i need to be able to use those name attributes as enumeration
values in an xsd schema.
is that possible?
-- 
View this message in context: 
http://www.nabble.com/help-with-enumeration-values-pls-tf2409835.html#a6716985
Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Reply via email to