| <?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="conference" |
| nsURI="http://www.eclipse.org/emf/samples/eef/1.0.0" nsPrefix="emf-samples-conference"> |
| <eClassifiers xsi:type="ecore:EClass" name="Conference"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="place" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" |
| eType="#//Person" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="talks" upperBound="-1" |
| eType="#//Talk" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1" |
| eType="#//Topic" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="sites" upperBound="-1" |
| eType="#//Site" containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="overview" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Person"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="eclipseCommiter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="assists" upperBound="-1" |
| eType="#//Talk"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//GENDER"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegistered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Talk"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="topic" lowerBound="1" eType="#//Topic"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TALK_TYPE"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="presenter" lowerBound="1" |
| eType="#//Person"> |
| <eAnnotations source="genConstraint"> |
| <details key="significant" value="true"/> |
| </eAnnotations> |
| </eStructuralFeatures> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="creator" eType="#//Person"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Topic"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="references" upperBound="-1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EEnum" name="TALK_TYPE"> |
| <eLiterals name="WORKSHOP"/> |
| <eLiterals name="DEMONSTRATION" value="1"/> |
| <eLiterals name="CONFERENCE" value="2"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EEnum" name="GENDER"> |
| <eLiterals name="MALE" literal="male"/> |
| <eLiterals name="FEMALE" value="1" literal="female"/> |
| <eLiterals name="UNKNOWN" value="3" literal="unknown"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Site"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" |
| eType="#//Room" containment="true"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="Room"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> |
| </eClassifiers> |
| </ecore:EPackage> |