}
case ROOT: {
return new Root(propertyList);
}
case SCALING_VALUE_CITATION: {
return new ScalingValueCitation(parent, propertyList);
}
case SIMPLE_PAGE_MASTER: {
final LayoutMasterSet layoutMasterSet = parentLayoutMasterSet(
enumeration, parent, locator);
return new SimplePageMaster(layoutMasterSet, propertyList);