DeviceComplexType

Description of a general purpose device.

Complex Type Information

Model

Description{0,1} | Device* | Setup | SpectralEfficiency | SpectralRegion | WeatherReport | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
name xs:string optional
rdf xs:anyURI optional
ref xs:IDREF optional
type DeviceTypes optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="DeviceComplexType">
  <xs:annotation>
    <xs:documentation>Description of a general purpose device.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
    <xs:element name="Device" type="DeviceComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="Setup" type="SetupComplexType"/>
    <xs:element name="SpectralEfficiency" type="SpectralEfficiencyComplexType"/>
    <xs:element name="SpectralRegion" type="SpectralRegionTypes"/>
    <xs:element name="WeatherReport" type="WeatherReportOrConstraintComplexType"/>
    <xs:any namespace="##other" processContents="strict"/>
  </xs:choice>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attribute name="type" type="DeviceTypes"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>