AlmaTest/SchedBlock
complexType FieldPatternT

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

Properties
This component is not nillable.

Model
<...
  type = xsd:string>
(OffsetCoordinates, ReferenceCoordinates, PhaseCenterCoordinates, intTimeReference, intTimeSource, Rectangle? )
</...>


Nested Element Summary
tval:IntTimeReferenceTintTimeReference
          
tval:IntTimeSourceTintTimeSource
          
tval:SkyCoordinatesTOffsetCoordinates
          
tval:SkyCoordinatesTPhaseCenterCoordinates
          
tsbl:RectangleTRectangle
          
tval:SkyCoordinatesTReferenceCoordinates
          

Attribute Summary
 xsd:stringtype
          

Attribute Detail

type

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

Local Usage
FieldSpecT, FieldSpecT

Source
<xsd:complexType name="FieldPatternT">
<xsd:sequence>
<xsd:element name="OffsetCoordinates" type="tval:SkyCoordinatesT"/>
<xsd:element name="ReferenceCoordinates" type="tval:SkyCoordinatesT"/>
<xsd:element name="PhaseCenterCoordinates" type="tval:SkyCoordinatesT"/>
<xsd:element name="intTimeReference" type="tval:IntTimeReferenceT"/>
<xsd:element name="intTimeSource" type="tval:IntTimeSourceT"/>
<xsd:element minOccurs="0" name="Rectangle" type="tsbl:RectangleT"/>
</xsd:sequence>
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="circle"/>
<xsd:enumeration value="rectangle"/>
<xsd:enumeration value="spiral"/>
</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.