79 lines
2.1 KiB
Text
79 lines
2.1 KiB
Text
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!-- Schema file written by PDE -->
|
||
|
<schema targetNamespace="com.raytheon.uf.viz.collaboration.comm" xmlns="http://www.w3.org/2001/XMLSchema">
|
||
|
<annotation>
|
||
|
<appinfo>
|
||
|
<meta.schema plugin="com.raytheon.uf.viz.collaboration.comm" id="com.raytheon.uf.viz.collaboration.xml" name="Collaboration Xml Objects"/>
|
||
|
</appinfo>
|
||
|
<documentation>
|
||
|
Extension point for specifying what types of objects can be the xml root of a collaboraton xml object.
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
<element name="extension">
|
||
|
<annotation>
|
||
|
<appinfo>
|
||
|
<meta.element />
|
||
|
</appinfo>
|
||
|
</annotation>
|
||
|
<complexType>
|
||
|
<sequence minOccurs="1" maxOccurs="unbounded">
|
||
|
<element ref="xmlRoot"/>
|
||
|
</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="xmlRoot">
|
||
|
<complexType>
|
||
|
<attribute name="class" type="string" use="required">
|
||
|
<annotation>
|
||
|
<documentation>
|
||
|
|
||
|
</documentation>
|
||
|
<appinfo>
|
||
|
<meta.attribute kind="java"/>
|
||
|
</appinfo>
|
||
|
</annotation>
|
||
|
</attribute>
|
||
|
</complexType>
|
||
|
</element>
|
||
|
|
||
|
<annotation>
|
||
|
<appinfo>
|
||
|
<meta.section type="since"/>
|
||
|
</appinfo>
|
||
|
<documentation>
|
||
|
1.13.0
|
||
|
</documentation>
|
||
|
</annotation>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</schema>
|