AlmaTest/ObsProject
complexType PointT

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

Properties
This component is not nillable.

Model
<...>
(RA, Dec, name )
</...>


Nested Element Summary
tval:LatitudeTDec
          
xsd:stringname
          
tval:LongitudeTRA
          
Source
<xsd:complexType name="PointT">
<xsd:sequence>
<xsd:element name="RA" type="tval:LongitudeT"/>
<xsd:element name="Dec" type="tval:LatitudeT"/>
<xsd:element name="name" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>


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