1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?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.emf.test.common/src"
editDirectory="" editorDirectory="" modelPluginID="org.eclipse.emf.test.models"
modelName="QName" testsDirectory="" importerID="org.eclipse.xsd.ecore.importer"
complianceLevel="5.0">
<foreignModel>qname.xsd</foreignModel>
<genPackages prefix="QName" basePackage="org.eclipse.emf.test.models" resource="XML"
disposableProviderFactory="true" ecorePackage="qname.ecore#/">
<genDataTypes ecoreDataType="qname.ecore#//IntQNameUnion"/>
<genDataTypes ecoreDataType="qname.ecore#//ListUnion"/>
<genDataTypes ecoreDataType="qname.ecore#//QnameList"/>
<genDataTypes ecoreDataType="qname.ecore#//Union"/>
<genClasses ecoreClass="qname.ecore#//DocumentRoot">
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/mixed"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference qname.ecore#//DocumentRoot/xMLNSPrefixMap"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference qname.ecore#//DocumentRoot/xSISchemaLocation"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/anyE"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/anyEU"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference qname.ecore#//DocumentRoot/resource"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/aInt"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/aQname"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//DocumentRoot/aUnion"/>
</genClasses>
<genClasses ecoreClass="qname.ecore#//ResourceType">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/unionvalue"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/qnamelist"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/intvalue"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/any"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/myQname"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EAttribute qname.ecore#//ResourceType/anyAttribute"/>
</genClasses>
</genPackages>
</genmodel:GenModel>
|