<xs:complexType name="coordAreaType">
<xs:annotation>
<xs:documentation>Generalized coordinate area type</xs:documentation>
</xs:annotation>
<xs:sequence maxOccurs="unbounded">
<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:CoordInterval"/>
</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:complexType> |