| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright (c) 2009 Mia-Software and others. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v2.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v20.html | |
| Contributors: | |
| Frederic Madiot (Mia-Software) - Meta-model design | |
| Gregoire DUPE (Mia-Software) - Meta-model design and implementation | |
| --> | |
| <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="jxpath" | |
| nsURI="http://www.eclipse.org/MoDisco/infra/query/jxpath/0.8.incubation" nsPrefix="jxpath"> | |
| <eClassifiers xsi:type="ecore:EClass" name="JXPathModelQuery" eSuperTypes="platform:/plugin/org.eclipse.modisco.infra.query/model/query.ecore#//ModelQuery"> | |
| <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> | |
| <details key="documentation" value="An JXPathModelQuery is a ModelQuery describing a JXPath expression.

The JXPath expression are stored into the JXPathModelQuery::query attribure."/> | |
| </eAnnotations> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| </eClassifiers> | |
| </ecore:EPackage> |