blob: 043e55418ce708c4cb55caec6023e9fd4d4db1e9 [file] [log] [blame]
nitindd6e591d2005-03-14 22:21:57 +00001/*******************************************************************************
2 * Copyright (c) 2001, 2004 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/
11package org.eclipse.wst.dtd.core.internal.emf;
12
13/**
14 * <!-- begin-user-doc --> A representation of the model object '<em><b>PC Data Content</b></em>'.
15 * <!-- end-user-doc -->
16 *
17 * <p>
18 * </p>
19 *
20 * @see org.eclipse.wst.dtd.core.internal.emf.DTDPackage#getDTDPCDataContent()
21 * @model
22 * @generated
23 */
24public interface DTDPCDataContent extends DTDElementContent {
25} // DTDPCDataContent