/* */ }
/* */
/* 1230 */ TypeBinding xopIncludeType = new TypeBinding(new QName("http://www.w3.org/2004/08/xop/include", "Include"));
/* 1231 */ xopIncludeType.setSchemaBinding(schema);
/* 1232 */ xopIncludeType.addAttribute(new QName("href"), anyUriType, DefaultHandlers.ATTRIBUTE_HANDLER);
/* 1233 */ xopIncludeType.setHandler(new XOPIncludeHandler(binding));
/* */
/* 1235 */ ElementBinding xopInclude = new ElementBinding(schema, new QName("http://www.w3.org/2004/08/xop/include", "Include"), xopIncludeType);
/* */
/* 1237 */ ParticleBinding particleBinding = new ParticleBinding(xopInclude);
/* 1238 */ particleBinding.setMinOccurs(0);