| <?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="exceptions" | |
| nsURI="com.sap.glx.bpmn.ecorepatcher.exceptions" nsPrefix="ex"> | |
| <eClassifiers xsi:type="ecore:EClass" name="ClassMappingException"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="xsdClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="mofClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="attributeExceptions" upperBound="-1" | |
| eType="#//AttributeMappingExcpetion" containment="true"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="AttributeMappingExcpetion"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="xsdAttributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="mofAttributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| </eClassifiers> | |
| </ecore:EPackage> |