taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/TypeDescriptors.java [501:513]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        else {
            XmlSchemaAttributeGroup xmlSchemaAttributeGroup;
            if (attribute instanceof XmlSchemaAttributeGroup) {
                xmlSchemaAttributeGroup = (XmlSchemaAttributeGroup)attribute;
            }
            else {
                XmlSchemaAttributeGroupRef xmlSchemaAttributeGroupRef = (XmlSchemaAttributeGroupRef)attribute;
                XmlSchemaRef<XmlSchemaAttributeGroup> xmlSchemaRef = xmlSchemaAttributeGroupRef.getRef();
                xmlSchemaAttributeGroup = xmlSchemaRef.getTarget();
            }

            List<XmlSchemaAttributeGroupMember> xmlSchemaAttributeGroupMembers = xmlSchemaAttributeGroup.getAttributes();
            for (XmlSchemaAttributeGroupMember xmlSchemaAttributeGroupMember : xmlSchemaAttributeGroupMembers) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/TypeDescriptors.java [581:593]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        else {
            XmlSchemaAttributeGroup xmlSchemaAttributeGroup;
            if (attribute instanceof XmlSchemaAttributeGroup) {
                xmlSchemaAttributeGroup = (XmlSchemaAttributeGroup)attribute;
            }
            else {
                XmlSchemaAttributeGroupRef xmlSchemaAttributeGroupRef = (XmlSchemaAttributeGroupRef)attribute;
                XmlSchemaRef<XmlSchemaAttributeGroup> xmlSchemaRef = xmlSchemaAttributeGroupRef.getRef();
                xmlSchemaAttributeGroup = xmlSchemaRef.getTarget();
            }

            List<XmlSchemaAttributeGroupMember> xmlSchemaAttributeGroupMembers = xmlSchemaAttributeGroup.getAttributes();
            for (XmlSchemaAttributeGroupMember xmlSchemaAttributeGroupMember : xmlSchemaAttributeGroupMembers) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



