<xs:complexType name="TargetComplexType">
<xs:annotation>
<xs:documentation>Description of everything needed to point a telescope on a source. Only a single <Priority> is allowed, since otherwise the server won't know which one to use.</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Classification" type="TargetTypes"/>
<xs:element name="Coordinates" type="CoordinatesComplexType"/>
<xs:element name="Description" type="DescriptionComplexType"/>
<xs:element name="FinderChart" type="xs:anyURI"/>
<xs:element name="Priority" type="PriorityComplexType"/>
<xs:element name="TargetBrightness" type="TargetBrightnessComplexType"/>
<xs:element name="TargetShape" type="TargetShapeComplexType"/>
<xs:element name="TrackRate" type="TrackRateComplexType"/>
<xs:element name="Velocity" type="VelocityComplexType"/>
<xs:any namespace="##other" processContents="strict"/>
</xs:choice>
<xs:attribute name="name" type="xs:string"/>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |