<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.tigerstripe.annotation.example/src"
    modelPluginID="org.eclipse.tigerstripe.annotation.example" modelName="Example"
    importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false">
  <foreignModel>example.ecore</foreignModel>
  <genPackages prefix="Example" basePackage="org.eclipse.tigerstripe.annotation" disposableProviderFactory="true"
      ecorePackage="example.ecore#/">
    <genClasses ecoreClass="example.ecore#//CheckAnnotation">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute example.ecore#//CheckAnnotation/checked"/>
    </genClasses>
    <genClasses ecoreClass="example.ecore#//IntegerAnnotation">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute example.ecore#//IntegerAnnotation/integer"/>
    </genClasses>
    <genClasses ecoreClass="example.ecore#//TextAnnotation">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute example.ecore#//TextAnnotation/text"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>
