<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> |