propertyList = new PropertyList(1);
final RegionNameSpecifier regionNameSpecifier = new RegionNameSpecifier(
targetList, propertyList);
targetList.addChild(regionNameSpecifier);
property = new PdRegionNameReference(regionNameSpecifier,
FoProperty.REGION_NAME_REFERENCE.toXslFo(), impliedName);
propertyList.addProperty(regionNameSpecifier, property);
}