blob: ad01b40ec841cc849632e24205764dc2893ea366 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mail" nsURI="http:///org/eclipse/emf/parsley/examples/mail/mail.ecore/0.1.0"
nsPrefix="mail">
<eClassifiers xsi:type="ecore:EClass" name="Account">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//FolderContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="subfolders" upperBound="-1"
eType="#//Folder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mails" upperBound="-1"
eType="#//Mail" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderContent" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="MailContent" eSuperTypes="#//FolderContent"/>
<eClassifiers xsi:type="ecore:EClass" name="Mail">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recipients" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>