public XmlAttributeMapping buildResourceMapping(EFactory factory) {
   return EFactoryTools.create(
       factory, EclipseLinkOrmPackage.eINSTANCE.getXmlTransformation(), XmlTransformation.class);
 }
 protected Attributes buildXmlAttributes() {
   return EFactoryTools.create(
       this.getResourceModelFactory(), OrmPackage.eINSTANCE.getAttributes(), Attributes.class);
 }