AirmassConstraintComplexType

Places constraints on acceptable airmass.

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 PositiveDouble optional
minimum PositiveDouble optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="AirmassConstraintComplexType">
  <xs:annotation>
    <xs:documentation>Places constraints on acceptable airmass.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="maximum" type="PositiveDouble"/>
  <xs:attribute name="minimum" type="PositiveDouble"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>