case LAYOUT_MASTER_SET: {
final Root root = parentRoot(enumeration, parent, locator);
return new LayoutMasterSet(root, propertyList);
}
case LEADER: {
return new Leader(parent, propertyList);
}
case LIST_BLOCK: {
return new ListBlock(parent, propertyList);
}
case LIST_ITEM: {