Specifies a FITS file and optionally a specific HDU by HDU number or HDU name |
<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> |