// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // package openadk.library; public class SIFKeyedElement extends SIFElement { public SIFKeyedElement(ElementDef def) { super(def); } }