TargetBrightnessComplexType

Brightness of <Target>, either in Magnitudes or in flux units.

Complex Type Information

Model

Description{0,1} , Magnitude , Type , Error{0,1} , Flux , 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
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="TargetBrightnessComplexType">
  <xs:annotation>
    <xs:documentation>Brightness of <Target>, either in Magnitudes or in flux units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
    <xs:sequence minOccurs="0">
      <xs:element name="Magnitude" type="xs:double"/>
      <xs:element name="Type" type="FilterTypes"/>
      <xs:element name="Error" type="xs:double" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence minOccurs="0">
      <xs:element name="Flux">
        <xs:complexType>
          <xs:all>
            <xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
            <!-- changed in order to preserve consistency -->
            <xs:element name="Value" type="xs:double"/>
            <xs:element name="Error" type="xs:double" minOccurs="0"/>
          </xs:all>
          <xs:attribute name="units" type="FluxUnitsTypes"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>