Status: Accepted
Owner: miller.lucas
Labels: Type-Enhancement Milestone-General_Backlog Priority-P2
Component-Abc FoundBy-Sony EstimateInDays-3
New issue 287 by miller.lucas: Investigate need for WrapExisting and
TopFlag in Abc
http://code.google.com/p/alembic/issues/detail?id=287
WrapExisting may not be necessary as it should be possible to determine
whether the ICompoundProperty parent that is passed in can be used as the
appropriate ISchema, or if we should look for a child ICompoundProperty
with the proper ISchema::defaultName() in the same constructor function.
Also with a little bit of template hardening we may not need TopFlag either.