AlmaTest/ObsProject
complexType PolygonT

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{AlmaTest/ObsProject}TargetAreaT (restriction)
|
+--{AlmaTest/ObsProject}PolygonT (extension)

Properties
This component is not nillable.

Model
<...>
(name, Centre ) points*
</...>


Nested Element Summary
tval:SkyCoordinatesTCentre
          
xsd:stringname
          
tval:SkyCoordinatesTpoints
          
Local Usage
RegionOfInterestT, RegionOfInterestT, RegionOfInterestT, SpatialSetupT, SpatialSetupT, SpatialSetupT

Source
<xsd:complexType name="PolygonT">
<xsd:complexContent>
<xsd:extension base="tprj:TargetAreaT">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="points" type="tval:SkyCoordinatesT"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.