/*$************************************************************************************************
**
** $Id: Citation.java,v 1.2 2006/07/13 06:28:31 poth Exp $
**
** $Source: /home/deegree/jail/deegreerepository/deegree/src/org/opengis/metadata/citation/Attic/Citation.java,v $
**
** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/
**
*************************************************************************************************/
package org.opengis.metadata.citation;
/**
* Standardized resource reference.
*
* @UML datatype CI_Citation
* @author ISO 19115
* @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A>
* @version 5.0
*
* @revisit Methods not yet defined for this interface.
*/
public interface Citation {
}
/* ********************************************************************
Changes to this class. What the people have been up to:
$Log: Citation.java,v $
Revision 1.2 2006/07/13 06:28:31 poth
comment footer added
********************************************************************** */