blob: 6ccdaab4da6e3506559de1888eceb83eba0b22a7 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Template.java,v 1.1 2008/01/15 08:52:07 jtham Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Template</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of guidance that provides for a work product a pre-defined table of contents, sections, packages, and/or headings, a standardized format, as well as descriptions how the sections and packages are supposed to be used and completed. Templates cannot only be provided for documents, but also for conceptual models or physical data stores.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getTemplate()
* @model extendedMetaData="name='Template' kind='elementOnly'"
* @generated
*/
public interface Template extends Guidance {
} // Template