| <xmi:XMI 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"> | |
| <ecore:EPackage name="XML2"> | |
| <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="/1/String"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" ordered="false" unique="false" eType="/1/Integer"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" ordered="false" unique="false" eType="/1/Integer"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" ordered="false" unique="false" eType="/1/Integer"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" ordered="false" unique="false" eType="/1/Integer"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="/0/LocatedElement"> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false" eType="/0/Element" eOpposite="/0/Element/children"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/LocatedElement"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/0/Element" eOpposite="/0/Element/attributes"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="/0/Node"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="/0/Node"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="/0/Attribute" containment="true" eOpposite="/0/Attribute/owner"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="/0/Node" containment="true" eOpposite="/0/Node/parent"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="/0/Element"/> | |
| </ecore:EPackage> | |
| <ecore:EPackage name="PrimitiveTypes"> | |
| <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> | |
| <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> | |
| <eClassifiers xsi:type="ecore:EDataType" name="String"/> | |
| </ecore:EPackage> | |
| </xmi:XMI> |