86 lines
2.4 KiB
Text
86 lines
2.4 KiB
Text
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!-- Schema file written by PDE -->
|
||
|
<schema targetNamespace="com.raytheon.viz.ui" xmlns="http://www.w3.org/2001/XMLSchema">
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.schema plugin="com.raytheon.viz.ui" id="displayCustomizer" name="displayCustomizer"/>
|
||
|
</appInfo>
|
||
|
<documentation>
|
||
|
Provides an entry point for renderable display customization
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
<element name="extension">
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.element />
|
||
|
</appInfo>
|
||
|
</annotation>
|
||
|
<complexType>
|
||
|
<sequence minOccurs="1" maxOccurs="unbounded">
|
||
|
<element ref="displayCustomizer"/>
|
||
|
</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="displayCustomizer">
|
||
|
<complexType>
|
||
|
<attribute name="customizer" type="string" use="required">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
|
||
|
</documentation>
|
||
|
<appInfo>
|
||
|
<meta.attribute kind="java" basedOn=":com.raytheon.viz.ui.perspectives.IRenderableDisplayCustomizer"/>
|
||
|
</appInfo>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
<attribute name="perspective" type="string">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
Comma separated list of perspectives this customizer applies to. Do not include this attribute if customizer applies to all perspectives
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
</complexType>
|
||
|
</element>
|
||
|
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.section type="since"/>
|
||
|
</appInfo>
|
||
|
<documentation>
|
||
|
0.1
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</schema>
|