}
// 51210
// extendedMetaData.setContent(eClass, contentParticle);
XSDAnnotation xsdAnnotation = xsdComplexTypeDefinition.getAnnotation();
if (xsdAnnotation != null)
{
List applicationInformationList = xsdAnnotation.getApplicationInformation(EcorePackage.eNS_URI);
for (Iterator i = applicationInformationList.iterator(); i.hasNext(); )
{
Element applicationInformation = (Element)i.next();
if ("operations".equals(applicationInformation.getAttributeNS(EcorePackage.eNS_URI, "key")))
{