blob: 5cc82ad60a1929fcbff3686a7020d4c48e3e7647 [file] [log] [blame]
package org.eclipse.jpt.jaxb.core.xsd;
import org.eclipse.xsd.XSDAttributeDeclaration;
public class XsdAttributeDeclaration
extends XsdFeature<XSDAttributeDeclaration> {
XsdAttributeDeclaration(XSDAttributeDeclaration xsdAttributeDeclaration) {
super(xsdAttributeDeclaration);
}
}