/** * <copyright> * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation * </copyright> * * $Id: UnknownExtensibilityAttribute.java,v 1.2 2007/08/01 21:02:30 mchmielewski Exp $ */ package org.eclipse.bpel.model; import org.eclipse.wst.wsdl.UnknownExtensibilityElement; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Unknown Extensibility Attribute</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.bpel.model.BPELPackage#getUnknownExtensibilityAttribute() * @model * @generated */ public interface UnknownExtensibilityAttribute extends UnknownExtensibilityElement { } // UnknownExtensibilityAttribute