crd:fitsType

Specifies a FITS file and optionally a specific HDU by HDU number or HDU name

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
hdu_name xs:string optional
hdu_num xs:integer optional

Used By

Source

<xs:complexType name="fitsType">
  <xs:annotation>
    <xs:documentation>Specifies a FITS file and optionally a specific HDU by HDU number or HDU name</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="hdu_num" type="xs:integer"/>
      <xs:attribute name="hdu_name" type="xs:string"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>