/** * <copyright> * </copyright> * * $Id: Group.java,v 1.2 2011/03/05 21:37:37 auhl Exp $ */ package integration.xsd; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Group</b></em>'. * <!-- end-user-doc --> * * * @see integration.xsd.XsdPackage#getGroup() * @model * @generated */ public interface Group extends Containable, NamedElement { } // Group