Merge develop into branch
[taxeditor.git] / eu.etaxonomy.taxeditor.store / schema / eu.etaxonomy.taxeditor.store.cdmViewer.exsd
index b233e53f9d3ec4f27bf630e383492765ef7fbdbe..42791ec3b89d6c6967cb86041814a7d482ff7619 100644 (file)
@@ -21,8 +21,7 @@
       </annotation>
       <complexType>
          <sequence>
-            <element ref="cdmViewer" minOccurs="0" maxOccurs="unbounded"/>
-            <element ref="viewCommandMapping" minOccurs="0" maxOccurs="unbounded"/>
+            <element ref="cdmViewer" minOccurs="1" maxOccurs="unbounded"/>
          </sequence>
          <attribute name="point" type="string" use="required">
             <annotation>
       </complexType>
    </element>
 
-   <element name="viewCommandMapping">
-      <annotation>
-         <documentation>
-            Maps a viewing class, like editors or views, to a command which opens it.
-         </documentation>
-      </annotation>
-      <complexType>
-         <attribute name="commandId" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The command which opens the viewer to show the selected object
-               </documentation>
-               <appInfo>
-                  <meta.attribute kind="identifier" basedOn="org.eclipse.ui.commands/command/@id"/>
-               </appInfo>
-            </annotation>
-         </attribute>
-         <attribute name="viewerName" type="string">
-            <annotation>
-               <documentation>
-                  The name of the viewer which shows the selected element
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="selection" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The class of the selected element
-               </documentation>
-               <appInfo>
-                  <meta.attribute kind="java"/>
-               </appInfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
    <annotation>
       <appInfo>
          <meta.section type="since"/>