ObservatoryComplexType

Collection of telescopes and related items.

Complex Type Information

Model

Contact | Coordinates | Description | Device | Location | Telescope | 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
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="ObservatoryComplexType">
  <xs:annotation>
    <xs:documentation>Collection of telescopes and related items.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="1" maxOccurs="unbounded">
    <xs:element name="Contact" type="ContactComplexType"/>
    <xs:element name="Coordinates" type="CoordinatesComplexType"/>
    <xs:element name="Description" type="DescriptionComplexType"/>
    <xs:element name="Device" type="DeviceComplexType"/>
    <xs:element name="Location" type="LocationComplexType"/>
    <xs:element name="Telescope" type="TelescopeComplexType"/>
    <xs:element name="WeatherReport" type="WeatherReportOrConstraintComplexType"/>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>