awips2/cave/com.raytheon.uf.viz.sounding/schema/verticalSoundingProvider.exsd
Max Schenkelberg 52085f4839 Issue #2190 Refactored Popup SkewT and cloud height sampling to create clearer separation of functionality and implemented NUCAPS sounding source.
Amend: Fixed println, added uncustomization of displays to interface, fixed font issue
Amend: Fixed comments and switched to TimeUtil for common constants for time

Change-Id: I92b49a59848ee4a8f61205ab21f5de2e0c260525

Former-commit-id: 5c62c790d0 [formerly 7d88c2a719] [formerly 54fe14b06b] [formerly 54fe14b06b [formerly 474429aaee]] [formerly 5c62c790d0 [formerly 7d88c2a719] [formerly 54fe14b06b] [formerly 54fe14b06b [formerly 474429aaee]] [formerly f08e2d5edc [formerly 54fe14b06b [formerly 474429aaee] [formerly f08e2d5edc [formerly 00aaabcbe2b7a66c63de3196cc68f57ccb4664a5]]]]]
Former-commit-id: f08e2d5edc
Former-commit-id: bab58db2aa [formerly ebafa449b2] [formerly 541c66a894] [formerly 5492312f4219399494727d95e5bf951e43d0fb57 [formerly 2a67c02053abdfe27ab400dab9e694161c2fd5f6] [formerly 541c66a894 [formerly fc60d55637]]]
Former-commit-id: f3b137e879c9a5f34c0b8904d88b43dcf95ffc4e [formerly da853a3c36419f097b12fdd31666ec8568fe8198] [formerly 424f455607 [formerly 71ee818ed0]]
Former-commit-id: 656454a9c119d6cae91895256f86c1b2462f5e16 [formerly 424f455607]
Former-commit-id: dcd752ef2a
2013-08-05 16:46:02 -05:00

109 lines
3.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="com.raytheon.uf.viz.sounding" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="com.raytheon.uf.viz.sounding" id="com.raytheon.uf.viz.sounding.verticalSoundingProvider" name="verticalSoundingProvider"/>
</appInfo>
<documentation>
[Enter description of this extension point.]
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="verticalSoundingProvider"/>
</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="verticalSoundingProvider">
<complexType>
<attribute name="type" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="com.raytheon.uf.viz.sounding.providers.AbstractVerticalSoundingProvider:"/>
</appInfo>
</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>