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