MoonConstraintComplexType

Describes the acceptable amounts of moonlight in terms of decimal lunar phase (0.0 is NM, 1 is FM), distance D from a target (in degrees), and/or in terms of a Lorentzian weighting proportional to 1-1/(1-D^2/S^2), where S is the <WeightScalelength> in degrees.

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="MoonConstraintComplexType">
  <xs:annotation>
    <xs:documentation>Describes the acceptable amounts of moonlight in terms of decimal lunar phase (0.0 is NM, 1 is FM), distance D from a target (in degrees), and/or in terms of a Lorentzian weighting proportional to 1-1/(1-D^2/S^2), where S is the <WeightScalelength> in degrees.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType"/>
    <xs:element name="Distance" type="DoubleValueDegreesUnitsComplexType"/>
    <xs:element name="MaximumPhase" type="xs:double"/>
    <xs:element name="MinimumPhase" type="xs:double"/>
    <xs:element name="WeightScalelength" type="DoubleValueDegreesUnitsComplexType"/>
  </xs:choice>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>