[oXygen-user] Content completion & nested dependencies

Syd Bauman
Sat Jan 9 10:57:13 CST 2010


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 ---------



More information about the oXygen-user mailing list