Y
yasar.khan
Is there any way we can replicate language "c" enum in XML schema? for
example
enum
{
GREEN =1001,
YELLOW
RED
}
so in c once you refer GREEN it means 1001. Do we have anything like
this in XML schema?
Yasar
example
enum
{
GREEN =1001,
YELLOW
RED
}
so in c once you refer GREEN it means 1001. Do we have anything like
this in XML schema?
Yasar