<xs:complexType name="coordFITSColumnsType">
<xs:annotation>
<xs:documentation>Refers coordinate components to specific columns in the FITS file HDU</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name" type="xs:string"/>
<xs:element name="Value" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The column name for the coordinate value; comma-separated if multi-dimensional</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Error" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The column name for the coordinate error; comma-separated if multi-dimensional</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Resolution" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The column name for the coordinate resolution; comma-separated if multi-dimensional</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Size" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The column name for the coordinate size; comma-separated if multi-dimensional</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PixSize" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The column name for the coordinate pixel size; comma-separated if multi-dimensional</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |