Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore')
-rw-r--r--plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore177
1 files changed, 140 insertions, 37 deletions
diff --git a/plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore b/plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore
index 59c6f04df..01a68cdf4 100644
--- a/plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore
+++ b/plugins/org.eclipse.qvtd.xml/model/XMLmodel.ecore
@@ -1,56 +1,159 @@
<?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="xml" nsURI="http://www.eclipse.org/qvt/2015/XML" nsPrefix="sax">
- <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
+<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="xml"
+ nsURI="http://www.eclipse.org/qvt/2018/XML"
+ nsPrefix="sax">
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Attribute"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="name"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="value"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="CDATA" eSuperTypes="#//Node"/>
- <eClassifiers xsi:type="ecore:EClass" name="Characters" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="CDATA"
+ eSuperTypes="#//Node"/>
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Characters"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="data"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Comment"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="data"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="DTD" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="DTD"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="name"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="publicId"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="systemId"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicId" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemId" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Node"/>
- <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Document"
+ eSuperTypes="#//Node"/>
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Element"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="localName"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="qName"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="uri"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Entity"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="name"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
- <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
- eType="#//Node" containment="true"/>
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="Node"
+ abstract="true">
+ <eStructuralFeatures
+ xsi:type="ecore:EReference"
+ name="children"
+ upperBound="-1"
+ eType="#//Node"
+ containment="true"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PrefixMapping" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="PrefixMapping"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="prefix"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="uri"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ProcessingInstruction" eSuperTypes="#//Node">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" ordered="false"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" lowerBound="1"
+ <eClassifiers
+ xsi:type="ecore:EClass"
+ name="ProcessingInstruction"
+ eSuperTypes="#//Node">
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="target"
+ ordered="false"
+ lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures
+ xsi:type="ecore:EAttribute"
+ name="data"
+ ordered="false"
+ lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>

Back to the top