stc:astroCoordAreaType

Astronomical area type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID xs:ID required
coord_system_id xs:IDREF required

Used By

Source

<xs:complexType name="astroCoordAreaType">
  <xs:annotation>
    <xs:documentation>Astronomical area type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="stc:coordAreaType">
      <xs:sequence>
        <xs:element name="TimeInterval" type="stc:timeIntervalType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="stc:SpatialInterval" minOccurs="0"/>
        <xs:element ref="stc:VelInterval" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="SpectralInterval" type="stc:spectralIntervalType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="RedshiftInterval" type="stc:redshiftIntervalType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="stc:CoordScalarInterval"/>
        </xs:sequence>
      </xs:sequence>
      <xs:attribute name="ID" type="xs:ID" use="required"/>
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>