FieldOfViewConstraintComplexType

Places constraints on acceptable field-of-view. This is necessary when ordering images or spectra from anonymous telescope servers to insure the desired objects are indeed covered.

Complex Type Information

Model

Children: Description

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
maximum PositiveDouble optional
minimum PositiveDouble optional
rdf xs:anyURI optional
ref xs:IDREF optional
units xs:string meters required
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="FieldOfViewConstraintComplexType">
  <xs:annotation>
    <xs:documentation>Places constraints on acceptable field-of-view. This is necessary when ordering images or spectra from anonymous telescope servers to insure the desired objects are indeed covered.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
  </xs:all>
  <xs:attribute name="maximum" type="PositiveDouble"/>
  <xs:attribute name="minimum" type="PositiveDouble"/>
  <xs:attribute name="units" type="xs:string" use="required" fixed="meters"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>