Peter A. Bigot - 2009-08-23
  • status changed from new to closed
  • resolution set to fixed
  • component changed from Binding model to Content model
  • description modified (diff)

Fixed in [1960].

The restricted case was simple enough. Use pyxb.RequireValidWhenGenerating(False) to allow generation of incomplete documents. Use pyxb.RequireValidWhenParsing(False) to allow such documents to be loaded back in as binding instances. Put everything back to True as soon as possible.