Proposed solution to bug 751 (remember, this solution is not intended as a global fix to the content of <org>, <person>, and <place>, only as a fix to get <listEvent> and <event> to be children of <org>): * new model.eventLike has only 2 members, <event> and <listEvent> a member of model.personPart and model.orgPart and directly part of the content model of <place> * model.persEventLike removed; ND prose tweaked to match - reference to it from content of <person> changed to model.eventLike * model.placeEventLike removed - reference to it from content of <place> changed to model.eventLike * <birth> and <death> added to model.personPart These changes were made to a new branch, https://svn.code.sf.net/p/tei/code/branches/P5/for-bug-751 and checked in to revision 13220. If we like them, we can merge them in; if not, no harm done.