93 lines
2.6 KiB
Text
93 lines
2.6 KiB
Text
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!-- Schema file written by PDE -->
|
||
|
<schema targetNamespace="com.raytheon.viz.volumebrowser" xmlns="http://www.w3.org/2001/XMLSchema">
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.schema plugin="com.raytheon.viz.volumebrowser" id="com.raytheon.viz.volumebrowser.productcreator" name="Volume Browser Product Creator"/>
|
||
|
</appInfo>
|
||
|
<documentation>
|
||
|
Provides a way for plugins to register a product creator with the volume browser so that new datatypes may be laoded.
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
<element name="extension">
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.element />
|
||
|
</appInfo>
|
||
|
</annotation>
|
||
|
<complexType>
|
||
|
<sequence minOccurs="1" maxOccurs="unbounded">
|
||
|
<element ref="productCreator"/>
|
||
|
</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="productCreator">
|
||
|
<complexType>
|
||
|
<attribute name="plugins" type="string" use="required">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
<attribute name="resourceType" type="string" use="required">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
<attribute name="creatorClass" type="string">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
|
||
|
</documentation>
|
||
|
<appInfo>
|
||
|
<meta.attribute kind="java" basedOn=":com.raytheon.viz.volumebrowser.loader.ProductCreator"/>
|
||
|
</appInfo>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
</complexType>
|
||
|
</element>
|
||
|
|
||
|
<annotation>
|
||
|
<appInfo>
|
||
|
<meta.section type="since"/>
|
||
|
</appInfo>
|
||
|
<documentation>
|
||
|
1.15.0
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</schema>
|