stc:observatoryLocationType

Type for an observatory location

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID xs:ID optional

Used By

Source

<xs:complexType name="observatoryLocationType">
  <xs:annotation>
    <xs:documentation>Type for an observatory location</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="stc:stcDescriptionType">
      <xs:sequence>
        <xs:sequence maxOccurs="unbounded">
          <xs:element ref="stc:AstroCoordSystem"/>
        </xs:sequence>
        <xs:element ref="crd:AstroCoords"/>
      </xs:sequence>
      <xs:attribute name="ID" type="xs:ID" use="optional"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>