SlitMaskComplexType

Container for a set of <Slits>'s.

Complex Type Information

Model

Description | Slit | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'
Children: Description, Slit

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="SlitMaskComplexType">
  <xs:annotation>
    <xs:documentation>Container for a set of <Slits>'s.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType"/>
    <xs:element name="Slit" type="SlitComplexType"/>
    <xs:any namespace="##other" processContents="strict"/>
  </xs:choice>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>