protege-neo4j/protege-editor-owl/schema/entity_renderer.exsd
vladislav.tyapukhin 1f702ca533 Initial commit
2025-06-16 22:22:41 +04:00

149 lines
4.2 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.protege.editor.owl" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.protege.editor.owl" id="entity_renderer" name="Renderer Plugin"/>
</appInfo>
<documentation>
This plugin represents a rendering scheme for Protege 4.1. There are four standard rendering schemes that come with Protege 4.1,
&lt;ul&gt;
&lt;li&gt;render by fragment,&lt;/li&gt;
&lt;li&gt;render by prefix/fragment&lt;/li&gt;
&lt;li&gt;render by annotation value&lt;/li&gt;
&lt;li&gt;render by prefix/annotation value&lt;/li&gt;
&lt;/ul&gt;
We anticipate that we will eventually support some sort of scheme using multiple annotation values. There may also be cases where users will want custom renderers.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence>
<element ref="class"/>
<element ref="name"/>
<element ref="sortPosition"/>
<element ref="ontologyAnnotationSpecifier" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="class">
<complexType>
<attribute name="value" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.protege.editor.owl.ui.renderer.OWLModelManagerEntityRenderer:"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="name">
<complexType>
<attribute name="value" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="sortPosition">
<complexType>
<attribute name="value" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="ontologyAnnotationSpecifier">
<complexType>
<attribute name="value" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
[Enter the first release in which this extension point appears.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiinfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
</schema>