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 ---------
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to