AlmaTest/ValueTypes
complexType LongitudeT

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

Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
SkyCoordinatesT

Source
<xsd:complexType name="LongitudeT">
<xsd:simpleContent>
<xsd:restriction base="tval:DoubleWithUnitT">
<xsd:attribute fixed="deg" name="unit" type="xsd:string" use="required"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>


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