| <?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="wikigen" |
| nsURI="http://www.eclipse.org/intent/markup/generator/0.7" nsPrefix="wikigen"> |
| <eClassifiers xsi:type="ecore:EClass" name="GenLatexDocument"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" lowerBound="1" |
| eType="#//URI"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" |
| eType="ecore:EClass ../../org.eclipse.mylyn.docs.intent.markup/model/markup.ecore#//Container"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="authors" upperBound="-1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"/> |
| <eClassifiers xsi:type="ecore:EClass" name="GenHtmlDocument"> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//HtmlProfile" |
| containment="true"/> |
| <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" |
| eType="ecore:EClass ../../org.eclipse.mylyn.docs.intent.markup/model/markup.ecore#//Document"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> |
| </eClassifiers> |
| <eClassifiers xsi:type="ecore:EClass" name="HtmlProfile" abstract="true"/> |
| <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//HtmlProfile"> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbColumns" lowerBound="1" |
| eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateTOC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> |
| </eClassifiers> |
| </ecore:EPackage> |