blob: 15b0c0280ae8648db9bf6b816ece3a9cd0db8dbf [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="bankAccounts"
nsURI="bankAccounts" nsPrefix="bankAccounts">
<eClassifiers xsi:type="ecore:EClass" name="Accounts">
<eStructuralFeatures xsi:type="ecore:EReference" name="accounts" upperBound="-1"
eType="#//Account" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Account">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>