AlmaTest/SchedBlock
complexType RectangleT

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

Properties
This component is not nillable.

Model
<...
  ScanDirection = xsd:string>
(LongitudeLength, LongitudeStep, LatitudeLength, LatitudeStep, ScanVelocity )
</...>


Nested Element Summary
tval:AngleTLatitudeLength
          
tval:AngleTLatitudeStep
          
tval:AngleTLongitudeLength
          
tval:AngleTLongitudeStep
          
tval:AngularVelocityTScanVelocity
          

Attribute Summary
 xsd:stringScanDirection
          

Attribute Detail

ScanDirection

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

Local Usage
FieldPatternT, FieldPatternT

Source
<xsd:complexType name="RectangleT">
<xsd:sequence>
<xsd:element name="LongitudeLength" type="tval:AngleT"/>
<xsd:element name="LongitudeStep" type="tval:AngleT"/>
<xsd:element name="LatitudeLength" type="tval:AngleT"/>
<xsd:element name="LatitudeStep" type="tval:AngleT"/>
<xsd:element name="ScanVelocity" type="tval:AngularVelocityT"/>
</xsd:sequence>
<xsd:attribute name="ScanDirection">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="longitude"/>
<xsd:enumeration value="latitude"/>
</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.