AlmaTest/ValueTypes
complexType SkyCoordinatesT

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

Properties
This component is not nillable.

Model
<...
  System = xsd:string>
(Longitude, Latitude )
</...>


Nested Element Summary
tval:LatitudeTLatitude
          
tval:LongitudeTLongitude
          

Attribute Summary
 xsd:stringSystem
          

Attribute Detail

System

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="SkyCoordinatesT">
<xsd:sequence>
<xsd:element name="Longitude" type="tval:LongitudeT"/>
<xsd:element name="Latitude" type="tval:LatitudeT"/>
</xsd:sequence>
<xsd:attribute name="System">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="B1950"/>
<xsd:enumeration value="J2000"/>
<xsd:enumeration value="galactic"/>
<xsd:enumeration value="horizon"/>
<xsd:enumeration value="azel"/>
<xsd:enumeration value="appradec"/>
<xsd:enumeration value="hadec"/>
<xsd:enumeration value="mount"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>


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