
9 Jan
2010
9 Jan
'10
4:57 p.m.
I have duplicated this problem using both the XML syntax and the compact syntax in oXygen 11.1 build 2009121816 on Mac OS X 10.5.8 on Intel architecture. --------- schema --------- start = element test { what } what = element item { attribute name { "first" }, element response { attribute value { "alpha" | "beta" } } }, element item { attribute name { "second" }, element response { attribute value { "gamma" | "delta" } } } --------- end schema ---------