<xs:complexType name="SlitComplexType">
<xs:annotation>
<xs:documentation>Description of a spectrograph slit. By using a set of <Slit>'s, each with different <XYPosition>'s (detector coordinates) or <Coordinates> (equatorial coordinates) and <PositionAngle>'s, even complicated slit masks or MOS units can be described.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:choice minOccurs="0">
<xs:element name="XYPosition" type="XYPairComplexType"/>
<xs:element name="Coordinates" type="CoordinatesComplexType"/>
</xs:choice>
<xs:element name="PositionAngle" type="PositionAngleComplextType" minOccurs="0"/>
<xs:element name="WidthLength" type="XYPairComplexType"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string"/>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |