<xs:complexType name="observationLocationType">
<xs:annotation>
<xs:documentation>Type for describing the coordinate volume occupied by observational data, as seen from the 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:element ref="stc:AstroCoordArea"/>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |