The astroniomical coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; spectral frame and (optionally) Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systems |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ID | xs:ID | required |
Element | stc:AstroCoordSystem |
<xs:complexType name="astroCoordSystemType"> <xs:annotation> <xs:documentation>The astroniomical coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; spectral frame and (optionally) Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systems</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="stc:coordSysType"> <xs:sequence> <xs:element ref="stc:TimeFrame"/> <xs:element ref="stc:SpaceFrame"/> <xs:element ref="stc:SpectralFrame" minOccurs="0"/> <xs:element ref="stc:RedshiftFrame" minOccurs="0"/> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element ref="stc:GenericCoordFrame"/> </xs:sequence> </xs:sequence> <xs:attribute name="ID" type="xs:ID" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |