TargetComplexType

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.

Complex Type Information

Model

Classification | Coordinates | Description | FinderChart | Priority | TargetBrightness | TargetShape | TrackRate | Velocity | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
name xs:string optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<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>