ApertureConstraintComplexType

An <ApertureConstraint> enables one to specify a minimum and/or maximum telescope aperture.

Complex Type Information

Model

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
maximum NonNegativeDouble optional
minimum NonNegativeDouble optional
rdf xs:anyURI optional
ref xs:IDREF optional
units xs:string meters required
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="ApertureConstraintComplexType">
  <xs:annotation>
    <xs:documentation>An <ApertureConstraint> enables one to specify a minimum and/or maximum telescope aperture.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="maximum" type="NonNegativeDouble"/>
  <xs:attribute name="minimum" type="NonNegativeDouble"/>
  <xs:attribute name="units" type="xs:string" use="required" fixed="meters"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>