blob: 063541c29dcdd6cc6d695d96b77743fa57b3aa1d [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="HSVTree" nsURI="platform:/resource/ICMT2013/HSVTree.ecore" nsPrefix="pfx">
<eClassifiers xsi:type="ecore:EDataType" name="HSV" instanceClassName="test.hsv.HSV"/>
<eClassifiers xsi:type="ecore:EClass" name="HSVNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//HSVNode"
eOpposite="#//HSVNode/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//HSVNode" containment="true" eOpposite="#//HSVNode/parent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hsv" lowerBound="1" eType="#//HSV"/>
</eClassifiers>
</ecore:EPackage>