Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.docs.epub.core/model/ocf.ecore')
-rw-r--r--org.eclipse.mylyn.docs.epub.core/model/ocf.ecore45
1 files changed, 45 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.docs.epub.core/model/ocf.ecore b/org.eclipse.mylyn.docs.epub.core/model/ocf.ecore
new file mode 100644
index 000000000..11ee500e2
--- /dev/null
+++ b/org.eclipse.mylyn.docs.epub.core/model/ocf.ecore
@@ -0,0 +1,45 @@
+<?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="ocf"
+ nsURI="urn:oasis:names:tc:opendocument:xmlns:container" nsPrefix="ocf">
+ <eClassifiers xsi:type="ecore:EClass" name="Container">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="container"/>
+ <details key="namespace" value="urn:oasis:names:tc:opendocument:xmlns:container"/>
+ </eAnnotations>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="rootfiles" lowerBound="1"
+ eType="#//RootFiles" containment="true">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="rootfiles"/>
+ <details key="namespace" value="urn:oasis:names:tc:opendocument:xmlns:container"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="RootFiles">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="rootfiles" lowerBound="1"
+ upperBound="-1" eType="#//RootFile" containment="true">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="rootfile"/>
+ <details key="namespace" value="urn:oasis:names:tc:opendocument:xmlns:container"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="RootFile">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullPath" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="full-path"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediaType" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
+ <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
+ <details key="name" value="media-type"/>
+ </eAnnotations>
+ </eStructuralFeatures>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="publication" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
+ transient="true"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top