Type for an observatory location |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ID | xs:ID | optional |
| Complex Type | VOObservatoryLocationComplexType |
| Element | stc:obsDataLocationType/stc:ObservatoryLocation |
<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> |