Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by

Table of Contents

Group by:

No namespace

Elements
Attributes

http://www.ivoa.net/xml/STC/stc-v1.30.xsd

Elements
Complex Types
Attribute Groups

Resource hierarchy:

Main schema EPNCore.xsd
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Annotations
EPNCore schema, designed on the model of the ObsCore
schema (IVOA) but addapted to planetology. To describe the resources content of 
Europlanet/IDIS. This DM will be used in TAP-EPN.
Properties
attribute form default: unqualified
element form default: unqualified
version: 1.0
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Imported schema stc-v1.30.xsd
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Properties
attribute form default: unqualified
element form default: qualified
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Imported schema xlink.xsd
Namespace http://www.w3.org/1999/xlink
Properties
attribute form default: qualified
element form default: qualified
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Imported schema VOResource-v1.0.xsd
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
Implementation of an XML Schema describing a resource to 
be used in the Virtual Observatory Project.  Based on "Resource 
Metadata for the Virtual Observatory", Version 0.8, 
February 2002 by Bob Hanisch et al.
Properties
attribute form default: unqualified
element form default: unqualified
version: 1.02
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element EPNcore
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#EPNCoreType_resource_type EPNCore.tmp#EPNCoreType_dataproduct_type EPNCore.tmp#EPNCoreType_target_name EPNCore.tmp#EPNCoreType_target_class EPNCore.tmp#EPNCoreType_time EPNCore.tmp#EPNCoreType_spectral EPNCore.tmp#EPNCoreType_spatial EPNCore.tmp#EPNCoreType_view_angle EPNCore.tmp#EPNCoreType_instrument_host_name EPNCore.tmp#EPNCoreType_instrument_name EPNCore.tmp#EPNCoreType_measurement_type EPNCore.tmp#EPNCoreType
Type EPNCoreType
Properties
content: complex
Model resource_type{0,1} , dataproduct_type* , target_name* , target_class* , time* , spectral* , spatial* , view_angle* , instrument_host_name* , instrument_name* , measurement_type*
Children dataproduct_type, instrument_host_name, instrument_name, measurement_type, resource_type, spatial, spectral, target_class, target_name, time, view_angle
Instance
<EPNcore xmlns="http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd">
  <resource_type>{0,1}</resource_type>
  <dataproduct_type>{0,unbounded}</dataproduct_type>
  <target_name>{0,unbounded}</target_name>
  <target_class>{0,unbounded}</target_class>
  <time>{0,unbounded}</time>
  <spectral>{0,unbounded}</spectral>
  <spatial>{0,unbounded}</spatial>
  <view_angle>{0,unbounded}</view_angle>
  <instrument_host_name>{0,unbounded}</instrument_host_name>
  <instrument_name>{0,unbounded}</instrument_name>
  <measurement_type>{0,unbounded}</measurement_type>
</EPNcore>
Source
<xs:element name="EPNcore" type="EPNCoreType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / resource_type
Namespace No namespace
Annotations
A dataset is a consistent set of data and associated metadata. A dataset can be comprised of files, tables, or data computed on the fly.
A granule is the smallest element reachable in a dataset: either a file, a group of associated files, a table entry, or some kind of data computed on the fly.
Diagram
Diagram EPNCore.tmp#ResourceClassType
Type ResourceClassType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
default: dataset
Facets
enumeration dataset
enumeration granule
Source
<xs:element name="resource_type" type="ResourceClassType" minOccurs="0" maxOccurs="1" default="dataset">
  <xs:annotation>
    <xs:documentation>A dataset is a consistent set of data and associated metadata. A dataset can be comprised of files, tables, or data computed on the fly. A granule is the smallest element reachable in a dataset: either a file, a group of associated files, a table entry, or some kind of data computed on the fly.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / dataproduct_type
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration image
associated scalar fields with two spatial axes, e.g., images with multiple color planes, from multichannel cameras for example. Maps of planetary surfaces are considered as images.
enumeration spectrum
data product which spectral coverage is the primary attribute, e.g., a set of spectra.
enumeration dynamic_spectrum
consecutive spectral measurements through time, organized as a time series.
enumeration spectral_cube
set of spectral measurements with 1 or 2D spatial coverage, e.g., imaging spectroscopy. The choice between Image and spectral_cube is related to the characteristics of the instrument..
enumeration profile
scalar or vectorial measurements along 1 spatial dimension, e.g., atmospheric profiles, atmospheric paths, sub-surface profiles…
enumeration volume
other measurements with 3 spatial dimensions, e.g., internal or atmospheric structures.
enumeration movie
sets of chronological 2D spatial measurements
enumeration cube
multidimensional data with 3 or more axes, e.g., all that is not described by other 3D data types such as spectral cubes or volume.
enumeration time_series
measurements organized primarily as a function of time (with exception of dynamical spectra). A Spacecraft dust detector measurement is a typical example of a time series.
enumeration catalog
can be a list of events, a catalog of object parameters, a list of features.... E.g., a list of asteroid properties. Can also be a single element.
enumeration spatial_vector
list of summit coordinates defining a vector, e.g., vector information from a GIS, spatial footprints…
Source
<xs:element name="dataproduct_type" maxOccurs="unbounded" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="image">
        <xs:annotation>
          <xs:documentation>associated scalar fields with two spatial axes, e.g., images with multiple color planes, from multichannel cameras for example. Maps of planetary surfaces are considered as images.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="spectrum">
        <xs:annotation>
          <xs:documentation>data product which spectral coverage is the primary attribute, e.g., a set of spectra.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dynamic_spectrum">
        <xs:annotation>
          <xs:documentation>consecutive spectral measurements through time, organized as a time series.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="spectral_cube">
        <xs:annotation>
          <xs:documentation>set of spectral measurements with 1 or 2D spatial coverage, e.g., imaging spectroscopy. The choice between Image and spectral_cube is related to the characteristics of the instrument..</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="profile">
        <xs:annotation>
          <xs:documentation>scalar or vectorial measurements along 1 spatial dimension, e.g., atmospheric profiles, atmospheric paths, sub-surface profiles…</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="volume">
        <xs:annotation>
          <xs:documentation>other measurements with 3 spatial dimensions, e.g., internal or atmospheric structures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="movie">
        <xs:annotation>
          <xs:documentation>sets of chronological 2D spatial measurements</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cube">
        <xs:annotation>
          <xs:documentation>multidimensional data with 3 or more axes, e.g., all that is not described by other 3D data types such as spectral cubes or volume.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="time_series">
        <xs:annotation>
          <xs:documentation>measurements organized primarily as a function of time (with exception of dynamical spectra). A Spacecraft dust detector measurement is a typical example of a time series.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="catalog">
        <xs:annotation>
          <xs:documentation>can be a list of events, a catalog of object parameters, a list of features.... E.g., a list of asteroid properties. Can also be a single element.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="spatial_vector">
        <xs:annotation>
          <xs:documentation>list of summit coordinates defining a vector, e.g., vector information from a GIS, spatial footprints…</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / target_name
Namespace No namespace
Annotations
derive from type=ept:TaregetType.TargetName
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="target_name" maxOccurs="unbounded" minOccurs="0" type="xs:string">
  <xs:annotation>
    <xs:documentation>derive from type=ept:TaregetType.TargetName</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / target_class
Namespace No namespace
Diagram
Diagram EPNCore.tmp#TargetClass
Type TargetClass
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration asteroid
enumeration comet
enumeration dwarf_planet
enumeration exoplanet
enumeration interplanetary_medium
enumeration planet
enumeration ring
enumeration sample
enumeration satellite
enumeration sky
enumeration spacecraft
enumeration spacejunk
enumeration star
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="target_class" type="TargetClass">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / time
Namespace No namespace
Diagram
Diagram EPNCore.tmp#Time_Type_time_min EPNCore.tmp#Time_Type_time_max EPNCore.tmp#Time_Type_time_sampling_step_min EPNCore.tmp#Time_Type_time_sampling_step_max EPNCore.tmp#Time_Type_time_exp_min EPNCore.tmp#Time_Type_time_exp_max EPNCore.tmp#Time_Type
Type Time_Type
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model time_min{0,1} , time_max{0,1} , time_sampling_step_min{0,1} , time_sampling_step_max{0,1} , time_exp_min{0,1} , time_exp_max{0,1}
Children time_exp_max, time_exp_min, time_max, time_min, time_sampling_step_max, time_sampling_step_min
Instance
<time>
  <time_min>{0,1}</time_min>
  <time_max>{0,1}</time_max>
  <time_sampling_step_min>{0,1}</time_sampling_step_min>
  <time_sampling_step_max>{0,1}</time_sampling_step_max>
  <time_exp_min>{0,1}</time_exp_min>
  <time_exp_max>{0,1}</time_exp_max>
</time>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="time" type="Time_Type">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_min
Namespace No namespace
Annotations
"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets.
This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms.
Whenever time is defined by a single parameter, both time_min and time_max contain the same "
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="time_min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets. This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms. Whenever time is defined by a single parameter, both time_min and time_max contain the same "</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_max
Namespace No namespace
Annotations
"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets.
This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms.
Whenever time is defined by a single parameter, both t_min and t_max contain the same "
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="time_max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets. This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms. Whenever time is defined by a single parameter, both t_min and t_max contain the same "</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_sampling_step_min
Namespace No namespace
Annotations
"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element minOccurs="0" maxOccurs="1" name="time_sampling_step_min" type="xs:double">
  <xs:annotation>
    <xs:documentation>"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_sampling_step_max
Namespace No namespace
Annotations
"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element minOccurs="0" maxOccurs="1" name="time_sampling_step_max" type="xs:double">
  <xs:annotation>
    <xs:documentation>"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_exp_min
Namespace No namespace
Annotations
This parameter corresponds to the minimum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="time_exp_min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter corresponds to the minimum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Time_Type / time_exp_max
Namespace No namespace
Annotations
This parameter corresponds to the maximum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="time_exp_max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter corresponds to the maximum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / spectral
Namespace No namespace
Diagram
Diagram EPNCore.tmp#SpectralType_spectral_range_min EPNCore.tmp#SpectralType_spectral_range_max EPNCore.tmp#SpectralType_spectral_sampling_step_min EPNCore.tmp#SpectralType_spectral_sampling_step_max EPNCore.tmp#SpectralType_spectral_resolution_min EPNCore.tmp#SpectralType_spectral_resolution_max EPNCore.tmp#SpectralType
Type SpectralType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model spectral_range_min* , spectral_range_max* , spectral_sampling_step_min* , spectral_sampling_step_max* , spectral_resolution_min* , spectral_resolution_max*
Children spectral_range_max, spectral_range_min, spectral_resolution_max, spectral_resolution_min, spectral_sampling_step_max, spectral_sampling_step_min
Instance
<spectral>
  <spectral_range_min>{0,unbounded}</spectral_range_min>
  <spectral_range_max>{0,unbounded}</spectral_range_max>
  <spectral_sampling_step_min>{0,unbounded}</spectral_sampling_step_min>
  <spectral_sampling_step_max>{0,unbounded}</spectral_sampling_step_max>
  <spectral_resolution_min>{0,unbounded}</spectral_resolution_min>
  <spectral_resolution_max>{0,unbounded}</spectral_resolution_max>
</spectral>
Source
<xs:element name="spectral" minOccurs="0" maxOccurs="unbounded" type="SpectralType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_range_min
Namespace No namespace
Annotations
The spectral_range is expressed on a frequency in Hertz. It defines the lower bounds of the spectral domain where data have intersection with the requested spectral range.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_range_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_range is expressed on a frequency in Hertz. It defines the lower bounds of the spectral domain where data have intersection with the requested spectral range.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_range_max
Namespace No namespace
Annotations
The spectral_range is expressed on a frequency in Hertz. It defines the upper bounds of the spectral domain where data have intersection with the requested spectral range.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_range_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_range is expressed on a frequency in Hertz. It defines the upper bounds of the spectral domain where data have intersection with the requested spectral range.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_sampling_step_min
Namespace No namespace
Annotations
The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the lower level.
This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_sampling_step_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the lower level. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_sampling_step_max
Namespace No namespace
Annotations
The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the upper level.
This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_sampling_step_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the upper level. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_resolution_min
Namespace No namespace
Annotations
The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. 
This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Min is the lower level.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_resolution_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Min is the lower level.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpectralType / spectral_resolution_max
Namespace No namespace
Annotations
The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. 
This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Max is the upper level.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="spectral_resolution_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Max is the upper level.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / spatial
Namespace No namespace
Diagram
Diagram EPNCore.tmp#SpatialType_spatial_range EPNCore.tmp#SpatialType_Spatial_frame_type EPNCore.tmp#SpatialType_spatial_resolution EPNCore.tmp#SpatialType
Type SpatialType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model spatial_range* , Spatial_frame_type , spatial_resolution{0,1}
Children Spatial_frame_type, spatial_range, spatial_resolution
Instance
<spatial>
  <spatial_range>{0,unbounded}</spatial_range>
  <Spatial_frame_type>{1,1}</Spatial_frame_type>
  <spatial_resolution>{0,1}</spatial_resolution>
</spatial>
Source
<xs:element name="spatial" minOccurs="0" maxOccurs="unbounded" type="SpatialType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialType / spatial_range
Namespace No namespace
Diagram
Diagram EPNCore.tmp#Spatial_RangeType_c1min EPNCore.tmp#Spatial_RangeType_c2min EPNCore.tmp#Spatial_RangeType_c3min EPNCore.tmp#Spatial_RangeType_c1max EPNCore.tmp#Spatial_RangeType_c2max EPNCore.tmp#Spatial_RangeType_c3max EPNCore.tmp#Spatial_RangeType
Type Spatial_RangeType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model c1min{0,1} , c2min{0,1} , c3min{0,1} , c1max{0,1} , c2max{0,1} , c3max{0,1}
Children c1max, c1min, c2max, c2min, c3max, c3min
Instance
<spatial_range>
  <c1min>{0,1}</c1min>
  <c2min>{0,1}</c2min>
  <c3min>{0,1}</c3min>
  <c1max>{0,1}</c1max>
  <c2max>{0,1}</c2max>
  <c3max>{0,1}</c3max>
</spatial_range>
Source
<xs:element name="spatial_range" minOccurs="0" maxOccurs="unbounded" type="Spatial_RangeType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c1min
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c1min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c2min
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c2min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c3min
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c3min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c1max
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c1max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c2max
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c2max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element Spatial_RangeType / c3max
Namespace No namespace
Annotations
This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type.
The service should handle three dimensions, even if the third one is set to NULL.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c3max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialType / Spatial_frame_type
Namespace No namespace
Diagram
Diagram EPNCore.tmp#SpatialFrameTypeType_celestial EPNCore.tmp#SpatialFrameTypeType_body EPNCore.tmp#SpatialFrameTypeType_cartesian EPNCore.tmp#SpatialFrameTypeType_cylindrical EPNCore.tmp#SpatialFrameTypeType_spherical EPNCore.tmp#SpatialFrameTypeType
Type SpatialFrameTypeType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model celestial | body | cartesian | cylindrical | spherical
Children body, cartesian, celestial, cylindrical, spherical
Instance
<Spatial_frame_type>
  <celestial>{1,1}</celestial>
  <body>{1,1}</body>
  <cartesian>{1,1}</cartesian>
  <cylindrical>{1,1}</cylindrical>
  <spherical>{1,1}</spherical>
</Spatial_frame_type>
Source
<xs:element name="Spatial_frame_type" minOccurs="1" maxOccurs="1" type="SpatialFrameTypeType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialFrameTypeType / celestial
Namespace No namespace
Annotations
(2D angles on the sky, e.g. right ascension c1 and declination c2 + possibly distance from origin c3 – this is a special case of spherical frame),
Diagram
Diagram
Properties
fixed: celestial
Source
<xs:element name="celestial" fixed="celestial">
  <xs:annotation>
    <xs:documentation>(2D angles on the sky, e.g. right ascension c1 and declination c2 + possibly distance from origin c3 – this is a special case of spherical frame),</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialFrameTypeType / body
Namespace No namespace
Annotations
(2D angles on a rotating body, e.g. longitude c1 (and latitude c2 + possibly a z c3 coordinate)
longitudes always increase eastward, 
the Z coordinate can be the distance counted either from the reference surface or from the body center, TBC (frames are related to body centers, but a surface reference is required for atmospheric structure)
Diagram
Diagram
Properties
fixed: body
Source
<xs:element name="body" fixed="body">
  <xs:annotation>
    <xs:documentation>(2D angles on a rotating body, e.g. longitude c1 (and latitude c2 + possibly a z c3 coordinate) longitudes always increase eastward, the Z coordinate can be the distance counted either from the reference surface or from the body center, TBC (frames are related to body centers, but a surface reference is required for atmospheric structure)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialFrameTypeType / cartesian
Namespace No namespace
Annotations
(x,y,z) as (c1, c2, c3)
Diagram
Diagram
Properties
fixed: cartesian
Source
<xs:element name="cartesian" fixed="cartesian">
  <xs:annotation>
    <xs:documentation>(x,y,z) as (c1, c2, c3)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialFrameTypeType / cylindrical
Namespace No namespace
Annotations
(r, theta, z) as (c1, c2, c3)angles are defined in degrees
Diagram
Diagram
Properties
fixed: cylindrical
Source
<xs:element name="cylindrical" fixed="cylindrical">
  <xs:annotation>
    <xs:documentation>(r, theta, z) as (c1, c2, c3)angles are defined in degrees</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialFrameTypeType / spherical
Namespace No namespace
Annotations
(r, theta, phi) as (c1, c2, c3)angles are defined in degrees as in usual spherical systems (E longitude, zenithal angle). If related to the sky, “celestial” coordinates with RA/Dec must be used.
Diagram
Diagram
Properties
fixed: spherical
Source
<xs:element name="spherical" fixed="spherical">
  <xs:annotation>
    <xs:documentation>(r, theta, phi) as (c1, c2, c3)angles are defined in degrees as in usual spherical systems (E longitude, zenithal angle). If related to the sky, “celestial” coordinates with RA/Dec must be used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialType / spatial_resolution
Namespace No namespace
Diagram
Diagram EPNCore.tmp#SpatialResolutionType_c1_resol_min EPNCore.tmp#SpatialResolutionType_c2_resol_min EPNCore.tmp#SpatialResolutionType_c3_resol_min EPNCore.tmp#SpatialResolutionType_c1_resol_max EPNCore.tmp#SpatialResolutionType_c2_resol_max EPNCore.tmp#SpatialResolutionType_c3_resol_max EPNCore.tmp#SpatialResolutionType
Type SpatialResolutionType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model c1_resol_min{0,1} , c2_resol_min{0,1} , c3_resol_min{0,1} , c1_resol_max{0,1} , c2_resol_max{0,1} , c3_resol_max{0,1}
Children c1_resol_max, c1_resol_min, c2_resol_max, c2_resol_min, c3_resol_max, c3_resol_min
Instance
<spatial_resolution>
  <c1_resol_min>{0,1}</c1_resol_min>
  <c2_resol_min>{0,1}</c2_resol_min>
  <c3_resol_min>{0,1}</c3_resol_min>
  <c1_resol_max>{0,1}</c1_resol_max>
  <c2_resol_max>{0,1}</c2_resol_max>
  <c3_resol_max>{0,1}</c3_resol_max>
</spatial_resolution>
Source
<xs:element name="spatial_resolution" minOccurs="0" maxOccurs="1" type="SpatialResolutionType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c1_resol_min
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c1_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c2_resol_min
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c2_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c3_resol_min
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c3_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c1_resol_max
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c1_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c2_resol_max
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c2_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element SpatialResolutionType / c3_resol_max
Namespace No namespace
Annotations
This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="c3_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
  <xs:annotation>
    <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / view_angle
Namespace No namespace
Diagram
Diagram EPNCore.tmp#ViewAngleType_incidence_angle EPNCore.tmp#ViewAngleType_emergence_angle EPNCore.tmp#ViewAngleType_phase_angle EPNCore.tmp#ViewAngleType
Type ViewAngleType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model incidence_angle* , emergence_angle* , phase_angle*
Children emergence_angle, incidence_angle, phase_angle
Instance
<view_angle>
  <incidence_angle>{0,unbounded}</incidence_angle>
  <emergence_angle>{0,unbounded}</emergence_angle>
  <phase_angle>{0,unbounded}</phase_angle>
</view_angle>
Source
<xs:element name="view_angle" minOccurs="0" maxOccurs="unbounded" type="ViewAngleType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ViewAngleType / incidence_angle
Namespace No namespace
Diagram
Diagram EPNCore.tmp#incidence_angleType_incidence_angle_min EPNCore.tmp#incidence_angleType_incidence_angle_max EPNCore.tmp#incidence_angleType
Type incidence_angleType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model incidence_angle_min* , incidence_angle_max*
Children incidence_angle_max, incidence_angle_min
Instance
<incidence_angle>
  <incidence_angle_min>{0,unbounded}</incidence_angle_min>
  <incidence_angle_max>{0,unbounded}</incidence_angle_max>
</incidence_angle>
Source
<xs:element name="incidence_angle" minOccurs="0" maxOccurs="unbounded" type="incidence_angleType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element incidence_angleType / incidence_angle_min
Namespace No namespace
Annotations
. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="incidence_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element incidence_angleType / incidence_angle_max
Namespace No namespace
Annotations
. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="incidence_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ViewAngleType / emergence_angle
Namespace No namespace
Diagram
Diagram EPNCore.tmp#emergence_angleType_emergence_angle_min EPNCore.tmp#emergence_angleType_emergence_angle_max EPNCore.tmp#emergence_angleType
Type emergence_angleType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model emergence_angle_min* , emergence_angle_max*
Children emergence_angle_max, emergence_angle_min
Instance
<emergence_angle>
  <emergence_angle_min>{0,unbounded}</emergence_angle_min>
  <emergence_angle_max>{0,unbounded}</emergence_angle_max>
</emergence_angle>
Source
<xs:element name="emergence_angle" minOccurs="0" maxOccurs="unbounded" type="emergence_angleType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element emergence_angleType / emergence_angle_min
Namespace No namespace
Annotations
The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="emergence_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element emergence_angleType / emergence_angle_max
Namespace No namespace
Annotations
The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="emergence_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ViewAngleType / phase_angle
Namespace No namespace
Diagram
Diagram EPNCore.tmp#phase_angleType_phase_angle_min EPNCore.tmp#phase_angleType_phase_angle_max EPNCore.tmp#phase_angleType
Type phase_angleType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model phase_angle_min* , phase_angle_max*
Children phase_angle_max, phase_angle_min
Instance
<phase_angle>
  <phase_angle_min>{0,unbounded}</phase_angle_min>
  <phase_angle_max>{0,unbounded}</phase_angle_max>
</phase_angle>
Source
<xs:element name="phase_angle" minOccurs="0" maxOccurs="unbounded" type="phase_angleType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element phase_angleType / phase_angle_min
Namespace No namespace
Annotations
The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?).
Phase, incidence and emergence are partly related:
abs(i - e) smaler than (phi) smaler than  (i + e)
If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles:
cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="phase_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?). Phase, incidence and emergence are partly related: abs(i - e) smaler than (phi) smaler than (i + e) If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles: cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element phase_angleType / phase_angle_max
Namespace No namespace
Annotations
The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?).
Phase, incidence and emergence are partly related:
abs(i - e) smaler than (phi) smaler than  (i + e)
If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles:
cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)
Diagram
Diagram
Type xs:double
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="phase_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
  <xs:annotation>
    <xs:documentation>The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?). Phase, incidence and emergence are partly related: abs(i - e) smaler than (phi) smaler than (i + e) If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles: cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / instrument_host_name
Namespace No namespace
Annotations
This parameter provides the name of the observatory or spacecraft which performed the measurements. 
The best practice is to use IAU observatory codes for ground-based observations: http://www.minorplanetcenter.net/iau/lists/ObsCodesF.html
Concerning space-borne data, SPICE clearly defines ID for space mission names:
http://www-int.stsci.edu/~sontag/spicedocs/req/naif_ids.html
and the PDS dictionary defines values for mission names
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="instrument_host_name" minOccurs="0" maxOccurs="unbounded" type="xs:string">
  <xs:annotation>
    <xs:documentation>This parameter provides the name of the observatory or spacecraft which performed the measurements. The best practice is to use IAU observatory codes for ground-based observations: http://www.minorplanetcenter.net/iau/lists/ObsCodesF.html Concerning space-borne data, SPICE clearly defines ID for space mission names: http://www-int.stsci.edu/~sontag/spicedocs/req/naif_ids.html and the PDS dictionary defines values for mission names</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / instrument_name
Namespace No namespace
Annotations
Identifies the instrument(s) that acquired the data.
Service providers are invited to include multiple values for instrument name, e.g., complete name + usual acronym. This will allow queries on either "VISIBLE AND INFRARED THERMAL IMAGING SPECTROMETER" or VIRTIS to produce the same reply.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="instrument_name" minOccurs="0" maxOccurs="unbounded" type="xs:string">
  <xs:annotation>
    <xs:documentation>Identifies the instrument(s) that acquired the data. Service providers are invited to include multiple values for instrument name, e.g., complete name + usual acronym. This will allow queries on either "VISIBLE AND INFRARED THERMAL IMAGING SPECTROMETER" or VIRTIS to produce the same reply.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNCoreType / measurement_type
Namespace No namespace
Annotations
Measurement_type defines the physical quantities contained in the data. This is defined using a UCD.
The list of UCD is related to all quantities included in the service, not only those used for the data in the idis_core table.
The provider should use the UCD list from IVOA and extend it only if necessary.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="measurement_type" minOccurs="0" maxOccurs="unbounded" type="xs:string">
  <xs:annotation>
    <xs:documentation>Measurement_type defines the physical quantities contained in the data. This is defined using a UCD. The list of UCD is related to all quantities included in the service, not only those used for the data in the idis_core table. The provider should use the UCD list from IVOA and extend it only if necessary.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNResponse
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#EPNResponseType_service_core EPNCore.tmp#EPNResponseType_service_curation EPNCore.tmp#EPNResponseType_file_info EPNCore.tmp#EPNResponseType_complementary_return_info EPNCore.tmp#EPNResponseType
Type EPNResponseType
Properties
content: complex
Model service_core , service_curation , file_info , complementary_return_info
Children complementary_return_info, file_info, service_core, service_curation
Instance
<EPNResponse xmlns="http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd">
  <service_core>{1,1}</service_core>
  <service_curation>{1,1}</service_curation>
  <file_info>{1,1}</file_info>
  <complementary_return_info>{1,1}</complementary_return_info>
</EPNResponse>
Source
<xs:element name="EPNResponse" type="EPNResponseType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNResponseType / service_core
Namespace No namespace
Diagram
Diagram EPNCore.tmp#EPNCoreType_resource_type EPNCore.tmp#EPNCoreType_dataproduct_type EPNCore.tmp#EPNCoreType_target_name EPNCore.tmp#EPNCoreType_target_class EPNCore.tmp#EPNCoreType_time EPNCore.tmp#EPNCoreType_spectral EPNCore.tmp#EPNCoreType_spatial EPNCore.tmp#EPNCoreType_view_angle EPNCore.tmp#EPNCoreType_instrument_host_name EPNCore.tmp#EPNCoreType_instrument_name EPNCore.tmp#EPNCoreType_measurement_type EPNCore.tmp#EPNCoreType
Type EPNCoreType
Properties
content: complex
Model resource_type{0,1} , dataproduct_type* , target_name* , target_class* , time* , spectral* , spatial* , view_angle* , instrument_host_name* , instrument_name* , measurement_type*
Children dataproduct_type, instrument_host_name, instrument_name, measurement_type, resource_type, spatial, spectral, target_class, target_name, time, view_angle
Instance
<service_core>
  <resource_type>{0,1}</resource_type>
  <dataproduct_type>{0,unbounded}</dataproduct_type>
  <target_name>{0,unbounded}</target_name>
  <target_class>{0,unbounded}</target_class>
  <time>{0,unbounded}</time>
  <spectral>{0,unbounded}</spectral>
  <spatial>{0,unbounded}</spatial>
  <view_angle>{0,unbounded}</view_angle>
  <instrument_host_name>{0,unbounded}</instrument_host_name>
  <instrument_name>{0,unbounded}</instrument_name>
  <measurement_type>{0,unbounded}</measurement_type>
</service_core>
Source
<xs:element name="service_core" type="EPNCoreType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNResponseType / service_curation
Namespace No namespace
Diagram
Diagram EPNCore.tmp#CurationMetadataType_publisher EPNCore.tmp#CurationMetadataType_reference EPNCore.tmp#CurationMetadataType_collection-id EPNCore.tmp#CurationMetadataType_title EPNCore.tmp#CurationMetadataType
Type CurationMetadataType
Properties
content: complex
Model publisher* , reference* , collection-id{0,1} , title{0,1}
Children collection-id, publisher, reference, title
Instance
<service_curation>
  <publisher ivo-id="">{0,unbounded}</publisher>
  <reference format="">{0,unbounded}</reference>
  <collection-id>{0,1}</collection-id>
  <title>{0,1}</title>
</service_curation>
Source
<xs:element name="service_curation" type="CurationMetadataType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element CurationMetadataType / publisher
Namespace No namespace
Annotations
name of the publisher
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="publisher" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>name of the publisher</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element CurationMetadataType / reference
Namespace No namespace
Annotations
bibcode for reference URL
Diagram
Diagram EPNCore.tmp#Source_format EPNCore.tmp#Source
Type vr:Source
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
format xs:string optional
The reference format.  Recognized values include "bibcode", 
referring to a standard astronomical bibcode 
(http://cdsweb.u-strasbg.fr/simbad/refcode.html).
Source
<xs:element name="reference" type="vr:Source" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>bibcode for reference URL</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element CurationMetadataType / collection-id
Namespace No namespace
Annotations
The URI form of the IVOA identifier for the service 
describing the capability refered to by this element.
Diagram
Diagram EPNCore.tmp#IdentifierURI
Type vr:IdentifierURI
Properties
content: simple
minOccurs: 0
Facets
pattern ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?
Source
<xs:element name="collection-id" type="vr:IdentifierURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The URI form of the IVOA identifier for the service describing the capability refered to by this element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element CurationMetadataType / title
Namespace No namespace
Annotations
This parameter provides the title of the data service.
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="title" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>This parameter provides the title of the data service.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNResponseType / file_info
Namespace No namespace
Diagram
Diagram EPNCore.tmp#FileType_accessURL EPNCore.tmp#FileType_access_format EPNCore.tmp#FileType_access_estsize EPNCore.tmp#FileType
Type FileType
Properties
content: complex
Model accessURL{0,1} , access_format{0,1} , access_estsize{0,1}
Children accessURL, access_estsize, access_format
Instance
<file_info>
  <accessURL use="">{0,1}</accessURL>
  <access_format>{0,1}</access_format>
  <access_estsize>{0,1}</access_estsize>
</file_info>
Source
<xs:element name="file_info" type="FileType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element FileType / accessURL
Namespace No namespace
Annotations
The URL that can be used to download the data.
Diagram
Diagram EPNCore.tmp#AccessURL_use EPNCore.tmp#AccessURL
Type vr:AccessURL
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
use restriction of xs:NMTOKEN optional
A flag indicating whether this should be interpreted as a base
URL, a full URL, or a URL to a directory that will produce a 
listing of files.
The default value assumed when one is not given depends on the 
context.
Source
<xs:element name="accessURL" type="vr:AccessURL" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The URL that can be used to download the data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element FileType / access_format
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="access_format" type="xs:string" minOccurs="0"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element FileType / access_estsize
Namespace No namespace
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="access_estsize" type="xs:integer" minOccurs="0"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element EPNResponseType / complementary_return_info
Namespace No namespace
Diagram
Diagram EPNCore.tmp#ComplementaryReturnInfoType_time_scale EPNCore.tmp#ComplementaryReturnInfoType_time_origin EPNCore.tmp#ComplementaryReturnInfoType_Spatial_coordinate_description EPNCore.tmp#ComplementaryReturnInfoType_Spatial_origin EPNCore.tmp#ComplementaryReturnInfoType_processing_level EPNCore.tmp#ComplementaryReturnInfoType_target_region EPNCore.tmp#ComplementaryReturnInfoType
Type ComplementaryReturnInfoType
Properties
content: complex
Model time_scale{0,1} , time_origin{0,1} , Spatial_coordinate_description{0,1} , Spatial_origin{0,1} , processing_level{0,1} , target_region{0,1}
Children Spatial_coordinate_description, Spatial_origin, processing_level, target_region, time_origin, time_scale
Instance
<complementary_return_info>
  <time_scale>{0,1}</time_scale>
  <time_origin>{0,1}</time_origin>
  <Spatial_coordinate_description>{0,1}</Spatial_coordinate_description>
  <Spatial_origin>{0,1}</Spatial_origin>
  <processing_level>{0,1}</processing_level>
  <target_region>{0,1}</target_region>
</complementary_return_info>
Source
<xs:element name="complementary_return_info" type="ComplementaryReturnInfoType"/>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / time_scale
Namespace No namespace
Diagram
Diagram EPNCore.tmp#timeScaleType
Type timeScaleType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
enumeration TT
Terrestrial Time; the basis for ephemerides
enumeration TDT
Obsolete synonym for TT
enumeration ET
Ephemeris Time; predecessor of, and continuous with, TT
enumeration TDB
Barycentric Dynamic Time:the independent variable in planetay ephemerides; time at the solar system barycenter synchronous with TT on an annual basis; sometimes called TEB
enumeration TEB
Barycentric Ephemeris Time: time at the solar system barycenter synchronous with TT on an annual basis; a deprecated synonym of TDB.
enumeration TCG
Terrestrial Coordinate Time
enumeration TCB
Barycentric Coordinate Time; runs slower than TDB but is consistent with physical constants
enumeration TAI
International Atomic Time; runs 32.184 s behind TT
enumeration IAT
Synonym for TAI
enumeration UTC
Coordinated Universal Time; currently (2006) runs 33 leapseconds behind TAI
enumeration GPS
Global Positioning System's time scale; runs 19 s behind TAI, 51.184 s behind TT.
enumeration LST
Local Siderial Time; only for ground-based observations; note that the second is shorter
enumeration GMST
Greenwich Mean Siderial Time; only for ground-based observations; note that the second is shorter
enumeration LOCAL
Only to be used for simulations in conjunction with a relocatable spatial frame
Source
<xs:element minOccurs="0" maxOccurs="1" name="time_scale" type="stc:timeScaleType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / time_origin
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="time_origin" type="xs:string">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / Spatial_coordinate_description
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="Spatial_coordinate_description" type="xs:string">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / Spatial_origin
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="Spatial_origin" type="xs:string">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / processing_level
Namespace No namespace
Diagram
Diagram EPNCore.tmp#ProcessingLevelType
Type ProcessingLevelType
Properties
content: simple
minOccurs: 0
Facets
enumeration 1
raw data : Unprocessed Data Record 
(low level encoding, e.g. telemetry from a spacecraft instrument. Normally available only to the original team)
enumeration 2
edited : Experiment Data Record 
(often referred to as “raw data”: decommutated, but still affected by instrumental effects)
enumeration 3
partially calibrated data : Reduced Data Record (“calibrated” in physical units)
enumeration 4
resampled : Reformatted Data Record
(mosaics or composite of several observing sessions, involving some level of data fusion)
enumeration 5
derived : Derived Data Record
(results of data analysis, directly usable by other communities with no further processing)
enumeration 6
Ancillary Data Record 
(extra data specifically supporting a data set, such as coordinates, geometry…)
Source
<xs:element minOccurs="0" name="processing_level" type="ProcessingLevelType">
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element ComplementaryReturnInfoType / target_region
Namespace No namespace
Annotations
This parameter briefly identifies the region of interest for the data set, in complement to target name – it is not mandatory. This parameter only introduces generic regions, not specific local names (see examples below).
The best practice is to take the values from standard sources:
- IAU thesaurus	http://www.mso.anu.edu.au/library/thesaurus/ 
 	+ another version: http://www.vocabularyserver.com/trex/en/ 
The second one seems more recent and more complete (although the interface is not practical)
- Spase dictionary 	“http://www.spase-group.org/”
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="target_region" type="xs:string">
  <xs:annotation>
    <xs:documentation>This parameter briefly identifies the region of interest for the data set, in complement to target name – it is not mandatory. This parameter only introduces generic regions, not specific local names (see examples below). The best practice is to take the values from standard sources: - IAU thesaurus http://www.mso.anu.edu.au/library/thesaurus/ + another version: http://www.vocabularyserver.com/trex/en/ The second one seems more recent and more complete (although the interface is not practical) - Spase dictionary “http://www.spase-group.org/”</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Element coordFrameType / Name
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element for the custom coordinate reference frame substitution group
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#Cart2DRefFrame EPNCore.tmp#Cart3DRefFrame EPNCore.tmp#ScalarRefFrame EPNCore.tmp#SphericalRefFrame EPNCore.tmp#SpaceRefFrame
Type coordRefFrameType
Properties
content: complex
Substitution Group
Substitution Group Affiliation
Used by
Model Name{0,1}
Children Name
Instance
<CoordRefFrame ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</CoordRefFrame>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="CoordRefFrame" type="coordRefFrameType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Head element for the custom coordinate reference frame substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordRefFrameType / Name
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordRefPos
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Origin of the coordinate system, given as a position in another, known, coordinate system
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#Coordinate EPNCore.tmp#customRefPosType EPNCore.tmp#ReferencePosition
Type customRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model Coordinate
Children Coordinate
Instance
<CoordRefPos xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Coordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Coordinate>
</CoordRefPos>
Source
<xs:element name="CoordRefPos" type="customRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Origin of the coordinate system, given as a position in another, known, coordinate system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Coordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Coordinate substitution group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#GenCoordinate EPNCore.tmp#Pixel EPNCore.tmp#Position EPNCore.tmp#Redshift EPNCore.tmp#Spectral EPNCore.tmp#Velocity
Type coordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type customRefPosType
Model Name{0,1}
Children Name
Instance
<Coordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</Coordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Coordinate" type="coordinateType" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Coordinate substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordinateType / Name
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordFlavor
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract head element for the CoordFlavor substitution group
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CARTESIAN EPNCore.tmp#CYLINDRICAL EPNCore.tmp#HEALPIX EPNCore.tmp#POLAR EPNCore.tmp#SPHERICAL EPNCore.tmp#STRING EPNCore.tmp#UNITSPHERE
Type coordFlavorType
Properties
content: complex
abstract: true
Substitution Group
Used by
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="CoordFlavor" type="coordFlavorType" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract head element for the CoordFlavor substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
CoordFrame substitution group head element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#CoordRefFrame EPNCore.tmp#CoordRefPos EPNCore.tmp#CoordFlavor EPNCore.tmp#genericCoordFrameType
Type genericCoordFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Model Name{0,1} , CoordRefFrame{0,1} , CoordRefPos{0,1} , CoordFlavor
Children CoordFlavor, CoordRefFrame, CoordRefPos, Name
Instance
<CoordFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CoordRefFrame ref_frame_id="">{0,1}</CoordRefFrame>
  <CoordRefPos>{0,1}</CoordRefPos>
  <CoordFlavor coord_naxes="2" handedness="">{1,1}</CoordFlavor>
</CoordFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordFrame" type="genericCoordFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>CoordFrame substitution group head element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element fkType / Equinox
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordEquinoxType
Type coordEquinoxType
Properties
content: simple
nillable: true
Facets
pattern [BJ]\-?\d?\d?\d?\d\d\d\d\.\d\d?\d?
Source
<xs:element name="Equinox" type="coordEquinoxType" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sphericalRefFrameType / Frame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Frame" type="xs:string"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sphericalRefFrameType / Pole_Zaxis
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Time EPNCore.tmp#Position EPNCore.tmp#Velocity EPNCore.tmp#Spectral EPNCore.tmp#Redshift EPNCore.tmp#astroCoordsType_CoordFile EPNCore.tmp#astroCoordsType_Orbit EPNCore.tmp#astroCoordsType
Type astroCoordsType
Type hierarchy
Properties
content: complex
nillable: true
Model GenCoordinate , Time{0,1} , Position{0,1} , Velocity{0,1} , Spectral{0,1} , Redshift{0,1} , CoordFile{0,1} , Orbit{0,1}
Children CoordFile, GenCoordinate, Orbit, Position, Redshift, Spectral, Time, Velocity
Instance
<Pole_Zaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
  <Time coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</Time>
  <Position frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Position>
  <Velocity frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Velocity>
  <Spectral coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="">{0,1}</Spectral>
  <Redshift coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Redshift>
  <CoordFile frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</CoordFile>
  <Orbit frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Orbit>
</Pole_Zaxis>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pole_Zaxis" type="astroCoordsType" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GenCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Generic coordinate substitution group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#ScalarCoordinate EPNCore.tmp#StringCoordinate EPNCore.tmp#Vector2DCoordinate EPNCore.tmp#Vector3DCoordinate EPNCore.tmp#Coordinate
Type coordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Model Name{0,1}
Children Name
Instance
<GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GenCoordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="GenCoordinate" type="coordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Generic coordinate substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Time
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#timeCoordinateType_coord_system_id EPNCore.tmp#timeCoordinateType_unit EPNCore.tmp#timeCoordinateType_TimeInstant EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#timeCoordinateType
Type timeCoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type astroCoordsType
Model Name{0,1} , TimeInstant{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, TimeInstant
Instance
<Time coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <TimeInstant>{0,1}</TimeInstant>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</Time>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit timeUnitType s optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Time" type="timeCoordinateType" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element timeCoordinateType / TimeInstant
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#astronTimeType_Timescale EPNCore.tmp#TimeOffset EPNCore.tmp#AbsoluteTime EPNCore.tmp#astronTimeType
Type astronTimeType
Properties
content: complex
minOccurs: 0
Model Timescale{0,1} , TimeOffset{0,1} , AbsoluteTime
Children AbsoluteTime, TimeOffset, Timescale
Instance
<TimeInstant xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Timescale>{0,1}</Timescale>
  <TimeOffset xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</TimeOffset>
  <AbsoluteTime>{1,1}</AbsoluteTime>
</TimeInstant>
Source
<xs:element name="TimeInstant" type="astronTimeType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astronTimeType / Timescale
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#timeScaleType
Type timeScaleType
Properties
content: simple
minOccurs: 0
nillable: true
Facets
enumeration TT
Terrestrial Time; the basis for ephemerides
enumeration TDT
Obsolete synonym for TT
enumeration ET
Ephemeris Time; predecessor of, and continuous with, TT
enumeration TDB
Barycentric Dynamic Time:the independent variable in planetay ephemerides; time at the solar system barycenter synchronous with TT on an annual basis; sometimes called TEB
enumeration TEB
Barycentric Ephemeris Time: time at the solar system barycenter synchronous with TT on an annual basis; a deprecated synonym of TDB.
enumeration TCG
Terrestrial Coordinate Time
enumeration TCB
Barycentric Coordinate Time; runs slower than TDB but is consistent with physical constants
enumeration TAI
International Atomic Time; runs 32.184 s behind TT
enumeration IAT
Synonym for TAI
enumeration UTC
Coordinated Universal Time; currently (2006) runs 33 leapseconds behind TAI
enumeration GPS
Global Positioning System's time scale; runs 19 s behind TAI, 51.184 s behind TT.
enumeration LST
Local Siderial Time; only for ground-based observations; note that the second is shorter
enumeration GMST
Greenwich Mean Siderial Time; only for ground-based observations; note that the second is shorter
enumeration LOCAL
Only to be used for simulations in conjunction with a relocatable spatial frame
Source
<xs:element name="Timescale" type="timeScaleType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element TimeOffset
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Actual elapsed time offset
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#timeOffsetType_unit EPNCore.tmp#timeOffsetType
Type timeOffsetType
Properties
content: complex
nillable: true
Used by
Complex Type astronTimeType
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit timeUnitType s optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="TimeOffset" type="timeOffsetType" nillable="true">
  <xs:annotation>
    <xs:documentation>Actual elapsed time offset</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AbsoluteTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for absoluteTimeType component of astronTimeType
Diagram
Diagram EPNCore.tmp#ISOTime EPNCore.tmp#JDTime EPNCore.tmp#MJDTime EPNCore.tmp#TimeOrigin
Properties
abstract: true
Substitution Group
Used by
Complex Type astronTimeType
Source
<xs:element name="AbsoluteTime" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for absoluteTimeType component of astronTimeType</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CError
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error" type="double1Type" substitutionGroup="CError" nillable="true">
  <xs:annotation>
    <xs:documentation>double</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CResolution
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution" type="double1Type" substitutionGroup="CResolution" nillable="true">
  <xs:annotation>
    <xs:documentation>double</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CSize
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size" type="double1Type" substitutionGroup="CSize" nillable="true">
  <xs:annotation>
    <xs:documentation>double</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixSize
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CPixSize
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixSize" type="double1Type" substitutionGroup="CPixSize" nillable="true">
  <xs:annotation>
    <xs:documentation>double</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Position coordinate substitution group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Position1D EPNCore.tmp#Position2D EPNCore.tmp#Position3D EPNCore.tmp#Coordinate
Type coordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Complex Type astroCoordsType
Model Name{0,1}
Children Name
Instance
<Position frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</Position>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position" type="coordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Position coordinate substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Velocity coordinate substitution group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Velocity1D EPNCore.tmp#Velocity2D EPNCore.tmp#Velocity3D EPNCore.tmp#Coordinate
Type coordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Complex Type astroCoordsType
Model Name{0,1}
Children Name
Instance
<Velocity frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</Velocity>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity" type="coordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Velocity coordinate substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Spectral
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Spectral coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#spectralCoordinateType_coord_system_id EPNCore.tmp#spectralCoordinateType_unit EPNCore.tmp#spectralCoordinateType EPNCore.tmp#Coordinate
Type spectralCoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Complex Type astroCoordsType
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<Spectral coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</Spectral>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit spectralUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Spectral" type="spectralCoordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Spectral coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Value
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CoordValue
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Value" type="double1Type" substitutionGroup="CoordValue" nillable="true">
  <xs:annotation>
    <xs:documentation>double</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Redshift
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Redshift coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#redshiftCoordinateType_coord_system_id EPNCore.tmp#redshiftCoordinateType_unit EPNCore.tmp#redshiftCoordinateType_vel_time_unit EPNCore.tmp#redshiftCoordinateType EPNCore.tmp#Coordinate
Type redshiftCoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Complex Type astroCoordsType
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<Redshift coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</Redshift>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Redshift" type="redshiftCoordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Redshift coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsType / CoordFile
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Some or all coordinate values may be given in  file
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#astroCoordsFileType_FITSFile EPNCore.tmp#astroCoordsFileType_FITSTime EPNCore.tmp#astroCoordsFileType_FITSPosition EPNCore.tmp#astroCoordsFileType_FITSVelocity EPNCore.tmp#astroCoordsFileType_FITSSpectral EPNCore.tmp#astroCoordsFileType_FITSRedshift EPNCore.tmp#astroCoordsFileType
Type astroCoordsFileType
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model Name{0,1} , FITSFile , FITSTime{0,1} , FITSPosition{0,1} , FITSVelocity{0,1} , FITSSpectral{0,1} , FITSRedshift{0,1}
Children FITSFile, FITSPosition, FITSRedshift, FITSSpectral, FITSTime, FITSVelocity, Name
Instance
<CoordFile frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <FITSFile hdu_name="" hdu_num="">{1,1}</FITSFile>
  <FITSTime>{0,1}</FITSTime>
  <FITSPosition>{0,1}</FITSPosition>
  <FITSVelocity>{0,1}</FITSVelocity>
  <FITSSpectral>{0,1}</FITSSpectral>
  <FITSRedshift>{0,1}</FITSRedshift>
</CoordFile>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordFile" type="astroCoordsFileType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Some or all coordinate values may be given in file</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSFile
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#fitsType_hdu_num EPNCore.tmp#fitsType_hdu_name EPNCore.tmp#fitsType
Type fitsType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
hdu_name xs:string optional
hdu_num xs:integer optional
Source
<xs:element name="FITSFile" type="fitsType"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize EPNCore.tmp#coordFITSColumnsType
Type coordFITSColumnsType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<FITSTime xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{0,1}</Value>
  <Error>{0,1}</Error>
  <Resolution>{0,1}</Resolution>
  <Size>{0,1}</Size>
  <PixSize>{0,1}</PixSize>
</FITSTime>
Source
<xs:element name="FITSTime" type="coordFITSColumnsType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / Name
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / Value
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The column name for the coordinate value; comma-separated if multi-dimensional
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Value" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The column name for the coordinate value; comma-separated if multi-dimensional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / Error
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The column name for the coordinate error; comma-separated if multi-dimensional
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Error" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The column name for the coordinate error; comma-separated if multi-dimensional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / Resolution
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The column name for the coordinate resolution; comma-separated if multi-dimensional
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Resolution" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The column name for the coordinate resolution; comma-separated if multi-dimensional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / Size
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The column name for the coordinate size; comma-separated if multi-dimensional
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Size" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The column name for the coordinate size; comma-separated if multi-dimensional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordFITSColumnsType / PixSize
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The column name for the coordinate pixel size; comma-separated if multi-dimensional
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="PixSize" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The column name for the coordinate pixel size; comma-separated if multi-dimensional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSPosition
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize EPNCore.tmp#coordFITSColumnsType
Type coordFITSColumnsType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<FITSPosition xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{0,1}</Value>
  <Error>{0,1}</Error>
  <Resolution>{0,1}</Resolution>
  <Size>{0,1}</Size>
  <PixSize>{0,1}</PixSize>
</FITSPosition>
Source
<xs:element name="FITSPosition" type="coordFITSColumnsType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSVelocity
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize EPNCore.tmp#coordFITSColumnsType
Type coordFITSColumnsType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<FITSVelocity xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{0,1}</Value>
  <Error>{0,1}</Error>
  <Resolution>{0,1}</Resolution>
  <Size>{0,1}</Size>
  <PixSize>{0,1}</PixSize>
</FITSVelocity>
Source
<xs:element name="FITSVelocity" type="coordFITSColumnsType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSSpectral
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize EPNCore.tmp#coordFITSColumnsType
Type coordFITSColumnsType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<FITSSpectral xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{0,1}</Value>
  <Error>{0,1}</Error>
  <Resolution>{0,1}</Resolution>
  <Size>{0,1}</Size>
  <PixSize>{0,1}</PixSize>
</FITSSpectral>
Source
<xs:element name="FITSSpectral" type="coordFITSColumnsType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsFileType / FITSRedshift
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize EPNCore.tmp#coordFITSColumnsType
Type coordFITSColumnsType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<FITSRedshift xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{0,1}</Value>
  <Error>{0,1}</Error>
  <Resolution>{0,1}</Resolution>
  <Size>{0,1}</Size>
  <PixSize>{0,1}</PixSize>
</FITSRedshift>
Source
<xs:element name="FITSRedshift" type="coordFITSColumnsType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordsType / Orbit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Orbit specified by orbital elements
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#orbitType_a EPNCore.tmp#orbitType_q EPNCore.tmp#orbitType_e EPNCore.tmp#orbitType_i EPNCore.tmp#orbitType_Node EPNCore.tmp#orbitType_Aop EPNCore.tmp#orbitType_M EPNCore.tmp#orbitType_P EPNCore.tmp#orbitType_T EPNCore.tmp#orbitType
Type orbitType
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model Name{0,1} , (a | q) , e , i , Node , Aop , M{0,1} , P{0,1} , T
Children Aop, M, Name, Node, P, T, a, e, i, q
Instance
<Orbit frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <a gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="AU" vel_time_unit="">{1,1}</a>
  <q gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="AU" vel_time_unit="">{1,1}</q>
  <e gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</e>
  <i gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="deg" vel_time_unit="">{1,1}</i>
  <Node gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="deg" vel_time_unit="">{1,1}</Node>
  <Aop gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="deg" vel_time_unit="">{1,1}</Aop>
  <M gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="deg" vel_time_unit="">{0,1}</M>
  <P gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" unit="d" vel_time_unit="">{0,1}</P>
  <T>{1,1}</T>
</Orbit>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Orbit" type="orbitType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Orbit specified by orbital elements</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / a
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Semi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance q
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_a_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType AU optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="a" nillable="true">
  <xs:annotation>
    <xs:documentation>Semi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance q</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / q
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Periapsis distance; required (instead of a) for open orbits (e>=1)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_q_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType AU optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="q" nillable="true">
  <xs:annotation>
    <xs:documentation>Periapsis distance; required (instead of a) for open orbits (e>=1)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / e
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Eccentricity
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="e" type="double1Type" nillable="true">
  <xs:annotation>
    <xs:documentation>Eccentricity</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / i
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Inclination
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_i_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType deg optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="i" nillable="true">
  <xs:annotation>
    <xs:documentation>Inclination</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / Node
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Longitude of ascending node
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_Node_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType deg optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Node" nillable="true">
  <xs:annotation>
    <xs:documentation>Longitude of ascending node</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / Aop
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Argument of periapsis
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_Aop_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType deg optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Aop" nillable="true">
  <xs:annotation>
    <xs:documentation>Argument of periapsis</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / M
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Mean anomaly at time T; if absent T will refer to pericenter
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_M_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit posUnitType deg optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="M" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Mean anomaly at time T; if absent T will refer to pericenter</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / P
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Orbital period (redundant); for closed orbits only
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#orbitType_orbitType_P_unit
Type extension of double1Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
unit timeUnitType d optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="P" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Orbital period (redundant); for closed orbits only</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="double1Type">
        <xs:attribute name="unit" type="timeUnitType" use="optional" default="d"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element orbitType / T
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)
Diagram
Diagram EPNCore.tmp#astronTimeType_Timescale EPNCore.tmp#TimeOffset EPNCore.tmp#AbsoluteTime EPNCore.tmp#astronTimeType
Type astronTimeType
Properties
content: complex
Model Timescale{0,1} , TimeOffset{0,1} , AbsoluteTime
Children AbsoluteTime, TimeOffset, Timescale
Instance
<T xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Timescale>{0,1}</Timescale>
  <TimeOffset xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</TimeOffset>
  <AbsoluteTime>{1,1}</AbsoluteTime>
</T>
Source
<xs:element name="T" type="astronTimeType">
  <xs:annotation>
    <xs:documentation>Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sphericalRefFrameType / Xaxis
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Time EPNCore.tmp#Position EPNCore.tmp#Velocity EPNCore.tmp#Spectral EPNCore.tmp#Redshift EPNCore.tmp#astroCoordsType_CoordFile EPNCore.tmp#astroCoordsType_Orbit EPNCore.tmp#astroCoordsType
Type astroCoordsType
Type hierarchy
Properties
content: complex
nillable: true
Model GenCoordinate , Time{0,1} , Position{0,1} , Velocity{0,1} , Spectral{0,1} , Redshift{0,1} , CoordFile{0,1} , Orbit{0,1}
Children CoordFile, GenCoordinate, Orbit, Position, Redshift, Spectral, Time, Velocity
Instance
<Xaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
  <Time coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</Time>
  <Position frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Position>
  <Velocity frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Velocity>
  <Spectral coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="">{0,1}</Spectral>
  <Redshift coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Redshift>
  <CoordFile frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</CoordFile>
  <Orbit frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Orbit>
</Xaxis>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Xaxis" type="astroCoordsType" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CTransform2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D mapping
Diagram
Diagram EPNCore.tmp#Transform2 EPNCore.tmp#Transform2Matrix
Properties
abstract: true
Substitution Group
Used by
Complex Type cart2DRefFrameType
Source
<xs:element name="CTransform2" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D mapping</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Transform2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size2Type mapping element: 2 doubles with optional position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle EPNCore.tmp#size2Type EPNCore.tmp#CTransform2
Type size2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Instance
<Transform2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle>
</Transform2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Transform2" type="size2Type" substitutionGroup="CTransform2" nillable="true">
  <xs:annotation>
    <xs:documentation>size2Type mapping element: 2 doubles with optional position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double2Type / C1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="C1" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double2Type / C2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="C2" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element size2Type / PosAngle
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle" type="posAngleType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Transform2Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2x2 matrix mapping element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22 EPNCore.tmp#double4Type EPNCore.tmp#CTransform2
Type double4Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Instance
<Transform2Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
</Transform2Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Transform2Matrix" type="double4Type" substitutionGroup="CTransform2" nillable="true">
  <xs:annotation>
    <xs:documentation>2x2 matrix mapping element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double4Type / M11
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M11" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double4Type / M12
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M12" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double4Type / M21
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M21" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double4Type / M22
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M22" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CTransform3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D mapping
Diagram
Diagram EPNCore.tmp#Transform3 EPNCore.tmp#Transform3Matrix
Properties
abstract: true
Substitution Group
Used by
Complex Type cart3DRefFrameType
Source
<xs:element name="CTransform3" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D mapping</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Transform3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size3Type mapping element: 3 doubles with optional position angle(s)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2 EPNCore.tmp#size3Type EPNCore.tmp#CTransform3
Type size3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Instance
<Transform3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle2>
</Transform3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Transform3" type="size3Type" substitutionGroup="CTransform3" nillable="true">
  <xs:annotation>
    <xs:documentation>size3Type mapping element: 3 doubles with optional position angle(s)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double3Type / C1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="C1" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double3Type / C2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="C2" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double3Type / C3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="C3" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element size3Type / PosAngle1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle1" type="posAngleType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element size3Type / PosAngle2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle2" type="posAngleType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Transform3Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3x3 matrix mapping element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33 EPNCore.tmp#double9Type EPNCore.tmp#CTransform3
Type double9Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Instance
<Transform3Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M13>{1,1}</M13>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
  <M23>{1,1}</M23>
  <M31>{1,1}</M31>
  <M32>{1,1}</M32>
  <M33>{1,1}</M33>
</Transform3Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Transform3Matrix" type="double9Type" substitutionGroup="CTransform3" nillable="true">
  <xs:annotation>
    <xs:documentation>3x3 matrix mapping element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M11
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M11" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M12
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M12" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M13
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M13" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M21
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M21" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M22
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M22" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M23
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M23" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M31
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M31" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M32
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M32" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element double9Type / M33
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:double
Properties
content: simple
nillable: true
Source
<xs:element name="M33" type="xs:double" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element cart1DRefFrameType / Scale
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Scale" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element for the Coordinate reference frame substitution group: optional equinox with either a standard reference system (ICRS, FK5, FK4) and optional standard pole (equatorial, ecliptic, galactic, etc.), or a custom frame with pole (positive Z-axis) and positive X-axis direction
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#AZ_EL EPNCore.tmp#BODY EPNCore.tmp#CoordRefFrame EPNCore.tmp#ECLIPTIC EPNCore.tmp#FK4 EPNCore.tmp#FK5 EPNCore.tmp#GALACTIC_I EPNCore.tmp#GALACTIC_II EPNCore.tmp#GEO_C EPNCore.tmp#GEO_D EPNCore.tmp#GSE EPNCore.tmp#GSM EPNCore.tmp#HEE EPNCore.tmp#HEEQ EPNCore.tmp#HGC EPNCore.tmp#HGI EPNCore.tmp#HGS EPNCore.tmp#HPC EPNCore.tmp#HPR EPNCore.tmp#HRTN EPNCore.tmp#ICRS EPNCore.tmp#JUPITER_C_III EPNCore.tmp#JUPITER_G_III EPNCore.tmp#LUNA_C EPNCore.tmp#LUNA_G EPNCore.tmp#MAG EPNCore.tmp#MARS_C EPNCore.tmp#MARS_G EPNCore.tmp#MERCURY_C EPNCore.tmp#MERCURY_G EPNCore.tmp#NEPTUNE_C_III EPNCore.tmp#NEPTUNE_G_III EPNCore.tmp#PLUTO_C EPNCore.tmp#PLUTO_G EPNCore.tmp#SATURN_C_III EPNCore.tmp#SATURN_G_III EPNCore.tmp#SM EPNCore.tmp#SUPER_GALACTIC EPNCore.tmp#UNKNOWNFrame EPNCore.tmp#URANUS_C_III EPNCore.tmp#URANUS_G_III EPNCore.tmp#VENUS_C EPNCore.tmp#VENUS_G
Type coordRefFrameType
Properties
content: complex
abstract: true
Substitution Group
Used by
Complex Type spaceFrameType
Model Name{0,1}
Children Name
Instance
<SpaceRefFrame ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</SpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="SpaceRefFrame" type="coordRefFrameType" abstract="true">
  <xs:annotation>
    <xs:documentation>Head element for the Coordinate reference frame substitution group: optional equinox with either a standard reference system (ICRS, FK5, FK4) and optional standard pole (equatorial, ecliptic, galactic, etc.), or a custom frame with pole (positive Z-axis) and positive X-axis direction</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ICRS
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The ICRS reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<ICRS ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</ICRS>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="ICRS" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The ICRS reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element FK4
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
FK4; needs a Besselian epoch
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#fkType_Equinox EPNCore.tmp#fkType EPNCore.tmp#SpaceRefFrame
Type fkType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Equinox
Children Equinox, Name
Instance
<FK4 ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Equinox>{1,1}</Equinox>
</FK4>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="FK4" type="fkType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>FK4; needs a Besselian epoch</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element FK5
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
FK5; needs a Julian epoch
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#fkType_Equinox EPNCore.tmp#fkType EPNCore.tmp#SpaceRefFrame
Type fkType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Equinox
Children Equinox, Name
Instance
<FK5 ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Equinox>{1,1}</Equinox>
</FK5>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="FK5" type="fkType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>FK5; needs a Julian epoch</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ECLIPTIC
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Ecliptic coordinates; needs an epoch
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#fkType_Equinox EPNCore.tmp#fkType EPNCore.tmp#SpaceRefFrame
Type fkType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Equinox
Children Equinox, Name
Instance
<ECLIPTIC ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Equinox>{1,1}</Equinox>
</ECLIPTIC>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="ECLIPTIC" type="fkType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Ecliptic coordinates; needs an epoch</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GALACTIC_I
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Galactic coordinates; first system
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GALACTIC_I ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GALACTIC_I>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="GALACTIC_I" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Galactic coordinates; first system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GALACTIC_II
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Galactic coordinates; second system
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GALACTIC_II ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GALACTIC_II>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="GALACTIC_II" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Galactic coordinates; second system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SUPER_GALACTIC
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
SuperGalactic coordinates
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<SUPER_GALACTIC ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</SUPER_GALACTIC>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="SUPER_GALACTIC" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>SuperGalactic coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AZ_EL
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Local Azimuth and Elevation coordinates
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<AZ_EL ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</AZ_EL>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="AZ_EL" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Local Azimuth and Elevation coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element BODY
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic Body coordinates
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<BODY ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</BODY>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="BODY" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Generic Body coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GEO_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geocentric (co-rotating) reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GEO_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GEO_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="GEO_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geocentric (co-rotating) reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GEO_D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#geodType_radius EPNCore.tmp#geodType_inv_flattening EPNCore.tmp#geodType_unit EPNCore.tmp#geodType EPNCore.tmp#SpaceRefFrame
Type geodType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GEO_D inv_flattening="298.257" radius="6378140" ref_frame_id="" unit="m" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GEO_D>
Attributes
QName Type Fixed Default Use Annotation
inv_flattening xs:double 298.257 optional
radius xs:double 6378140 optional
ref_frame_id xs:IDREF optional
unit posUnitType m optional
Source
<xs:element name="GEO_D" type="geodType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MAG
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geomagnetic reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<MAG ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</MAG>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="MAG" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geomagnetic reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GSE
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geocentric Solar Ecliptic reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GSE ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GSE>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="GSE" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geocentric Solar Ecliptic reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GSM
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geocentric Solar Magnetic reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<GSM ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</GSM>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="GSM" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Geocentric Solar Magnetic reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SM
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Solar Magnetic reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<SM ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</SM>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="SM" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Solar Magnetic reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HGC
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliographic (Carrington) reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HGC ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HGC>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HGC" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliographic (Carrington) reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HGS
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliographic (Stonyhurst) reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HGS ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HGS>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HGS" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliographic (Stonyhurst) reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HPC
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Helio-projective Cartesian reference frame (2-D or 3-D)
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HPC ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HPC>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HPC" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Helio-projective Cartesian reference frame (2-D or 3-D)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HPR
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Helio-projective Polar reference frame (2-D)
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HPR ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HPR>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HPR" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Helio-projective Polar reference frame (2-D)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HEE
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliocentric Earth Ecliptic reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HEE ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HEE>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HEE" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliocentric Earth Ecliptic reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HEEQ
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliocentric Earth Equatorial reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HEEQ ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HEEQ>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HEEQ" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliocentric Earth Equatorial reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HGI
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliographic Inertial reference frame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HGI ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HGI>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HGI" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliographic Inertial reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HRTN
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Heliocentric Radial-Tangential-Normal coordinates
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<HRTN ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</HRTN>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="HRTN" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The Heliocentric Radial-Tangential-Normal coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MERCURY_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Mercury
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<MERCURY_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</MERCURY_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="MERCURY_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Mercury</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VENUS_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Venus
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<VENUS_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</VENUS_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="VENUS_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Venus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LUNA_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The lunacentric reference frame anchored on the moon
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<LUNA_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</LUNA_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="LUNA_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The lunacentric reference frame anchored on the moon</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MARS_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Mars
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<MARS_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</MARS_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="MARS_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Mars</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element JUPITER_C_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Jupiter
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<JUPITER_C_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</JUPITER_C_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="JUPITER_C_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Jupiter</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SATURN_C_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Saturn
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<SATURN_C_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</SATURN_C_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="SATURN_C_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Saturn</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element URANUS_C_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Uranus
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<URANUS_C_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</URANUS_C_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="URANUS_C_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Uranus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element NEPTUNE_C_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Neptune
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<NEPTUNE_C_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</NEPTUNE_C_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="NEPTUNE_C_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Neptune</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PLUTO_C
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetocentric reference frame anchored on Pluto
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<PLUTO_C ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</PLUTO_C>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="PLUTO_C" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetocentric reference frame anchored on Pluto</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MERCURY_G
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Mercury
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<MERCURY_G ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</MERCURY_G>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="MERCURY_G" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Mercury</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VENUS_G
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Venus
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<VENUS_G ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</VENUS_G>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="VENUS_G" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Venus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LUNA_G
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The lunagraphic reference frame anchored on the moon
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<LUNA_G ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</LUNA_G>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="LUNA_G" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The lunagraphic reference frame anchored on the moon</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MARS_G
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Mars
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<MARS_G ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</MARS_G>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="MARS_G" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Mars</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element JUPITER_G_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Jupiter
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<JUPITER_G_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</JUPITER_G_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="JUPITER_G_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Jupiter</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SATURN_G_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Saturn
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<SATURN_G_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</SATURN_G_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="SATURN_G_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Saturn</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element URANUS_G_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Uranus
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<URANUS_G_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</URANUS_G_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="URANUS_G_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Uranus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element NEPTUNE_G_III
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Neptune
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<NEPTUNE_G_III ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</NEPTUNE_G_III>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="NEPTUNE_G_III" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Neptune</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PLUTO_G
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The planetographic reference frame anchored on Pluto
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<PLUTO_G ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</PLUTO_G>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="PLUTO_G" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>The planetographic reference frame anchored on Pluto</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element UNKNOWNFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Unknown space reference frame; the client is responsible for assigning a default
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#SpaceRefFrame
Type icrsType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1}
Children Name
Instance
<UNKNOWNFrame ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</UNKNOWNFrame>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="UNKNOWNFrame" type="icrsType" substitutionGroup="SpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Unknown space reference frame; the client is responsible for assigning a default</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CustomSpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element for the custom coordinate reference frame substitution group
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#Cart1DSpaceRefFrame EPNCore.tmp#Cart2DSpaceRefFrame EPNCore.tmp#Cart3DSpaceRefFrame EPNCore.tmp#SphericalSpaceRefFrame
Type coordRefFrameType
Properties
content: complex
abstract: true
Substitution Group
Model Name{0,1}
Children Name
Instance
<CustomSpaceRefFrame ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</CustomSpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:element name="CustomSpaceRefFrame" type="coordRefFrameType" abstract="true">
  <xs:annotation>
    <xs:documentation>Head element for the custom coordinate reference frame substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SphericalSpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: a custom pole (positive Z-axis) and positive X-axis direction
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#sphericalRefFrameType_id EPNCore.tmp#sphericalRefFrameType_Frame EPNCore.tmp#sphericalRefFrameType_Pole_Zaxis EPNCore.tmp#sphericalRefFrameType_Xaxis EPNCore.tmp#sphericalRefFrameType EPNCore.tmp#CustomSpaceRefFrame
Type sphericalRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Frame , Pole_Zaxis , Xaxis
Children Frame, Name, Pole_Zaxis, Xaxis
Instance
<SphericalSpaceRefFrame id="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Frame>{1,1}</Frame>
  <Pole_Zaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Pole_Zaxis>
  <Xaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Xaxis>
</SphericalSpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="SphericalSpaceRefFrame" type="sphericalRefFrameType" substitutionGroup="CustomSpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: a custom pole (positive Z-axis) and positive X-axis direction</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Cart1DSpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 1-D scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart1DRefFrameType_id EPNCore.tmp#cart1DRefFrameType_projection EPNCore.tmp#cart1DRefFrameType_Scale EPNCore.tmp#cart1DRefFrameType EPNCore.tmp#CustomSpaceRefFrame
Type cart1DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Scale
Children Name, Scale
Instance
<Cart1DSpaceRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Scale gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Scale>
</Cart1DSpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="Cart1DSpaceRefFrame" type="cart1DRefFrameType" substitutionGroup="CustomSpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 1-D scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Cart2DSpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 2-D rotation and scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart2DRefFrameType_id EPNCore.tmp#cart2DRefFrameType_projection EPNCore.tmp#CTransform2 EPNCore.tmp#cart2DRefFrameType EPNCore.tmp#CustomSpaceRefFrame
Type cart2DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , CTransform2
Children CTransform2, Name
Instance
<Cart2DSpaceRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CTransform2>{1,1}</CTransform2>
</Cart2DSpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="Cart2DSpaceRefFrame" type="cart2DRefFrameType" substitutionGroup="CustomSpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 2-D rotation and scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Cart3DSpaceRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 3-D rotation and scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart3DRefFrameType_id EPNCore.tmp#cart3DRefFrameType_projection EPNCore.tmp#CTransform3 EPNCore.tmp#cart3DRefFrameType EPNCore.tmp#CustomSpaceRefFrame
Type cart3DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , CTransform3
Children CTransform3, Name
Instance
<Cart3DSpaceRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CTransform3>{1,1}</CTransform3>
</Cart3DSpaceRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="Cart3DSpaceRefFrame" type="cart3DRefFrameType" substitutionGroup="CustomSpaceRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 3-D rotation and scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SphericalRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: a custom pole (positive Z-axis) and positive X-axis direction
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#sphericalRefFrameType_id EPNCore.tmp#sphericalRefFrameType_Frame EPNCore.tmp#sphericalRefFrameType_Pole_Zaxis EPNCore.tmp#sphericalRefFrameType_Xaxis EPNCore.tmp#sphericalRefFrameType EPNCore.tmp#CoordRefFrame
Type sphericalRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Frame , Pole_Zaxis , Xaxis
Children Frame, Name, Pole_Zaxis, Xaxis
Instance
<SphericalRefFrame id="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Frame>{1,1}</Frame>
  <Pole_Zaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Pole_Zaxis>
  <Xaxis coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Xaxis>
</SphericalRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="SphericalRefFrame" type="sphericalRefFrameType" substitutionGroup="CoordRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: a custom pole (positive Z-axis) and positive X-axis direction</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ScalarRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 1-D scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart1DRefFrameType_id EPNCore.tmp#cart1DRefFrameType_projection EPNCore.tmp#cart1DRefFrameType_Scale EPNCore.tmp#cart1DRefFrameType EPNCore.tmp#CoordRefFrame
Type cart1DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , Scale
Children Name, Scale
Instance
<ScalarRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Scale gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Scale>
</ScalarRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="ScalarRefFrame" type="cart1DRefFrameType" substitutionGroup="CoordRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 1-D scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Cart2DRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 2-D rotation and scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart2DRefFrameType_id EPNCore.tmp#cart2DRefFrameType_projection EPNCore.tmp#CTransform2 EPNCore.tmp#cart2DRefFrameType EPNCore.tmp#CoordRefFrame
Type cart2DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , CTransform2
Children CTransform2, Name
Instance
<Cart2DRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CTransform2>{1,1}</CTransform2>
</Cart2DRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="Cart2DRefFrame" type="cart2DRefFrameType" substitutionGroup="CoordRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 2-D rotation and scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Cart3DRefFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate reference frame: 3-D rotation and scale
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart3DRefFrameType_id EPNCore.tmp#cart3DRefFrameType_projection EPNCore.tmp#CTransform3 EPNCore.tmp#cart3DRefFrameType EPNCore.tmp#CoordRefFrame
Type cart3DRefFrameType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model Name{0,1} , CTransform3
Children CTransform3, Name
Instance
<Cart3DRefFrame id="" projection="" ref_frame_id="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CTransform3>{1,1}</CTransform3>
</Cart3DRefFrame>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:element name="Cart3DRefFrame" type="cart3DRefFrameType" substitutionGroup="CoordRefFrame">
  <xs:annotation>
    <xs:documentation>Coordinate reference frame: 3-D rotation and scale</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element stdRefPosType / PlanetaryEphem
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#planetaryEphemType
Type planetaryEphemType
Properties
content: simple
minOccurs: 0
nillable: true
Facets
enumeration JPL-DE200
enumeration JPL-DE405
Source
<xs:element name="PlanetaryEphem" type="planetaryEphemType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ReferencePosition
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element from the ReferencePosition substitution group: either a "known place" such as geocenter or barycenter (RefPos), or a position defined in a known coordinate system (CoordOrigin)
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#BARYCENTER EPNCore.tmp#CoordRefPos EPNCore.tmp#EMBARYCENTER EPNCore.tmp#GALACTIC_CENTER EPNCore.tmp#GEOCENTER EPNCore.tmp#HELIOCENTER EPNCore.tmp#JUPITER EPNCore.tmp#LOCAL_GROUP_CENTER EPNCore.tmp#LSR EPNCore.tmp#LSRD EPNCore.tmp#LSRK EPNCore.tmp#MARS EPNCore.tmp#MERCURY EPNCore.tmp#MOON EPNCore.tmp#NEPTUNE EPNCore.tmp#PLUTO EPNCore.tmp#RELOCATABLE EPNCore.tmp#SATURN EPNCore.tmp#TOPOCENTER EPNCore.tmp#UNKNOWNRefPos EPNCore.tmp#URANUS EPNCore.tmp#VENUS
Type referencePositionType
Properties
content: complex
abstract: true
Substitution Group
Used by
Source
<xs:element name="ReferencePosition" type="referencePositionType" abstract="true">
  <xs:annotation>
    <xs:documentation>Head element from the ReferencePosition substitution group: either a "known place" such as geocenter or barycenter (RefPos), or a position defined in a known coordinate system (CoordOrigin)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element TOPOCENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Location of the observer/telescope
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<TOPOCENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</TOPOCENTER>
Source
<xs:element name="TOPOCENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Location of the observer/telescope</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element BARYCENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Barycenter of the solar system
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<BARYCENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</BARYCENTER>
Source
<xs:element name="BARYCENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Barycenter of the solar system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HELIOCENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of the sun
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<HELIOCENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</HELIOCENTER>
Source
<xs:element name="HELIOCENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of the sun</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GEOCENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of the earth
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<GEOCENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</GEOCENTER>
Source
<xs:element name="GEOCENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of the earth</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LSR
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
(Kinematic) Local Standard of Rest (only used for Doppler velocities); equivalent to LSRK
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<LSR xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</LSR>
Source
<xs:element name="LSR" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>(Kinematic) Local Standard of Rest (only used for Doppler velocities); equivalent to LSRK</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LSRK
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Kinematic Local Standard of Rest (only used for Doppler velocities); equivalent to LSR
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<LSRK xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</LSRK>
Source
<xs:element name="LSRK" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Kinematic Local Standard of Rest (only used for Doppler velocities); equivalent to LSR</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LSRD
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Dynamic Local Standard of Rest (only used for Doppler velocities)
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<LSRD xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</LSRD>
Source
<xs:element name="LSRD" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Dynamic Local Standard of Rest (only used for Doppler velocities)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element GALACTIC_CENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of the Galaxy
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<GALACTIC_CENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</GALACTIC_CENTER>
Source
<xs:element name="GALACTIC_CENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of the Galaxy</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element LOCAL_GROUP_CENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of the Local Group
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<LOCAL_GROUP_CENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</LOCAL_GROUP_CENTER>
Source
<xs:element name="LOCAL_GROUP_CENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of the Local Group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MOON
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of the Moon
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<MOON xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</MOON>
Source
<xs:element name="MOON" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of the Moon</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element EMBARYCENTER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Barycenter of the Earth-Moon system
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<EMBARYCENTER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</EMBARYCENTER>
Source
<xs:element name="EMBARYCENTER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Barycenter of the Earth-Moon system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MERCURY
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Mercury
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<MERCURY xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</MERCURY>
Source
<xs:element name="MERCURY" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Mercury</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VENUS
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Venus
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<VENUS xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</VENUS>
Source
<xs:element name="VENUS" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Venus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MARS
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Mars
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<MARS xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</MARS>
Source
<xs:element name="MARS" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Mars</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element JUPITER
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Jupiter
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<JUPITER xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</JUPITER>
Source
<xs:element name="JUPITER" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Jupiter</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SATURN
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Saturn
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<SATURN xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</SATURN>
Source
<xs:element name="SATURN" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Saturn</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element URANUS
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Uranus
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<URANUS xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</URANUS>
Source
<xs:element name="URANUS" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Uranus</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element NEPTUNE
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Neptune
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<NEPTUNE xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</NEPTUNE>
Source
<xs:element name="NEPTUNE" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Neptune</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PLUTO
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Center of Pluto
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<PLUTO xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</PLUTO>
Source
<xs:element name="PLUTO" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Center of Pluto</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element RELOCATABLE
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A relocatable origin, especially useful for simulations
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<RELOCATABLE xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</RELOCATABLE>
Source
<xs:element name="RELOCATABLE" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>A relocatable origin, especially useful for simulations</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element UNKNOWNRefPos
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Unknown origin; the client is responsible for assigning a default
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem EPNCore.tmp#stdRefPosType EPNCore.tmp#ReferencePosition
Type stdRefPosType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Instance
<UNKNOWNRefPos xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PlanetaryEphem>{0,1}</PlanetaryEphem>
</UNKNOWNRefPos>
Source
<xs:element name="UNKNOWNRefPos" type="stdRefPosType" substitutionGroup="ReferencePosition">
  <xs:annotation>
    <xs:documentation>Unknown origin; the client is responsible for assigning a default</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SPHERICAL
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Spherical 2-D (longitude, latitude) or 3-D (long, lat, radius/elevation) coordinates
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="SPHERICAL" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>Spherical 2-D (longitude, latitude) or 3-D (long, lat, radius/elevation) coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CARTESIAN
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Cartesian 1-, 2-, or 3-D coordinates
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="CARTESIAN" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>Cartesian 1-, 2-, or 3-D coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element UNITSPHERE
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D Unit sphere coordinates (direction cosines); in (long,lat), X is in the direction (0,0), Y (pi/2,0), Z (0,pi/2)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="UNITSPHERE" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>3-D Unit sphere coordinates (direction cosines); in (long,lat), X is in the direction (0,0), Y (pi/2,0), Z (0,pi/2)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element POLAR
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D polar coordinates (radius, posangle)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="POLAR" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>2-D polar coordinates (radius, posangle)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CYLINDRICAL
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D cylindrical coordinates (radius, posangle, z)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="CYLINDRICAL" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>3-D cylindrical coordinates (radius, posangle, z)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element STRING
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
String coordinates (e.g., Stokes)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#CoordFlavor
Type coordFlavorType
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:element name="STRING" type="coordFlavorType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>String coordinates (e.g., Stokes)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element HEALPIX
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D Healpix coordinates; defaults for H(4) and K(3)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#healpixType_healpix_H EPNCore.tmp#healpixType_healpix_K EPNCore.tmp#healpixType EPNCore.tmp#CoordFlavor
Type healpixType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
healpix_H xs:integer 4 optional
healpix_K xs:integer 3 optional
Source
<xs:element name="HEALPIX" type="healpixType" substitutionGroup="CoordFlavor">
  <xs:annotation>
    <xs:documentation>2-D Healpix coordinates; defaults for H(4) and K(3)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelFrameType / ReferencePixel
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#Pixel EPNCore.tmp#pixelType
Type pixelType
Properties
content: complex
minOccurs: 0
nillable: true
Model Pixel
Children Pixel
Instance
<ReferencePixel xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Pixel frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Pixel>
</ReferencePixel>
Source
<xs:element name="ReferencePixel" type="pixelType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Pixel
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Pixel coordinate substitution group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Pixel1D EPNCore.tmp#Pixel2D EPNCore.tmp#Pixel3D EPNCore.tmp#Coordinate
Type coordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Complex Types pixelCoordsType, pixelType
Model Name{0,1}
Children Name
Instance
<Pixel frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
</Pixel>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pixel" type="coordinateType" substitutionGroup="Coordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Pixel coordinate substitution group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element spaceFrameType / OffsetCenter
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#CoordValue EPNCore.tmp#coordValueType
Type coordValueType
Properties
content: complex
minOccurs: 0
Model CoordValue
Children CoordValue
Instance
<OffsetCenter xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordValue>{1,1}</CoordValue>
</OffsetCenter>
Source
<xs:element name="OffsetCenter" type="coordValueType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordValue
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements)
Diagram
Diagram EPNCore.tmp#CValue2 EPNCore.tmp#CValue3 EPNCore.tmp#Value
Properties
abstract: true
Substitution Group
Used by
Complex Type coordValueType
Source
<xs:element name="CoordValue" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>The head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element timeFrameType / TimeScale
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The time reference frame consists of a time scale, a time format, and a reference time, if needed
Diagram
Diagram EPNCore.tmp#timeScaleType
Type timeScaleType
Properties
content: simple
default: TT
nillable: true
Facets
enumeration TT
Terrestrial Time; the basis for ephemerides
enumeration TDT
Obsolete synonym for TT
enumeration ET
Ephemeris Time; predecessor of, and continuous with, TT
enumeration TDB
Barycentric Dynamic Time:the independent variable in planetay ephemerides; time at the solar system barycenter synchronous with TT on an annual basis; sometimes called TEB
enumeration TEB
Barycentric Ephemeris Time: time at the solar system barycenter synchronous with TT on an annual basis; a deprecated synonym of TDB.
enumeration TCG
Terrestrial Coordinate Time
enumeration TCB
Barycentric Coordinate Time; runs slower than TDB but is consistent with physical constants
enumeration TAI
International Atomic Time; runs 32.184 s behind TT
enumeration IAT
Synonym for TAI
enumeration UTC
Coordinated Universal Time; currently (2006) runs 33 leapseconds behind TAI
enumeration GPS
Global Positioning System's time scale; runs 19 s behind TAI, 51.184 s behind TT.
enumeration LST
Local Siderial Time; only for ground-based observations; note that the second is shorter
enumeration GMST
Greenwich Mean Siderial Time; only for ground-based observations; note that the second is shorter
enumeration LOCAL
Only to be used for simulations in conjunction with a relocatable spatial frame
Source
<xs:element name="TimeScale" type="timeScaleType" default="TT" nillable="true">
  <xs:annotation>
    <xs:documentation>The time reference frame consists of a time scale, a time format, and a reference time, if needed</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element timeFrameType / TimeRefDirection
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Time EPNCore.tmp#Position EPNCore.tmp#Velocity EPNCore.tmp#Spectral EPNCore.tmp#Redshift EPNCore.tmp#astroCoordsType_CoordFile EPNCore.tmp#astroCoordsType_Orbit EPNCore.tmp#astroCoordsType
Type astroCoordsType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model GenCoordinate , Time{0,1} , Position{0,1} , Velocity{0,1} , Spectral{0,1} , Redshift{0,1} , CoordFile{0,1} , Orbit{0,1}
Children CoordFile, GenCoordinate, Orbit, Position, Redshift, Spectral, Time, Velocity
Instance
<TimeRefDirection coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
  <Time coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</Time>
  <Position frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Position>
  <Velocity frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Velocity>
  <Spectral coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="">{0,1}</Spectral>
  <Redshift coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Redshift>
  <CoordFile frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</CoordFile>
  <Orbit frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Orbit>
</TimeRefDirection>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="TimeRefDirection" type="astroCoordsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element redshiftFrameType / DopplerDefinition
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)
Diagram
Diagram EPNCore.tmp#dopplerDefinitionType
Type dopplerDefinitionType
Properties
content: simple
nillable: true
Facets
enumeration OPTICAL
enumeration RADIO
enumeration RELATIVISTIC
Source
<xs:element name="DopplerDefinition" type="dopplerDefinitionType" nillable="true">
  <xs:annotation>
    <xs:documentation>The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordSys
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element (not abstract) of the CoordSys group
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame EPNCore.tmp#coordSysType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#PixelCoordSystem
Type coordSysType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type stcDescriptionType
Model CoordFrame*
Children CoordFrame
Instance
<CoordSys xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,unbounded}</CoordFrame>
</CoordSys>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordSys" type="coordSysType" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element (not abstract) of the CoordSys group</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element TimeFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The time coordinate reference frame
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#timeFrameType_TimeScale EPNCore.tmp#ReferencePosition EPNCore.tmp#timeFrameType_TimeRefDirection EPNCore.tmp#timeFrameType
Type timeFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type astroCoordSystemType
Model Name{0,1} , TimeScale , ReferencePosition , TimeRefDirection{0,1}
Children Name, ReferencePosition, TimeRefDirection, TimeScale
Instance
<TimeFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <TimeScale>{1,1}</TimeScale>
  <ReferencePosition>{1,1}</ReferencePosition>
  <TimeRefDirection coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</TimeRefDirection>
</TimeFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="TimeFrame" type="timeFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>The time coordinate reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SpaceFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The spatial coordinate reference frame
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#SpaceRefFrame EPNCore.tmp#ReferencePosition EPNCore.tmp#spaceFrameType_OffsetCenter EPNCore.tmp#CoordFlavor EPNCore.tmp#spaceFrameType
Type spaceFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type astroCoordSystemType
Model Name{0,1} , SpaceRefFrame , ReferencePosition , OffsetCenter{0,1} , CoordFlavor
Children CoordFlavor, Name, OffsetCenter, ReferencePosition, SpaceRefFrame
Instance
<SpaceFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <SpaceRefFrame ref_frame_id="">{1,1}</SpaceRefFrame>
  <ReferencePosition>{1,1}</ReferencePosition>
  <OffsetCenter>{0,1}</OffsetCenter>
  <CoordFlavor coord_naxes="2" handedness="">{1,1}</CoordFlavor>
</SpaceFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SpaceFrame" type="spaceFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>The spatial coordinate reference frame</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SpectralFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The reference frame for the spectral coordinate; note presence of LSR
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#ReferencePosition EPNCore.tmp#spectralFrameType
Type spectralFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type astroCoordSystemType
Model Name{0,1} , ReferencePosition
Children Name, ReferencePosition
Instance
<SpectralFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <ReferencePosition>{1,1}</ReferencePosition>
</SpectralFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SpectralFrame" type="spectralFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>The reference frame for the spectral coordinate; note presence of LSR</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element RedshiftFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#redshiftFrameType_value_type EPNCore.tmp#redshiftFrameType_DopplerDefinition EPNCore.tmp#ReferencePosition EPNCore.tmp#redshiftFrameType
Type redshiftFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type astroCoordSystemType
Model Name{0,1} , DopplerDefinition , ReferencePosition
Children DopplerDefinition, Name, ReferencePosition
Instance
<RedshiftFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" value_type="VELOCITY" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <DopplerDefinition>{1,1}</DopplerDefinition>
  <ReferencePosition>{1,1}</ReferencePosition>
</RedshiftFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
value_type restriction of xs:string VELOCITY optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="RedshiftFrame" type="redshiftFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoordFrame
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Element for pixel Coordinate Frames
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#CoordRefFrame EPNCore.tmp#CoordRefPos EPNCore.tmp#CoordFlavor EPNCore.tmp#genericCoordFrameType EPNCore.tmp#pixelFrameType_axis1_order EPNCore.tmp#pixelFrameType_axis2_order EPNCore.tmp#pixelFrameType_axis3_order EPNCore.tmp#pixelFrameType_ref_frame_id EPNCore.tmp#pixelFrameType_ReferencePixel EPNCore.tmp#pixelFrameType
Type pixelFrameType
Type hierarchy
Properties
content: complex
nillable: true
Used by
Complex Type pixelCoordSystemType
Model Name{0,1} , CoordRefFrame{0,1} , CoordRefPos{0,1} , CoordFlavor , ReferencePixel{0,1}
Children CoordFlavor, CoordRefFrame, CoordRefPos, Name, ReferencePixel
Instance
<PixelCoordFrame axis1_order="" axis2_order="" axis3_order="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" ref_frame_id="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <CoordRefFrame ref_frame_id="">{0,1}</CoordRefFrame>
  <CoordRefPos>{0,1}</CoordRefPos>
  <CoordFlavor coord_naxes="2" handedness="">{1,1}</CoordFlavor>
  <ReferencePixel>{0,1}</ReferencePixel>
</PixelCoordFrame>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
axis1_order xs:integer required
axis2_order xs:integer optional
axis3_order xs:integer optional
id xs:ID optional
idref xs:IDREF optional
ref_frame_id xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoordFrame" type="pixelFrameType" nillable="true">
  <xs:annotation>
    <xs:documentation>Element for pixel Coordinate Frames</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AstroCoordSystem
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systems
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame EPNCore.tmp#coordSysType EPNCore.tmp#TimeFrame EPNCore.tmp#SpaceFrame EPNCore.tmp#SpectralFrame EPNCore.tmp#RedshiftFrame EPNCore.tmp#astroCoordSystemType EPNCore.tmp#CoordSys
Type astroCoordSystemType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Model CoordFrame* , TimeFrame{0,1} , SpaceFrame{0,1} , SpectralFrame{0,1} , RedshiftFrame{0,1}
Children CoordFrame, RedshiftFrame, SpaceFrame, SpectralFrame, TimeFrame
Instance
<AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,unbounded}</CoordFrame>
  <TimeFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</TimeFrame>
  <SpaceFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</SpaceFrame>
  <SpectralFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</SpectralFrame>
  <RedshiftFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" value_type="VELOCITY">{0,1}</RedshiftFrame>
</AstroCoordSystem>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="AstroCoordSystem" type="astroCoordSystemType" substitutionGroup="CoordSys" nillable="true">
  <xs:annotation>
    <xs:documentation>The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/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:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoordSystem
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Pixel form of CoordSys
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame EPNCore.tmp#coordSysType EPNCore.tmp#PixelCoordFrame EPNCore.tmp#pixelCoordSystemType EPNCore.tmp#CoordSys
Type pixelCoordSystemType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Complex Type pixelSpaceType
Model CoordFrame* , PixelCoordFrame
Children CoordFrame, PixelCoordFrame
Instance
<PixelCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordFrame xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,unbounded}</CoordFrame>
  <PixelCoordFrame axis1_order="" axis2_order="" axis3_order="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" ref_frame_id="" xlink:type="simple" ucd="">{1,1}</PixelCoordFrame>
</PixelCoordSystem>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoordSystem" type="pixelCoordSystemType" substitutionGroup="CoordSys" nillable="true">
  <xs:annotation>
    <xs:documentation>Pixel form of CoordSys</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ISOTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
ISO8601 time; note: only a limited subset of ISO 8601 is allowed: yyyy-mm-ddThh:mm:ss.sss...; only ".sss..." is optional
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#isoTimeType EPNCore.tmp#AbsoluteTime
Type isoTimeType
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ISOTime" type="isoTimeType" substitutionGroup="AbsoluteTime" nillable="true">
  <xs:annotation>
    <xs:documentation>ISO8601 time; note: only a limited subset of ISO 8601 is allowed: yyyy-mm-ddThh:mm:ss.sss...; only ".sss..." is optional</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element JDTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
JD time
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#jdTimeType EPNCore.tmp#AbsoluteTime
Type jdTimeType
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="JDTime" type="jdTimeType" substitutionGroup="AbsoluteTime" nillable="true">
  <xs:annotation>
    <xs:documentation>JD time</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element MJDTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
MJD time (=JD - 2400000.5)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#jdTimeType EPNCore.tmp#AbsoluteTime
Type jdTimeType
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="MJDTime" type="jdTimeType" substitutionGroup="AbsoluteTime" nillable="true">
  <xs:annotation>
    <xs:documentation>MJD time (=JD - 2400000.5)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element TimeOrigin
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A relocatable time origin for simulations
Diagram
Diagram EPNCore.tmp#relocatableOriginType EPNCore.tmp#AbsoluteTime
Type relocatableOriginType
Properties
content: simple
Facets
enumeration RELOCATABLE
Substitution Group Affiliation
Source
<xs:element name="TimeOrigin" type="relocatableOriginType" substitutionGroup="AbsoluteTime">
  <xs:annotation>
    <xs:documentation>A relocatable time origin for simulations</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element curve2Type / P1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<P1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</P1>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="P1" type="double2Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element curve2Type / P2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<P2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</P2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="P2" type="double2Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element curve3Type / P1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<P1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</P1>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="P1" type="double3Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element curve3Type / P2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<P2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</P2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="P2" type="double3Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CError
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for all types of errors
Diagram
Diagram EPNCore.tmp#CError2 EPNCore.tmp#CError3 EPNCore.tmp#Error
Properties
abstract: true
Substitution Group
Source
<xs:element name="CError" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for all types of errors</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CResolution
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for all types of resolutions
Diagram
Diagram EPNCore.tmp#CResolution2 EPNCore.tmp#CResolution3 EPNCore.tmp#Resolution
Properties
abstract: true
Substitution Group
Source
<xs:element name="CResolution" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for all types of resolutions</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CSize
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for all types of sizes
Diagram
Diagram EPNCore.tmp#CSize2 EPNCore.tmp#CSize3 EPNCore.tmp#Size
Properties
abstract: true
Substitution Group
Source
<xs:element name="CSize" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for all types of sizes</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CPixSize
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for all types of pixel sizes
Diagram
Diagram EPNCore.tmp#CPixSize2 EPNCore.tmp#CPixSize3 EPNCore.tmp#PixSize
Properties
abstract: true
Substitution Group
Source
<xs:element name="CPixSize" type="xs:anyType" abstract="true">
  <xs:annotation>
    <xs:documentation>Substitution group for all types of pixel sizes</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CValue2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D coordinate value
Diagram
Diagram EPNCore.tmp#Curve2 EPNCore.tmp#Value2 EPNCore.tmp#CoordValue
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CValue2" type="xs:anyType" abstract="true" substitutionGroup="CoordValue">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D coordinate value</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Value2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double vector
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#CValue2
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Model C1 , C2
Children C1, C2
Instance
<Value2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Value2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Value2" type="double2Type" substitutionGroup="CValue2" nillable="true">
  <xs:annotation>
    <xs:documentation>double vector</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Curve2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Curve in 2-D
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#curve2Type_curve_shape EPNCore.tmp#curve2Type_P1 EPNCore.tmp#curve2Type_P2 EPNCore.tmp#curve2Type EPNCore.tmp#CValue2
Type curve2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model P1 , P2
Children P1, P2
Instance
<Curve2 curve_shape="line" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <P1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</P1>
  <P2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</P2>
</Curve2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
curve_shape xs:string line optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Curve2" type="curve2Type" substitutionGroup="CValue2" nillable="true">
  <xs:annotation>
    <xs:documentation>Curve in 2-D</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CError2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D coordinate error
Diagram
Diagram EPNCore.tmp#Error2 EPNCore.tmp#Error2Matrix EPNCore.tmp#Error2Radius EPNCore.tmp#CError
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CError2" type="xs:anyType" abstract="true" substitutionGroup="CError">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D coordinate error</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error2Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 2-D error circle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CError2
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error2Radius" type="double1Type" substitutionGroup="CError2" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 2-D error circle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size2Type Error element: 2 doubles with optional position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle EPNCore.tmp#size2Type EPNCore.tmp#CError2
Type size2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Instance
<Error2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle>
</Error2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error2" type="size2Type" substitutionGroup="CError2" nillable="true">
  <xs:annotation>
    <xs:documentation>size2Type Error element: 2 doubles with optional position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error2Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2x2 matrix Error element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22 EPNCore.tmp#double4Type EPNCore.tmp#CError2
Type double4Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Instance
<Error2Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
</Error2Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error2Matrix" type="double4Type" substitutionGroup="CError2" nillable="true">
  <xs:annotation>
    <xs:documentation>2x2 matrix Error element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CResolution2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D coordinate resolution
Diagram
Diagram EPNCore.tmp#Resolution2 EPNCore.tmp#Resolution2Matrix EPNCore.tmp#Resolution2Radius EPNCore.tmp#CResolution
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CResolution2" type="xs:anyType" abstract="true" substitutionGroup="CResolution">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D coordinate resolution</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution2Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 2-D circular resolution
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CResolution2
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution2Radius" type="double1Type" substitutionGroup="CResolution2" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 2-D circular resolution</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size2Type Resolution element: 2 doubles with optional position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle EPNCore.tmp#size2Type EPNCore.tmp#CResolution2
Type size2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Instance
<Resolution2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle>
</Resolution2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution2" type="size2Type" substitutionGroup="CResolution2" nillable="true">
  <xs:annotation>
    <xs:documentation>size2Type Resolution element: 2 doubles with optional position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution2Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2x2 matrix Resolution element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22 EPNCore.tmp#double4Type EPNCore.tmp#CResolution2
Type double4Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Instance
<Resolution2Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
</Resolution2Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution2Matrix" type="double4Type" substitutionGroup="CResolution2" nillable="true">
  <xs:annotation>
    <xs:documentation>2x2 matrix Resolution element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CSize2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D coordinate size
Diagram
Diagram EPNCore.tmp#Size2 EPNCore.tmp#Size2Matrix EPNCore.tmp#Size2Radius EPNCore.tmp#CSize
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CSize2" type="xs:anyType" abstract="true" substitutionGroup="CSize">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D coordinate size</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size2Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 2-D circle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CSize2
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size2Radius" type="double1Type" substitutionGroup="CSize2" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 2-D circle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size2Type Size element: 2 doubles with optional position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle EPNCore.tmp#size2Type EPNCore.tmp#CSize2
Type size2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Instance
<Size2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle>
</Size2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size2" type="size2Type" substitutionGroup="CSize2" nillable="true">
  <xs:annotation>
    <xs:documentation>size2Type Size element: 2 doubles with optional position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size2Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2x2 matrix Size element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22 EPNCore.tmp#double4Type EPNCore.tmp#CSize2
Type double4Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Instance
<Size2Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
</Size2Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size2Matrix" type="double4Type" substitutionGroup="CSize2" nillable="true">
  <xs:annotation>
    <xs:documentation>2x2 matrix Size element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CPixSize2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 2-D coordinate pixel size
Diagram
Diagram EPNCore.tmp#PixSize2 EPNCore.tmp#PixSize2Matrix EPNCore.tmp#CPixSize
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CPixSize2" type="xs:anyType" abstract="true" substitutionGroup="CPixSize">
  <xs:annotation>
    <xs:documentation>Substitution group for a 2-D coordinate pixel size</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixSize2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size2Type PixSize element: 2 doubles with optional position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle EPNCore.tmp#size2Type EPNCore.tmp#CPixSize2
Type size2Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Instance
<PixSize2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle>
</PixSize2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixSize2" type="size2Type" substitutionGroup="CPixSize2" nillable="true">
  <xs:annotation>
    <xs:documentation>size2Type PixSize element: 2 doubles with optional position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixSize2Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2x2 matrix PixSize element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22 EPNCore.tmp#double4Type EPNCore.tmp#CPixSize2
Type double4Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Instance
<PixSize2Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
</PixSize2Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixSize2Matrix" type="double4Type" substitutionGroup="CPixSize2" nillable="true">
  <xs:annotation>
    <xs:documentation>2x2 matrix PixSize element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vector2CoordinateType / Name1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name1" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vector2CoordinateType / Name2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelVector2CoordinateType / Name1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name1" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelVector2CoordinateType / Name2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CValue3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D coordinate value
Diagram
Diagram EPNCore.tmp#Curve3 EPNCore.tmp#Value3 EPNCore.tmp#CoordValue
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CValue3" type="xs:anyType" abstract="true" substitutionGroup="CoordValue">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D coordinate value</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Value3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Vector of 3 doubles
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#CValue3
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<Value3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</Value3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Value3" type="double3Type" substitutionGroup="CValue3" nillable="true">
  <xs:annotation>
    <xs:documentation>Vector of 3 doubles</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Curve3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Curve in 3-D
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#curve3Type_curve_shape EPNCore.tmp#curve3Type_P1 EPNCore.tmp#curve3Type_P2 EPNCore.tmp#curve3Type EPNCore.tmp#CValue3
Type curve3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model P1 , P2
Children P1, P2
Instance
<Curve3 curve_shape="line" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <P1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</P1>
  <P2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</P2>
</Curve3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
curve_shape xs:string line optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Curve3" type="curve3Type" substitutionGroup="CValue3" nillable="true">
  <xs:annotation>
    <xs:documentation>Curve in 3-D</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CError3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D coordinate error
Diagram
Diagram EPNCore.tmp#Error3 EPNCore.tmp#Error3Matrix EPNCore.tmp#Error3Radius EPNCore.tmp#CError
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CError3" type="xs:anyType" abstract="true" substitutionGroup="CError">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D coordinate error</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error3Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 3-D error sphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CError3
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error3Radius" type="double1Type" substitutionGroup="CError3" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 3-D error sphere</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size3Type Error element: 3 doubles with optional position angle(s)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2 EPNCore.tmp#size3Type EPNCore.tmp#CError3
Type size3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Instance
<Error3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle2>
</Error3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error3" type="size3Type" substitutionGroup="CError3" nillable="true">
  <xs:annotation>
    <xs:documentation>size3Type Error element: 3 doubles with optional position angle(s)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Error3Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3x3 matrix Error element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33 EPNCore.tmp#double9Type EPNCore.tmp#CError3
Type double9Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Instance
<Error3Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M13>{1,1}</M13>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
  <M23>{1,1}</M23>
  <M31>{1,1}</M31>
  <M32>{1,1}</M32>
  <M33>{1,1}</M33>
</Error3Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Error3Matrix" type="double9Type" substitutionGroup="CError3" nillable="true">
  <xs:annotation>
    <xs:documentation>3x3 matrix Error element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CResolution3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D coordinate resolution
Diagram
Diagram EPNCore.tmp#Resolution3 EPNCore.tmp#Resolution3Matrix EPNCore.tmp#Resolution3Radius EPNCore.tmp#CResolution
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CResolution3" type="xs:anyType" abstract="true" substitutionGroup="CResolution">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D coordinate resolution</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution3Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 3-D spherical resolution
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CResolution3
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution3Radius" type="double1Type" substitutionGroup="CResolution3" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 3-D spherical resolution</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size3Type Resolution element: 3 doubles with optional position angle(s)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2 EPNCore.tmp#size3Type EPNCore.tmp#CResolution3
Type size3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Instance
<Resolution3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle2>
</Resolution3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution3" type="size3Type" substitutionGroup="CResolution3" nillable="true">
  <xs:annotation>
    <xs:documentation>size3Type Resolution element: 3 doubles with optional position angle(s)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Resolution3Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3x3 matrix Resoltuion element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33 EPNCore.tmp#double9Type EPNCore.tmp#CResolution3
Type double9Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Instance
<Resolution3Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M13>{1,1}</M13>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
  <M23>{1,1}</M23>
  <M31>{1,1}</M31>
  <M32>{1,1}</M32>
  <M33>{1,1}</M33>
</Resolution3Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Resolution3Matrix" type="double9Type" substitutionGroup="CResolution3" nillable="true">
  <xs:annotation>
    <xs:documentation>3x3 matrix Resoltuion element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CSize3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D coordinate size
Diagram
Diagram EPNCore.tmp#Size3 EPNCore.tmp#Size3Matrix EPNCore.tmp#Size3Radius EPNCore.tmp#CSize
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CSize3" type="xs:anyType" abstract="true" substitutionGroup="CSize">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D coordinate size</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size3Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
double: radius of a 3-D sphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type EPNCore.tmp#CSize3
Type double1Type
Properties
content: complex
nillable: true
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size3Radius" type="double1Type" substitutionGroup="CSize3" nillable="true">
  <xs:annotation>
    <xs:documentation>double: radius of a 3-D sphere</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size3Type Size element: 3 doubles with optional position angle(s)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2 EPNCore.tmp#size3Type EPNCore.tmp#CSize3
Type size3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Instance
<Size3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle2>
</Size3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size3" type="size3Type" substitutionGroup="CSize3" nillable="true">
  <xs:annotation>
    <xs:documentation>size3Type Size element: 3 doubles with optional position angle(s)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Size3Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3x3 matrix Size element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33 EPNCore.tmp#double9Type EPNCore.tmp#CSize3
Type double9Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Instance
<Size3Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M13>{1,1}</M13>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
  <M23>{1,1}</M23>
  <M31>{1,1}</M31>
  <M32>{1,1}</M32>
  <M33>{1,1}</M33>
</Size3Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size3Matrix" type="double9Type" substitutionGroup="CSize3" nillable="true">
  <xs:annotation>
    <xs:documentation>3x3 matrix Size element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CPixSize3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Substitution group for a 3-D coordinate pixel size
Diagram
Diagram EPNCore.tmp#PixSize3 EPNCore.tmp#PixSize3Matrix EPNCore.tmp#CPixSize
Properties
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="CPixSize3" type="xs:anyType" abstract="true" substitutionGroup="CPixSize">
  <xs:annotation>
    <xs:documentation>Substitution group for a 3-D coordinate pixel size</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixSize3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
size3Type PixSize element: 3 doubles with optional position angle(s)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2 EPNCore.tmp#size3Type EPNCore.tmp#CPixSize3
Type size3Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Instance
<PixSize3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{0,1}</PosAngle2>
</PixSize3>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixSize3" type="size3Type" substitutionGroup="CPixSize3" nillable="true">
  <xs:annotation>
    <xs:documentation>size3Type PixSize element: 3 doubles with optional position angle(s)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixSize3Matrix
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3x3 matrix PixSize element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33 EPNCore.tmp#double9Type EPNCore.tmp#CPixSize3
Type double9Type
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Instance
<PixSize3Matrix gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <M11>{1,1}</M11>
  <M12>{1,1}</M12>
  <M13>{1,1}</M13>
  <M21>{1,1}</M21>
  <M22>{1,1}</M22>
  <M23>{1,1}</M23>
  <M31>{1,1}</M31>
  <M32>{1,1}</M32>
  <M33>{1,1}</M33>
</PixSize3Matrix>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixSize3Matrix" type="double9Type" substitutionGroup="CPixSize3" nillable="true">
  <xs:annotation>
    <xs:documentation>3x3 matrix PixSize element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vector3CoordinateType / Name1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name1" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vector3CoordinateType / Name2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vector3CoordinateType / Name3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name3" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelVector3CoordinateType / Name1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name1" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelVector3CoordinateType / Name2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name2" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pixelVector3CoordinateType / Name3
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Name3" type="xs:string" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element stringCoordinateType / Value
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Value" type="xs:string"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element StringCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic string coordinate element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#stringCoordinateType_unit EPNCore.tmp#stringCoordinateType_Value EPNCore.tmp#stringCoordinateType EPNCore.tmp#GenCoordinate
Type stringCoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Value
Children Name, Value
Instance
<StringCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value>{1,1}</Value>
</StringCoordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="StringCoordinate" type="stringCoordinateType" substitutionGroup="GenCoordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Generic string coordinate element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ScalarCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic scalar coordinate element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#scalarCoordinateType_unit EPNCore.tmp#scalarCoordinateType EPNCore.tmp#GenCoordinate
Type scalarCoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<ScalarCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</ScalarCoordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ScalarCoordinate" type="scalarCoordinateType" substitutionGroup="GenCoordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Generic scalar coordinate element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Vector2DCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic 2-D coordinate element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#genVector2CoordinateType_unit EPNCore.tmp#genVector2CoordinateType EPNCore.tmp#GenCoordinate
Type genVector2CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Instance
<Vector2DCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <CValue2>{0,1}</CValue2>
  <CError2>{0,2}</CError2>
  <CResolution2>{0,2}</CResolution2>
  <CSize2>{0,2}</CSize2>
  <CPixSize2>{0,2}</CPixSize2>
</Vector2DCoordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Vector2DCoordinate" type="genVector2CoordinateType" substitutionGroup="GenCoordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Generic 2-D coordinate element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Vector3DCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic 3-D coordinate element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#genVector3CoordinateType_unit EPNCore.tmp#genVector3CoordinateType EPNCore.tmp#GenCoordinate
Type genVector3CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Instance
<Vector3DCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <Name3>{0,1}</Name3>
  <CValue3>{0,1}</CValue3>
  <CError3>{0,2}</CError3>
  <CResolution3>{0,2}</CResolution3>
  <CSize3>{0,2}</CSize3>
  <CPixSize3>{0,2}</CPixSize3>
</Vector3DCoordinate>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Vector3DCoordinate" type="genVector3CoordinateType" substitutionGroup="GenCoordinate" nillable="true">
  <xs:annotation>
    <xs:documentation>Generic 3-D coordinate element</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Pixel1D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
1-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#pixelVector1CoordinateType EPNCore.tmp#Pixel
Type pixelVector1CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Value{0,1}
Children Name, Value
Instance
<Pixel1D frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
</Pixel1D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pixel1D" type="pixelVector1CoordinateType" substitutionGroup="Pixel" nillable="true">
  <xs:annotation>
    <xs:documentation>1-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Pixel2D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#pixelVector2CoordinateType_Name1 EPNCore.tmp#pixelVector2CoordinateType_Name2 EPNCore.tmp#Value2 EPNCore.tmp#pixelVector2CoordinateType EPNCore.tmp#Pixel
Type pixelVector2CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Value2{0,1}
Children Name, Name1, Name2, Value2
Instance
<Pixel2D frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <Value2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Value2>
</Pixel2D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pixel2D" type="pixelVector2CoordinateType" substitutionGroup="Pixel" nillable="true">
  <xs:annotation>
    <xs:documentation>2-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Pixel3D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#pixelVector3CoordinateType_Name1 EPNCore.tmp#pixelVector3CoordinateType_Name2 EPNCore.tmp#pixelVector3CoordinateType_Name3 EPNCore.tmp#Value3 EPNCore.tmp#pixelVector3CoordinateType EPNCore.tmp#Pixel
Type pixelVector3CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , Value3{0,1}
Children Name, Name1, Name2, Name3, Value3
Instance
<Pixel3D frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <Name3>{0,1}</Name3>
  <Value3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Value3>
</Pixel3D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pixel3D" type="pixelVector3CoordinateType" substitutionGroup="Pixel" nillable="true">
  <xs:annotation>
    <xs:documentation>3-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position1D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
1-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#posVector1CoordinateType_coord_system_id EPNCore.tmp#posVector1CoordinateType_unit EPNCore.tmp#posVector1CoordinateType EPNCore.tmp#Position
Type posVector1CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<Position1D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</Position1D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position1D" type="posVector1CoordinateType" substitutionGroup="Position" nillable="true">
  <xs:annotation>
    <xs:documentation>1-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position2D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#posVector2CoordinateType_coord_system_id EPNCore.tmp#posVector2CoordinateType_unit EPNCore.tmp#posVector2CoordinateType EPNCore.tmp#Position
Type posVector2CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Instance
<Position2D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <CValue2>{0,1}</CValue2>
  <CError2>{0,2}</CError2>
  <CResolution2>{0,2}</CResolution2>
  <CSize2>{0,2}</CSize2>
  <CPixSize2>{0,2}</CPixSize2>
</Position2D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position2D" type="posVector2CoordinateType" substitutionGroup="Position" nillable="true">
  <xs:annotation>
    <xs:documentation>2-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position3D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D Position coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#posVector3CoordinateType_coord_system_id EPNCore.tmp#posVector3CoordinateType_unit EPNCore.tmp#posVector3CoordinateType EPNCore.tmp#Position
Type posVector3CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Instance
<Position3D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <Name3>{0,1}</Name3>
  <CValue3>{0,1}</CValue3>
  <CError3>{0,2}</CError3>
  <CResolution3>{0,2}</CResolution3>
  <CSize3>{0,2}</CSize3>
  <CPixSize3>{0,2}</CPixSize3>
</Position3D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position3D" type="posVector3CoordinateType" substitutionGroup="Position" nillable="true">
  <xs:annotation>
    <xs:documentation>3-D Position coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity1D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
1-D Velocity coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#posVector1CoordinateType_coord_system_id EPNCore.tmp#posVector1CoordinateType_unit EPNCore.tmp#posVector1CoordinateType EPNCore.tmp#velVector1CoordinateType_vel_time_unit EPNCore.tmp#velVector1CoordinateType EPNCore.tmp#Velocity
Type velVector1CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Instance
<Velocity1D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Value gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</Value>
  <Error gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Error>
  <Resolution gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Resolution>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</Size>
  <PixSize gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,2}</PixSize>
</Velocity1D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity1D" type="velVector1CoordinateType" substitutionGroup="Velocity" nillable="true">
  <xs:annotation>
    <xs:documentation>1-D Velocity coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity2D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D Velocity coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#posVector2CoordinateType_coord_system_id EPNCore.tmp#posVector2CoordinateType_unit EPNCore.tmp#posVector2CoordinateType EPNCore.tmp#velVector2CoordinateType_vel_time_unit EPNCore.tmp#velVector2CoordinateType EPNCore.tmp#Velocity
Type velVector2CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Instance
<Velocity2D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <CValue2>{0,1}</CValue2>
  <CError2>{0,2}</CError2>
  <CResolution2>{0,2}</CResolution2>
  <CSize2>{0,2}</CSize2>
  <CPixSize2>{0,2}</CPixSize2>
</Velocity2D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity2D" type="velVector2CoordinateType" substitutionGroup="Velocity" nillable="true">
  <xs:annotation>
    <xs:documentation>2-D Velocity coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity3D
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D Velocity coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#posVector3CoordinateType_coord_system_id EPNCore.tmp#posVector3CoordinateType_unit EPNCore.tmp#posVector3CoordinateType EPNCore.tmp#velVector3CoordinateType_vel_time_unit EPNCore.tmp#velVector3CoordinateType EPNCore.tmp#Velocity
Type velVector3CoordinateType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Instance
<Velocity3D coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Name>{0,1}</Name>
  <Name1>{0,1}</Name1>
  <Name2>{0,1}</Name2>
  <Name3>{0,1}</Name3>
  <CValue3>{0,1}</CValue3>
  <CError3>{0,2}</CError3>
  <CResolution3>{0,2}</CResolution3>
  <CSize3>{0,2}</CSize3>
  <CPixSize3>{0,2}</CPixSize3>
</Velocity3D>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity3D" type="velVector3CoordinateType" substitutionGroup="Velocity" nillable="true">
  <xs:annotation>
    <xs:documentation>3-D Velocity coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Coords
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of Coords group (not abstract)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#AstroCoords EPNCore.tmp#PixelCoords
Type coordsType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type stcDescriptionType
Model GenCoordinate
Children GenCoordinate
Instance
<Coords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
</Coords>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Coords" type="coordsType" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of Coords group (not abstract)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AstroCoords
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate system
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Time EPNCore.tmp#Position EPNCore.tmp#Velocity EPNCore.tmp#Spectral EPNCore.tmp#Redshift EPNCore.tmp#astroCoordsType_CoordFile EPNCore.tmp#astroCoordsType_Orbit EPNCore.tmp#astroCoordsType EPNCore.tmp#Coords
Type astroCoordsType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Model GenCoordinate , Time{0,1} , Position{0,1} , Velocity{0,1} , Spectral{0,1} , Redshift{0,1} , CoordFile{0,1} , Orbit{0,1}
Children CoordFile, GenCoordinate, Orbit, Position, Redshift, Spectral, Time, Velocity
Instance
<AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
  <Time coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</Time>
  <Position frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Position>
  <Velocity frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Velocity>
  <Spectral coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="">{0,1}</Spectral>
  <Redshift coord_system_id="" frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Redshift>
  <CoordFile frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</CoordFile>
  <Orbit frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</Orbit>
</AstroCoords>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="AstroCoords" type="astroCoordsType" substitutionGroup="Coords" nillable="true">
  <xs:annotation>
    <xs:documentation>The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoords
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains pixel coordinates
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Pixel EPNCore.tmp#pixelCoordsType EPNCore.tmp#Coords
Type pixelCoordsType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Complex Type pixelSpaceType
Model GenCoordinate , Pixel
Children GenCoordinate, Pixel
Instance
<PixelCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <GenCoordinate frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</GenCoordinate>
  <Pixel frame_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</Pixel>
</PixelCoords>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoords" type="pixelCoordsType" substitutionGroup="Coords" nillable="true">
  <xs:annotation>
    <xs:documentation>Contains pixel coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element regionType / Area
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#regionAreaType_linearAreaUnit EPNCore.tmp#regionAreaType_validArea EPNCore.tmp#regionAreaType
Type regionAreaType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
linearAreaUnit posUnitType required
validArea xs:boolean required
Source
<xs:element name="Area" type="regionAreaType" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element circleType / Center
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The coordinates of the circle's center
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Center>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Center" type="double2Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The coordinates of the circle's center</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element circleType / Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The radius of the circle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Radius" type="double1Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The radius of the circle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ellipseType / Center
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The coordinates of the circle's center
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Center>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Center" type="double2Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The coordinates of the circle's center</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ellipseType / SemiMajorAxis
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The radius of the circle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SemiMajorAxis" type="double1Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The radius of the circle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ellipseType / SemiMinorAxis
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Half the minor axis of the ellipse, in radius_unit
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SemiMinorAxis" type="double1Type" nillable="true">
  <xs:annotation>
    <xs:documentation>Half the minor axis of the ellipse, in radius_unit</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ellipseType / PosAngle
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position angle of major axis (Radius).
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle" type="posAngleType" nillable="true">
  <xs:annotation>
    <xs:documentation>Position angle of major axis (Radius).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element smallCircleType / Pole
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Pole gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Pole>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Pole" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vertexType / Position
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Position gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Position>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position" type="double2Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vertexType / SmallCircle
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#smallCircleType_Pole EPNCore.tmp#smallCircleType
Type smallCircleType
Properties
content: complex
minOccurs: 0
nillable: true
Model Pole{0,1}
Children Pole
Instance
<SmallCircle xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Pole gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</Pole>
</SmallCircle>
Source
<xs:element name="SmallCircle" type="smallCircleType" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element polygonType / Vertex
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
In order to form polygons, vertices are to be connected with straight line segments. In the case of spherical coordinates: greatcircle segments; if a smallCircle element si present, the vertex and its predecessor are to be connected with a smallcircle, by default in the CoordSys that is referenced; optionally, a pole may be specified (other than the CoordSys pole) that defines the smallcircle system
Diagram
Diagram EPNCore.tmp#vertexType_Position EPNCore.tmp#vertexType_SmallCircle EPNCore.tmp#vertexType
Type vertexType
Properties
content: complex
maxOccurs: unbounded
Model Position , SmallCircle{0,1}
Children Position, SmallCircle
Instance
<Vertex xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Position gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Position>
  <SmallCircle>{0,1}</SmallCircle>
</Vertex>
Source
<xs:element name="Vertex" type="vertexType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>In order to form polygons, vertices are to be connected with straight line segments. In the case of spherical coordinates: greatcircle segments; if a smallCircle element si present, the vertex and its predecessor are to be connected with a smallcircle, by default in the CoordSys that is referenced; optionally, a pole may be specified (other than the CoordSys pole) that defines the smallcircle system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element boxType / Center
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The coordinates of the box's center
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Center>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Center" type="double2Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The coordinates of the box's center</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element boxType / Size
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The lengths of the box's sides
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2
Children C1, C2
Instance
<Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Size>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Size" type="double2Type" nillable="true">
  <xs:annotation>
    <xs:documentation>The lengths of the box's sides</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sectorType / Position
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The vertex position of the sector
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
Model C1 , C2
Children C1, C2
Instance
<Position gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</Position>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position" type="double2Type">
  <xs:annotation>
    <xs:documentation>The vertex position of the sector</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sectorType / PosAngle1
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The area ccw from this position angle is included
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle1" type="posAngleType">
  <xs:annotation>
    <xs:documentation>The area ccw from this position angle is included</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sectorType / PosAngle2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The area cw from this position angle is included
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference EPNCore.tmp#posAngleType
Type posAngleType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PosAngle2" type="posAngleType">
  <xs:annotation>
    <xs:documentation>The area cw from this position angle is included</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element halfspaceType / Vector
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
This needs to be a spherical coordinate vector; it is the unit vector that is normal to the plane that forms a constraint for a convex
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<Vector gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</Vector>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Vector" type="double3Type" nillable="true">
  <xs:annotation>
    <xs:documentation>This needs to be a spherical coordinate vector; it is the unit vector that is normal to the plane that forms a constraint for a convex</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element halfspaceType / Offset
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The distance along the normal vector where the constraint plane intersects that vector; if positive, the spherical sector on the far side (seen from the center) is selected; if negative, the point of intersection is in the opposite direction of the vector, resulting in more than a hemisphere; the valid range is -1.0 to +1.0
Diagram
Diagram EPNCore.tmp#hsOffsetType
Type hsOffsetType
Properties
content: simple
Facets
maxInclusive 1.0
minInclusive -1.0
Source
<xs:element name="Offset" type="hsOffsetType">
  <xs:annotation>
    <xs:documentation>The distance along the normal vector where the constraint plane intersects that vector; if positive, the spherical sector on the far side (seen from the center) is selected; if negative, the point of intersection is in the opposite direction of the vector, resulting in more than a hemisphere; the valid range is -1.0 to +1.0</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element convexType / Halfspace
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#halfspaceType_Vector EPNCore.tmp#halfspaceType_Offset EPNCore.tmp#halfspaceType
Type halfspaceType
Properties
content: complex
maxOccurs: unbounded
Model Vector , Offset
Children Offset, Vector
Instance
<Halfspace xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Vector gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Vector>
  <Offset>{1,1}</Offset>
</Halfspace>
Source
<xs:element name="Halfspace" type="halfspaceType" maxOccurs="unbounded"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element convexHullType / Point
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
maxOccurs: unbounded
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<Point gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</Point>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Point" type="double3Type" nillable="true" maxOccurs="unbounded"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Region
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of the Region substitution group; a Region is a Shape or the result of a Region Operation on one or more Regions
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#AllSky EPNCore.tmp#Box EPNCore.tmp#Circle EPNCore.tmp#Convex EPNCore.tmp#ConvexHull EPNCore.tmp#Difference EPNCore.tmp#Ellipse EPNCore.tmp#Intersection EPNCore.tmp#Negation EPNCore.tmp#Polygon EPNCore.tmp#Sector EPNCore.tmp#SkyIndex EPNCore.tmp#Union EPNCore.tmp#PositionInterval
Type regionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Model Area{0,1}
Children Area
Instance
<Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</Region>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Region" type="regionType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of the Region substitution group; a Region is a Shape or the result of a Region Operation on one or more Regions</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Region2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Head element of the Region2 substitution group; a Region is a Shape or the result of a Region Operation on one or more Regions
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#AllSky2 EPNCore.tmp#Box2 EPNCore.tmp#Circle2 EPNCore.tmp#Convex2 EPNCore.tmp#ConvexHull2 EPNCore.tmp#Difference2 EPNCore.tmp#Ellipse2 EPNCore.tmp#Intersection2 EPNCore.tmp#Negation2 EPNCore.tmp#Polygon2 EPNCore.tmp#Sector2 EPNCore.tmp#SkyIndex2 EPNCore.tmp#Union2 EPNCore.tmp#PositionInterval
Type regionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Substitution Group Affiliation
Used by
Complex Type diffType
Model Area{0,1}
Children Area
Instance
<Region2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</Region2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Region2" type="regionType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>Head element of the Region2 substitution group; a Region is a Shape or the result of a Region Operation on one or more Regions</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Intersection
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The intersection of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#intersectionType EPNCore.tmp#Region
Type intersectionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Instance
<Intersection coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{2,unbounded}</Region>
</Intersection>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Intersection" type="intersectionType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>The intersection of two or more regions is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Union
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The union of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#unionType EPNCore.tmp#Region
Type unionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Instance
<Union coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{2,unbounded}</Region>
</Union>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Union" type="unionType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>The union of two or more regions is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Negation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The negation of a region is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#negationType EPNCore.tmp#Region
Type negationType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region
Children Area, Region
Instance
<Negation coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region>
</Negation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Negation" type="negationType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>The negation of a region is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Difference
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#Region2 EPNCore.tmp#diffType EPNCore.tmp#Region
Type diffType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region , Region2
Children Area, Region, Region2
Instance
<Difference coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region>
  <Region2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region2>
</Difference>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Difference" type="diffType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AllSky
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
AllSky is just a convenience, meaning no bounds
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#allSkyType EPNCore.tmp#Region
Type allSkyType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1}
Children Area
Instance
<AllSky coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</AllSky>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="AllSky" type="allSkyType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>AllSky is just a convenience, meaning no bounds</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Circle
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The circle is defined by a center and a radius
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#circleType_Center EPNCore.tmp#circleType_Radius EPNCore.tmp#circleType EPNCore.tmp#Region
Type circleType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , Radius
Children Area, Center, Radius
Instance
<Circle coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <Radius gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Radius>
</Circle>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Circle" type="circleType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>The circle is defined by a center and a radius</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Ellipse
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Ellipse is an extension of the circle shape, with a minor axis radius and position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#ellipseType_Center EPNCore.tmp#ellipseType_SemiMajorAxis EPNCore.tmp#ellipseType_SemiMinorAxis EPNCore.tmp#ellipseType_PosAngle EPNCore.tmp#ellipseType EPNCore.tmp#Region
Type ellipseType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , SemiMajorAxis , SemiMinorAxis , PosAngle
Children Area, Center, PosAngle, SemiMajorAxis, SemiMinorAxis
Instance
<Ellipse coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <SemiMajorAxis gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</SemiMajorAxis>
  <SemiMinorAxis gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</SemiMinorAxis>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle>
</Ellipse>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Ellipse" type="ellipseType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>Ellipse is an extension of the circle shape, with a minor axis radius and position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Polygon
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A polygon is a shape delineated by a list of vertices connected with lines, great circles, or small circles; the inside of the polygon is circumscribed counter-clockwise by the list of vertices; the polygon may be concave but not self-intersecting; the last vertex in the list is the predecessor of the first.  For celestial coordinates it is assumed that we are looking at the sphere from the inside, with Right Ascension increasing to the left. Sides should span less than 180 deg in each coordinate.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#polygonType_Vertex EPNCore.tmp#polygonType EPNCore.tmp#Region
Type polygonType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Vertex+
Children Area, Vertex
Instance
<Polygon coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Vertex>{1,unbounded}</Vertex>
</Polygon>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Polygon" type="polygonType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A polygon is a shape delineated by a list of vertices connected with lines, great circles, or small circles; the inside of the polygon is circumscribed counter-clockwise by the list of vertices; the polygon may be concave but not self-intersecting; the last vertex in the list is the predecessor of the first. For celestial coordinates it is assumed that we are looking at the sphere from the inside, with Right Ascension increasing to the left. Sides should span less than 180 deg in each coordinate.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Box
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A box is a rectangle; the midpoints of its sides are the endpoints of a cross centered on the center position with arms that extend half the size for each coordinate in both directions, and the sides are lines or great circles that intersect the cross at its end points at right angles; the arms of the cross are parallel to the coordinate axes at the center point.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#boxType_Center EPNCore.tmp#boxType_Size EPNCore.tmp#boxType EPNCore.tmp#Region
Type boxType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , Size
Children Area, Center, Size
Instance
<Box coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Size>
</Box>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Box" type="boxType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A box is a rectangle; the midpoints of its sides are the endpoints of a cross centered on the center position with arms that extend half the size for each coordinate in both directions, and the sides are lines or great circles that intersect the cross at its end points at right angles; the arms of the cross are parallel to the coordinate axes at the center point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Sector
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A sector selects the area between two half great circles or half lines meeting in a specified point
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#sectorType_Position EPNCore.tmp#sectorType_PosAngle1 EPNCore.tmp#sectorType_PosAngle2 EPNCore.tmp#sectorType EPNCore.tmp#Region
Type sectorType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Position , PosAngle1 , PosAngle2
Children Area, PosAngle1, PosAngle2, Position
Instance
<Sector coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Position gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Position>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle2>
</Sector>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Sector" type="sectorType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A sector selects the area between two half great circles or half lines meeting in a specified point</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Convex
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex is defined as the intersection of one or more half-plane constraints with the unit sphere; this may also be described as the union of one or more convex polygons bounded by one or more constraint planes
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexType_Halfspace EPNCore.tmp#convexType EPNCore.tmp#Region
Type convexType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Halfspace+
Children Area, Halfspace
Instance
<Convex coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Halfspace>{1,unbounded}</Halfspace>
</Convex>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Convex" type="convexType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A convex is defined as the intersection of one or more half-plane constraints with the unit sphere; this may also be described as the union of one or more convex polygons bounded by one or more constraint planes</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ConvexHull
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex hull is the convex polygon that contains all of the specified positions; the points have to be constrained to lie in one hemisphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexHullType_Point EPNCore.tmp#convexHullType EPNCore.tmp#Region
Type convexHullType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Point+
Children Area, Point
Instance
<ConvexHull coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Point gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,unbounded}</Point>
</ConvexHull>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ConvexHull" type="convexHullType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A convex hull is the convex polygon that contains all of the specified positions; the points have to be constrained to lie in one hemisphere</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SkyIndex
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A shape defined through a sky indexing scheme; this is really a substitution group for concrete implementations
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#skyIndexType EPNCore.tmp#Region
Type skyIndexType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1}
Children Area
Instance
<SkyIndex coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</SkyIndex>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SkyIndex" type="skyIndexType" substitutionGroup="Region" nillable="true">
  <xs:annotation>
    <xs:documentation>A shape defined through a sky indexing scheme; this is really a substitution group for concrete implementations</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Intersection2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The intersection of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#intersectionType EPNCore.tmp#Region2
Type intersectionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Instance
<Intersection2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{2,unbounded}</Region>
</Intersection2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Intersection2" type="intersectionType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>The intersection of two or more regions is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Union2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The union of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#unionType EPNCore.tmp#Region2
Type unionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Instance
<Union2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{2,unbounded}</Region>
</Union2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Union2" type="unionType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>The union of two or more regions is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Negation2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The negation of a region is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#negationType EPNCore.tmp#Region2
Type negationType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region
Children Area, Region
Instance
<Negation2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region>
</Negation2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Negation2" type="negationType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>The negation of a region is a region</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Difference2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#Region2 EPNCore.tmp#diffType EPNCore.tmp#Region2
Type diffType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Region , Region2
Children Area, Region, Region2
Instance
<Difference2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Region coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region>
  <Region2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="">{1,1}</Region2>
</Difference2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Difference2" type="diffType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AllSky2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
AllSky is just a convenience, meaning no bounds
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#allSkyType EPNCore.tmp#Region2
Type allSkyType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1}
Children Area
Instance
<AllSky2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</AllSky2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="AllSky2" type="allSkyType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>AllSky is just a convenience, meaning no bounds</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Circle2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The circle is defined by a center and a radius
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#circleType_Center EPNCore.tmp#circleType_Radius EPNCore.tmp#circleType EPNCore.tmp#Region2
Type circleType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , Radius
Children Area, Center, Radius
Instance
<Circle2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <Radius gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Radius>
</Circle2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Circle2" type="circleType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>The circle is defined by a center and a radius</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Ellipse2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Ellipse is an extension of the circle shape, with a minor axis radius and position angle
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#ellipseType_Center EPNCore.tmp#ellipseType_SemiMajorAxis EPNCore.tmp#ellipseType_SemiMinorAxis EPNCore.tmp#ellipseType_PosAngle EPNCore.tmp#ellipseType EPNCore.tmp#Region2
Type ellipseType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , SemiMajorAxis , SemiMinorAxis , PosAngle
Children Area, Center, PosAngle, SemiMajorAxis, SemiMinorAxis
Instance
<Ellipse2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <SemiMajorAxis gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</SemiMajorAxis>
  <SemiMinorAxis gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</SemiMinorAxis>
  <PosAngle xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle>
</Ellipse2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Ellipse2" type="ellipseType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>Ellipse is an extension of the circle shape, with a minor axis radius and position angle</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Polygon2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A polygon is a shape delineated by a list of vertices connected with lines, great circles, or small circles; the inside of the polygon is circumscribed counter-clockwise by the list of vertices; the polygon may be concave but not self-intersecting; the last vertex in the list is the predecessor of the first.  For celestial coordinates it is assumed that we are looking at the sphere from the inside, with Right Ascension increasing to the left. Sides should span less than 180 deg in each coordinate.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#polygonType_Vertex EPNCore.tmp#polygonType EPNCore.tmp#Region2
Type polygonType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Vertex+
Children Area, Vertex
Instance
<Polygon2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Vertex>{1,unbounded}</Vertex>
</Polygon2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Polygon2" type="polygonType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A polygon is a shape delineated by a list of vertices connected with lines, great circles, or small circles; the inside of the polygon is circumscribed counter-clockwise by the list of vertices; the polygon may be concave but not self-intersecting; the last vertex in the list is the predecessor of the first. For celestial coordinates it is assumed that we are looking at the sphere from the inside, with Right Ascension increasing to the left. Sides should span less than 180 deg in each coordinate.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Box2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A box is a rectangle; the midpoints of its sides are the endpoints of a cross centered on the center position with arms that extend half the size for each coordinate in both directions, and the sides are lines or great circles that intersect the cross at its end points at right angles; the arms of the cross are parallel to the coordinate axes at the center point.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#boxType_Center EPNCore.tmp#boxType_Size EPNCore.tmp#boxType EPNCore.tmp#Region2
Type boxType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Center , Size
Children Area, Center, Size
Instance
<Box2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
  <Size gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Size>
</Box2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Box2" type="boxType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A box is a rectangle; the midpoints of its sides are the endpoints of a cross centered on the center position with arms that extend half the size for each coordinate in both directions, and the sides are lines or great circles that intersect the cross at its end points at right angles; the arms of the cross are parallel to the coordinate axes at the center point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Sector2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A sector selects the area between two half great circles or half lines meeting in a specified point
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#sectorType_Position EPNCore.tmp#sectorType_PosAngle1 EPNCore.tmp#sectorType_PosAngle2 EPNCore.tmp#sectorType EPNCore.tmp#Region2
Type sectorType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Position , PosAngle1 , PosAngle2
Children Area, PosAngle1, PosAngle2, Position
Instance
<Sector2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Position gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Position>
  <PosAngle1 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle1>
  <PosAngle2 xlink:href="" id="" ID_type="" idref="" IDREF_type="" reference="X" xlink:type="simple" ucd="" unit="deg">{1,1}</PosAngle2>
</Sector2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Sector2" type="sectorType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A sector selects the area between two half great circles or half lines meeting in a specified point</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Convex2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex is defined as the intersection of one or more half-plane constraints with the unit sphere; this may also be described as the union of one or more convex polygons bounded by one or more constraint planes
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexType_Halfspace EPNCore.tmp#convexType EPNCore.tmp#Region2
Type convexType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Halfspace+
Children Area, Halfspace
Instance
<Convex2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Halfspace>{1,unbounded}</Halfspace>
</Convex2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Convex2" type="convexType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A convex is defined as the intersection of one or more half-plane constraints with the unit sphere; this may also be described as the union of one or more convex polygons bounded by one or more constraint planes</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ConvexHull2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex hull is the convex polygon that contains all of the specified positions; the points have to be constrained to lie in one hemisphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexHullType_Point EPNCore.tmp#convexHullType EPNCore.tmp#Region2
Type convexHullType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1} , Point+
Children Area, Point
Instance
<ConvexHull2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
  <Point gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,unbounded}</Point>
</ConvexHull2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ConvexHull2" type="convexHullType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A convex hull is the convex polygon that contains all of the specified positions; the points have to be constrained to lie in one hemisphere</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SkyIndex2
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A shape defined through a sky indexing scheme; this is really a substitution group for concrete implementations
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#skyIndexType EPNCore.tmp#Region2
Type skyIndexType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Area{0,1}
Children Area
Instance
<SkyIndex2 coord_system_id="" epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" note="" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Area linearAreaUnit="" validArea="">{0,1}</Area>
</SkyIndex2>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SkyIndex2" type="skyIndexType" substitutionGroup="Region2" nillable="true">
  <xs:annotation>
    <xs:documentation>A shape defined through a sky indexing scheme; this is really a substitution group for concrete implementations</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element timeIntervalType / StartTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
astronTime may be expressed in ISO8601 or as a double relative to a reference time
Diagram
Diagram EPNCore.tmp#astronTimeType_Timescale EPNCore.tmp#TimeOffset EPNCore.tmp#AbsoluteTime EPNCore.tmp#astronTimeType
Type astronTimeType
Properties
content: complex
minOccurs: 0
nillable: true
Model Timescale{0,1} , TimeOffset{0,1} , AbsoluteTime
Children AbsoluteTime, TimeOffset, Timescale
Instance
<StartTime xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Timescale>{0,1}</Timescale>
  <TimeOffset xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</TimeOffset>
  <AbsoluteTime>{1,1}</AbsoluteTime>
</StartTime>
Source
<xs:element name="StartTime" type="astronTimeType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element timeIntervalType / StopTime
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
astronTime may be expressed in ISO8601 or as a double relative to a reference time
Diagram
Diagram EPNCore.tmp#astronTimeType_Timescale EPNCore.tmp#TimeOffset EPNCore.tmp#AbsoluteTime EPNCore.tmp#astronTimeType
Type astronTimeType
Properties
content: complex
minOccurs: 0
nillable: true
Model Timescale{0,1} , TimeOffset{0,1} , AbsoluteTime
Children AbsoluteTime, TimeOffset, Timescale
Instance
<StopTime xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Timescale>{0,1}</Timescale>
  <TimeOffset xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="s">{0,1}</TimeOffset>
  <AbsoluteTime>{1,1}</AbsoluteTime>
</StopTime>
Source
<xs:element name="StopTime" type="astronTimeType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordScalarIntervalType / LoLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Lower bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Lower bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coordScalarIntervalType / HiLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Upper bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Upper bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coord2VecIntervalType / LoLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</LoLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coord2VecIntervalType / HiLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</HiLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coord3VecIntervalType / LoLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</LoLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element coord3VecIntervalType / HiLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</HiLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoordScalarIntervalType / LoLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Lower bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Lower bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoordScalarIntervalType / HiLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Upper bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Upper bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoord2VecIntervalType / LoLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</LoLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoord2VecIntervalType / HiLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</HiLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoord3VecIntervalType / LoLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</LoLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element uCoord3VecIntervalType / HiLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</HiLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element posScalarIntervalType / LoLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Lower bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Lower bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element posScalarIntervalType / HiLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Upper bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Upper bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pos2VecIntervalType / LoLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</LoLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pos2VecIntervalType / HiLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</HiLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pos3VecIntervalType / LoLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</LoLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element pos3VecIntervalType / HiLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</HiLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element velScalarIntervalType / LoLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Lower bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Lower bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element velScalarIntervalType / HiLimit
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Upper bound of interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
minOccurs: 0
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Upper bound of interval</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vel2VecIntervalType / LoLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</LoLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vel2VecIntervalType / HiLimit2Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type
Type double2Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2
Children C1, C2
Instance
<HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
</HiLimit2Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vel3VecIntervalType / LoLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</LoLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vel3VecIntervalType / HiLimit3Vec
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</HiLimit3Vec>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The 1-, 2-, or 3-D coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#Coord2VecInterval EPNCore.tmp#Coord3VecInterval EPNCore.tmp#CoordScalarInterval
Type coordIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordInterval" type="coordIntervalType" nillable="true">
  <xs:annotation>
    <xs:documentation>The 1-, 2-, or 3-D coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordScalarInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval in a scalar coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoordScalarIntervalType_unit EPNCore.tmp#uCoordScalarIntervalType_LoLimit EPNCore.tmp#uCoordScalarIntervalType_HiLimit EPNCore.tmp#uCoordScalarIntervalType EPNCore.tmp#CoordInterval
Type uCoordScalarIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<CoordScalarInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</CoordScalarInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordScalarInterval" type="uCoordScalarIntervalType" substitutionGroup="CoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval in a scalar coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Coord2VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("box") in a 2-D coordinate pair
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoord2VecIntervalType_unit EPNCore.tmp#uCoord2VecIntervalType_LoLimit2Vec EPNCore.tmp#uCoord2VecIntervalType_HiLimit2Vec EPNCore.tmp#uCoord2VecIntervalType EPNCore.tmp#CoordInterval
Type uCoord2VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Instance
<Coord2VecInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit2Vec>
  <HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit2Vec>
</Coord2VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Coord2VecInterval" type="uCoord2VecIntervalType" substitutionGroup="CoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("box") in a 2-D coordinate pair</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Coord3VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("cube") in a 3-D coordinate triplet
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoord3VecIntervalType_unit EPNCore.tmp#uCoord3VecIntervalType_LoLimit3Vec EPNCore.tmp#uCoord3VecIntervalType_HiLimit3Vec EPNCore.tmp#uCoord3VecIntervalType EPNCore.tmp#CoordInterval
Type uCoord3VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Instance
<Coord3VecInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit3Vec>
  <HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit3Vec>
</Coord3VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Coord3VecInterval" type="uCoord3VecIntervalType" substitutionGroup="CoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("cube") in a 3-D coordinate triplet</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoordInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#PixelCoord2VecInterval EPNCore.tmp#PixelCoord3VecInterval EPNCore.tmp#PixelCoordScalarInterval
Type coordIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type pixelCoordAreaType
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoordInterval" type="coordIntervalType" nillable="true">
  <xs:annotation>
    <xs:documentation>The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoordScalarInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval in a scalar pixel coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit EPNCore.tmp#coordScalarIntervalType EPNCore.tmp#PixelCoordInterval
Type coordScalarIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<PixelCoordScalarInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</PixelCoordScalarInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoordScalarInterval" type="coordScalarIntervalType" substitutionGroup="PixelCoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval in a scalar pixel coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoord2VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("box") in a 2-D pixel coordinate pair
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coord2VecIntervalType_LoLimit2Vec EPNCore.tmp#coord2VecIntervalType_HiLimit2Vec EPNCore.tmp#coord2VecIntervalType EPNCore.tmp#PixelCoordInterval
Type coord2VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Instance
<PixelCoord2VecInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit2Vec>
  <HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit2Vec>
</PixelCoord2VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoord2VecInterval" type="coord2VecIntervalType" substitutionGroup="PixelCoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("box") in a 2-D pixel coordinate pair</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoord3VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("cube") in a 3-D pixel coordinate triplet
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coord3VecIntervalType_LoLimit3Vec EPNCore.tmp#coord3VecIntervalType_HiLimit3Vec EPNCore.tmp#coord3VecIntervalType EPNCore.tmp#PixelCoordInterval
Type coord3VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Instance
<PixelCoord3VecInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit3Vec>
  <HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit3Vec>
</PixelCoord3VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoord3VecInterval" type="coord3VecIntervalType" substitutionGroup="PixelCoordInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("cube") in a 3-D pixel coordinate triplet</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PositionInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#Position2VecInterval EPNCore.tmp#Position3VecInterval EPNCore.tmp#PositionScalarInterval EPNCore.tmp#Region EPNCore.tmp#Region2 EPNCore.tmp#RegionFile EPNCore.tmp#Sphere
Type coordIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type astroCoordAreaType
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PositionInterval" type="coordIntervalType" nillable="true">
  <xs:annotation>
    <xs:documentation>The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PositionScalarInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval in a scalar coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#posScalarIntervalType_LoLimit EPNCore.tmp#posScalarIntervalType_HiLimit EPNCore.tmp#posScalarIntervalType EPNCore.tmp#PositionInterval
Type posScalarIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<PositionScalarInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</PositionScalarInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PositionScalarInterval" type="posScalarIntervalType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval in a scalar coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position2VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("box") in a 2-D coordinate pair
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#pos2VecIntervalType_LoLimit2Vec EPNCore.tmp#pos2VecIntervalType_HiLimit2Vec EPNCore.tmp#pos2VecIntervalType EPNCore.tmp#PositionInterval
Type pos2VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Instance
<Position2VecInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit2Vec>
  <HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit2Vec>
</Position2VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position2VecInterval" type="pos2VecIntervalType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("box") in a 2-D coordinate pair</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Position3VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("cube") in a 3-D coordinate triplet
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#pos3VecIntervalType_LoLimit3Vec EPNCore.tmp#pos3VecIntervalType_HiLimit3Vec EPNCore.tmp#pos3VecIntervalType EPNCore.tmp#PositionInterval
Type pos3VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Instance
<Position3VecInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit3Vec>
  <HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit3Vec>
</Position3VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Position3VecInterval" type="pos3VecIntervalType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("cube") in a 3-D coordinate triplet</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VelocityInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#Velocity2VecInterval EPNCore.tmp#Velocity3VecInterval EPNCore.tmp#VelocityScalarInterval EPNCore.tmp#VelocitySphere
Type coordIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type astroCoordAreaType
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="VelocityInterval" type="coordIntervalType" nillable="true">
  <xs:annotation>
    <xs:documentation>The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VelocityScalarInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval in a scalar coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#velScalarIntervalType_LoLimit EPNCore.tmp#velScalarIntervalType_HiLimit EPNCore.tmp#velScalarIntervalType EPNCore.tmp#VelocityInterval
Type velScalarIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<VelocityScalarInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</VelocityScalarInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="VelocityScalarInterval" type="velScalarIntervalType" substitutionGroup="VelocityInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval in a scalar coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity2VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("box") in a 2-D coordinate pair
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#vel2VecIntervalType_LoLimit2Vec EPNCore.tmp#vel2VecIntervalType_HiLimit2Vec EPNCore.tmp#vel2VecIntervalType EPNCore.tmp#VelocityInterval
Type vel2VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Instance
<Velocity2VecInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit2Vec>
  <HiLimit2Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit2Vec>
</Velocity2VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity2VecInterval" type="vel2VecIntervalType" substitutionGroup="VelocityInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("box") in a 2-D coordinate pair</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Velocity3VecInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An interval ("cube") in a 3-D coordinate triplet
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#vel3VecIntervalType_LoLimit3Vec EPNCore.tmp#vel3VecIntervalType_HiLimit3Vec EPNCore.tmp#vel3VecIntervalType EPNCore.tmp#VelocityInterval
Type vel3VecIntervalType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Instance
<Velocity3VecInterval epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</LoLimit3Vec>
  <HiLimit3Vec gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,1}</HiLimit3Vec>
</Velocity3VecInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Velocity3VecInterval" type="vel3VecIntervalType" substitutionGroup="VelocityInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>An interval ("cube") in a 3-D coordinate triplet</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sphereType / Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Radius" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element sphereType / Center
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</Center>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Center" type="double3Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element velocitySphereType / Radius
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit EPNCore.tmp#double1Type
Type double1Type
Properties
content: complex
nillable: true
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Radius" type="double1Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element velocitySphereType / Center
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type
Type double3Type
Type hierarchy
Properties
content: complex
nillable: true
Model C1 , C2 , C3
Children C1, C2, C3
Instance
<Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <C1 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C1>
  <C2 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C2>
  <C3 gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</C3>
</Center>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Center" type="double3Type" nillable="true"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element regionFileType / File
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
Source
<xs:element name="File" type="xs:anyURI"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element Sphere
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines a sphere (3-D) region for spatial coordinates; contains a center position and a radius
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#sphereType_radius_unit EPNCore.tmp#sphereType_Radius EPNCore.tmp#sphereType_Center EPNCore.tmp#sphereType EPNCore.tmp#PositionInterval
Type sphereType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Radius , Center
Children Center, Radius
Instance
<Sphere epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" radius_unit="deg" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Radius gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Radius>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
</Sphere>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
radius_unit posUnitType deg optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="Sphere" type="sphereType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>Defines a sphere (3-D) region for spatial coordinates; contains a center position and a radius</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element RegionFile
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A region as defined in a FITS region file
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionFileType_File EPNCore.tmp#regionFileType EPNCore.tmp#PositionInterval
Type regionFileType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model File
Children File
Instance
<RegionFile epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <File>{1,1}</File>
</RegionFile>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="RegionFile" type="regionFileType" substitutionGroup="PositionInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>A region as defined in a FITS region file</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element VelocitySphere
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines a sphere (3-D) region for velocity coordinates; contains a center position and a radius
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#velocitySphereType_radius_unit EPNCore.tmp#velocitySphereType_Radius EPNCore.tmp#velocitySphereType_Center EPNCore.tmp#velocitySphereType EPNCore.tmp#VelocityInterval
Type velocitySphereType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model Radius , Center
Children Center, Radius
Instance
<VelocitySphere epoch="" fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" radius_unit="deg" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <Radius gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{1,1}</Radius>
  <Center gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" unit="" vel_time_unit="">{1,1}</Center>
</VelocitySphere>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
radius_unit posUnitType deg optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="VelocitySphere" type="velocitySphereType" substitutionGroup="VelocityInterval" nillable="true">
  <xs:annotation>
    <xs:documentation>Defines a sphere (3-D) region for velocity coordinates; contains a center position and a radius</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordAreaType / TimeInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#timeIntervalType_StartTime EPNCore.tmp#timeIntervalType_StopTime EPNCore.tmp#timeIntervalType
Type timeIntervalType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
nillable: true
Model StartTime{0,1} , StopTime{0,1}
Children StartTime, StopTime
Instance
<TimeInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <StartTime>{0,1}</StartTime>
  <StopTime>{0,1}</StopTime>
</TimeInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="TimeInterval" type="timeIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordAreaType / SpectralInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit EPNCore.tmp#coordScalarIntervalType EPNCore.tmp#spectralIntervalType_unit EPNCore.tmp#spectralIntervalType
Type spectralIntervalType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
nillable: true
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<SpectralInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</SpectralInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit spectralUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SpectralInterval" type="spectralIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element astroCoordAreaType / RedshiftInterval
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit EPNCore.tmp#coordScalarIntervalType EPNCore.tmp#redshiftIntervalType_unit EPNCore.tmp#redshiftIntervalType_vel_time_unit EPNCore.tmp#redshiftIntervalType
Type redshiftIntervalType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
nillable: true
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Instance
<RedshiftInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" vel_time_unit="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <LoLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</LoLimit>
  <HiLimit gen_unit="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" pos_angle_unit="" pos_unit="" spectral_unit="" time_unit="" xlink:type="simple" ucd="" vel_time_unit="">{0,1}</HiLimit>
</RedshiftInterval>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="RedshiftInterval" type="redshiftIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CoordArea
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
General coordinate area description; head element but not abstract
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval EPNCore.tmp#coordAreaType EPNCore.tmp#AstroCoordArea EPNCore.tmp#PixelCoordArea
Type coordAreaType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Used by
Complex Type stcDescriptionType
Model CoordInterval
Children CoordInterval
Instance
<CoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{1,1}</CoordInterval>
</CoordArea>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CoordArea" type="coordAreaType" nillable="true">
  <xs:annotation>
    <xs:documentation>General coordinate area description; head element but not abstract</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element AstroCoordArea
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Astronomical coordinate volume
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval EPNCore.tmp#coordAreaType EPNCore.tmp#astroCoordAreaType_TimeInterval EPNCore.tmp#PositionInterval EPNCore.tmp#VelocityInterval EPNCore.tmp#astroCoordAreaType_SpectralInterval EPNCore.tmp#astroCoordAreaType_RedshiftInterval EPNCore.tmp#astroCoordAreaType EPNCore.tmp#CoordArea
Type astroCoordAreaType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Model CoordInterval , TimeInterval* , PositionInterval{0,1} , VelocityInterval* , SpectralInterval* , RedshiftInterval*
Children CoordInterval, PositionInterval, RedshiftInterval, SpectralInterval, TimeInterval, VelocityInterval
Instance
<AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{1,1}</CoordInterval>
  <TimeInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{0,unbounded}</TimeInterval>
  <PositionInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{0,1}</PositionInterval>
  <VelocityInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{0,unbounded}</VelocityInterval>
  <SpectralInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="">{0,unbounded}</SpectralInterval>
  <RedshiftInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="" unit="" vel_time_unit="">{0,unbounded}</RedshiftInterval>
</AstroCoordArea>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="AstroCoordArea" type="astroCoordAreaType" substitutionGroup="CoordArea" nillable="true">
  <xs:annotation>
    <xs:documentation>Astronomical coordinate volume</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element PixelCoordArea
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Pixel space bounds
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval EPNCore.tmp#coordAreaType EPNCore.tmp#PixelCoordInterval EPNCore.tmp#pixelCoordAreaType EPNCore.tmp#CoordArea
Type pixelCoordAreaType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Used by
Complex Type pixelSpaceType
Model CoordInterval , PixelCoordInterval
Children CoordInterval, PixelCoordInterval
Instance
<PixelCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <CoordInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{1,1}</CoordInterval>
  <PixelCoordInterval fill_factor="1.0" frame_id="" hi_include="true" xlink:href="" id="" ID_type="" idref="" IDREF_type="" lo_include="true" xlink:type="simple" ucd="">{1,1}</PixelCoordInterval>
</PixelCoordArea>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelCoordArea" type="pixelCoordAreaType" substitutionGroup="CoordArea" nillable="true">
  <xs:annotation>
    <xs:documentation>Pixel space bounds</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element obsDataLocationType / ObservatoryLocation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Specifies the location of the observatory during the observation
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#observatoryLocationType
Type observatoryLocationType
Type hierarchy
Properties
content: complex
nillable: true
Model AstroCoordSystem , AstroCoords
Children AstroCoordSystem, AstroCoords
Instance
<ObservatoryLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
</ObservatoryLocation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ObservatoryLocation" type="observatoryLocationType" nillable="true">
  <xs:annotation>
    <xs:documentation>Specifies the location of the observatory during the observation</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element obsDataLocationType / ObservationLocation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Describes the spatial and temporal coverage of the observation
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea EPNCore.tmp#astroSTCDescriptionType
Type astroSTCDescriptionType
Type hierarchy
Properties
content: complex
nillable: true
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Instance
<ObservationLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
  <AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordArea>
</ObservationLocation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ObservationLocation" type="astroSTCDescriptionType" nillable="true">
  <xs:annotation>
    <xs:documentation>Describes the spatial and temporal coverage of the observation</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element obsDataLocationType / PixelSpace
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines the pixel coordinate system for pixelated data
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#PixelCoordSystem EPNCore.tmp#PixelCoords EPNCore.tmp#PixelCoordArea EPNCore.tmp#pixelSpaceType
Type pixelSpaceType
Type hierarchy
Properties
content: complex
minOccurs: 0
nillable: true
Model PixelCoordSystem , PixelCoords , PixelCoordArea
Children PixelCoordArea, PixelCoordSystem, PixelCoords
Instance
<PixelSpace xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <PixelCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</PixelCoordSystem>
  <PixelCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</PixelCoords>
  <PixelCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</PixelCoordArea>
</PixelSpace>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="PixelSpace" type="pixelSpaceType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Defines the pixel coordinate system for pixelated data</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element STCmetadata
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Toplevel: Abstract STCmetadata contains a choice of: ResourceProfile, SearchLocation, CatalogEntryLocation, or ObservationLocation plus ObservatoryLocation elements
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CatalogEntryLocation EPNCore.tmp#ObsDataLocation EPNCore.tmp#STCDescription EPNCore.tmp#STCResourceProfile EPNCore.tmp#SearchLocation
Type stcMetadataType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="STCmetadata" type="stcMetadataType" nillable="true">
  <xs:annotation>
    <xs:documentation>Toplevel: Abstract STCmetadata contains a choice of: ResourceProfile, SearchLocation, CatalogEntryLocation, or ObservationLocation plus ObservatoryLocation elements</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element STCDescription
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A generic STC metadata description
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea EPNCore.tmp#astroSTCDescriptionType EPNCore.tmp#STCmetadata
Type astroSTCDescriptionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Instance
<STCDescription xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
  <AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordArea>
</STCDescription>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="STCDescription" type="astroSTCDescriptionType" substitutionGroup="STCmetadata" nillable="true">
  <xs:annotation>
    <xs:documentation>A generic STC metadata description</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element STCResourceProfile
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Describes the spatial and temporal coverage of a resource
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea EPNCore.tmp#astroSTCDescriptionType EPNCore.tmp#STCmetadata
Type astroSTCDescriptionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Instance
<STCResourceProfile xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
  <AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordArea>
</STCResourceProfile>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="STCResourceProfile" type="astroSTCDescriptionType" substitutionGroup="STCmetadata" nillable="true">
  <xs:annotation>
    <xs:documentation>Describes the spatial and temporal coverage of a resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element SearchLocation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines the spatial and temporal coordinate space specified by a query
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea EPNCore.tmp#astroSTCDescriptionType EPNCore.tmp#STCmetadata
Type astroSTCDescriptionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Instance
<SearchLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
  <AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordArea>
</SearchLocation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="SearchLocation" type="astroSTCDescriptionType" substitutionGroup="STCmetadata" nillable="true">
  <xs:annotation>
    <xs:documentation>Defines the spatial and temporal coordinate space specified by a query</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element CatalogEntryLocation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Describes the spatial and temporal coverage of a catalog (fragment) and contains the coordinates of the catalog entries; multiple coordinate systems are allowed
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea EPNCore.tmp#astroSTCDescriptionType EPNCore.tmp#STCmetadata
Type astroSTCDescriptionType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Instance
<CatalogEntryLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <AstroCoordSystem xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordSystem>
  <AstroCoords coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoords>
  <AstroCoordArea coord_system_id="" xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</AstroCoordArea>
</CatalogEntryLocation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="CatalogEntryLocation" type="astroSTCDescriptionType" substitutionGroup="STCmetadata" nillable="true">
  <xs:annotation>
    <xs:documentation>Describes the spatial and temporal coverage of a catalog (fragment) and contains the coordinates of the catalog entries; multiple coordinate systems are allowed</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element ObsDataLocation
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Describes the coordinate system used in and coordinate space occupied by a particular observational dataset; it contains an observation location, an observatory location, and optionally a pixel coordinate system
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#obsDataLocationType_ObservatoryLocation EPNCore.tmp#obsDataLocationType_ObservationLocation EPNCore.tmp#obsDataLocationType_PixelSpace EPNCore.tmp#obsDataLocationType EPNCore.tmp#STCmetadata
Type obsDataLocationType
Type hierarchy
Properties
content: complex
nillable: true
Substitution Group Affiliation
Model ObservatoryLocation , ObservationLocation , PixelSpace{0,1}
Children ObservationLocation, ObservatoryLocation, PixelSpace
Instance
<ObsDataLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="" xmlns="http://www.ivoa.net/xml/STC/stc-v1.30.xsd">
  <ObservatoryLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</ObservatoryLocation>
  <ObservationLocation xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{1,1}</ObservationLocation>
  <PixelSpace xlink:href="" id="" ID_type="" idref="" IDREF_type="" xlink:type="simple" ucd="">{0,1}</PixelSpace>
</ObsDataLocation>
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:element name="ObsDataLocation" type="obsDataLocationType" substitutionGroup="STCmetadata" nillable="true">
  <xs:annotation>
    <xs:documentation>Describes the coordinate system used in and coordinate space occupied by a particular observational dataset; it contains an observation location, an observatory location, and optionally a pixel coordinate system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Element vr:Resource / validationLevel
Namespace No namespace
Annotations
A numeric grade describing the quality of the
resource description, when applicable, 
to be used to indicate the confidence an end-user
can put in the resource as part of a VO application
or research study.
See vr:ValidationLevel for an explanation of the
allowed levels.
Note that when this resource is a Service, this
grade applies to the core set of metadata.
Capability and interface metadata, as well as the
compliance of the service with the interface
standard, is rated by validationLevel tag in the 
capability element (see the vr:Service complex
type).
Diagram
Diagram EPNCore.tmp#ValidationLevel EPNCore.tmp#Validation_validatedBy EPNCore.tmp#Validation
Type vr:Validation
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
validatedBy vr:IdentifierURI required
The IVOA ID of the registry or organisation that
assigned the validation level.
Source
<xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.</xs:documentation>
    <xs:documentation>See vr:ValidationLevel for an explanation of the allowed levels.</xs:documentation>
    <xs:documentation>Note that when this resource is a Service, this grade applies to the core set of metadata. Capability and interface metadata, as well as the compliance of the service with the interface standard, is rated by validationLevel tag in the capability element (see the vr:Service complex type).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Resource / title
Namespace No namespace
Annotations
the full name given to the resource
Diagram
Diagram
Type xs:token
Properties
content: simple
Source
<xs:element name="title" type="xs:token">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Title</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>the full name given to the resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Resource / shortName
Namespace No namespace
Annotations
a short name or abbreviation given to the resource.
This name will be used where brief annotations for
the resource name are required.  Applications may 
use to refer to this resource in a compact display.
One word or a few letters is recommended.  No more
than sixteen characters are allowed.
Diagram
Diagram EPNCore.tmp#ShortName
Type vr:ShortName
Properties
content: simple
minOccurs: 0
Facets
maxLength 16
Source
<xs:element name="shortName" type="vr:ShortName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>a short name or abbreviation given to the resource.</xs:documentation>
    <xs:documentation>This name will be used where brief annotations for the resource name are required. Applications may use to refer to this resource in a compact display.</xs:documentation>
    <xs:documentation>One word or a few letters is recommended. No more than sixteen characters are allowed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Resource / identifier
Namespace No namespace
Annotations
Unambiguous reference to the resource conforming to the IVOA
standard for identifiers
Diagram
Diagram EPNCore.tmp#IdentifierURI
Type vr:IdentifierURI
Properties
content: simple
Facets
pattern ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?
Source
<xs:element name="identifier" type="vr:IdentifierURI">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Identifier</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Unambiguous reference to the resource conforming to the IVOA standard for identifiers</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Resource / curation
Namespace No namespace
Annotations
Information regarding the general curation of the resource
Diagram
Diagram EPNCore.tmp#Curation_publisher EPNCore.tmp#Curation_creator EPNCore.tmp#Curation_contributor EPNCore.tmp#Curation_date EPNCore.tmp#Curation_version EPNCore.tmp#Curation_contact EPNCore.tmp#Curation
Type vr:Curation
Properties
content: complex
Model publisher , creator* , contributor* , date* , version{0,1} , contact+
Children contact, contributor, creator, date, publisher, version
Instance
<curation>
  <publisher ivo-id="">{1,1}</publisher>
  <creator>{0,unbounded}</creator>
  <contributor ivo-id="">{0,unbounded}</contributor>
  <date role="representative">{0,unbounded}</date>
  <version>{0,1}</version>
  <contact>{1,unbounded}</contact>
</curation>
Source
<xs:element name="curation" type="vr:Curation">
  <xs:annotation>
    <xs:documentation>Information regarding the general curation of the resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / publisher
Namespace No namespace
Annotations
Entity (e.g. person or organisation) responsible for making the 
resource available
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="publisher" type="vr:ResourceName">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Publisher</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Entity (e.g. person or organisation) responsible for making the resource available</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / creator
Namespace No namespace
Annotations
The entity (e.g. person or organisation) primarily responsible 
for creating the content or constitution of the resource.
A logo need only be provided for the first occurance.
When multiple logos are supplied via multiple creator 
elements, the application is free to choose which to
use.
Diagram
Diagram EPNCore.tmp#Creator_name EPNCore.tmp#Creator_logo EPNCore.tmp#Creator
Type vr:Creator
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model name , logo{0,1}
Children logo, name
Instance
<creator>
  <name ivo-id="">{1,1}</name>
  <logo>{0,1}</logo>
</creator>
Source
<xs:element name="creator" type="vr:Creator" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Creator</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>The entity (e.g. person or organisation) primarily responsible for creating the content or constitution of the resource.</xs:documentation>
    <xs:documentation>A logo need only be provided for the first occurance. When multiple logos are supplied via multiple creator elements, the application is free to choose which to use.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Creator / name
Namespace No namespace
Annotations
the name or title of the creating person or organization
Users of the creation should use this name in
subsequent credits and acknowledgements.
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="name" type="vr:ResourceName">
  <xs:annotation>
    <xs:documentation>the name or title of the creating person or organization</xs:documentation>
    <xs:documentation>Users of the creation should use this name in subsequent credits and acknowledgements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Creator / logo
Namespace No namespace
Annotations
Diagram
Type xs:anyURI
Properties
Source
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / contributor
Namespace No namespace
Annotations
Entity responsible for contributions to the content of
the resource
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="contributor" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Contributor</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Entity responsible for contributions to the content of the resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / date
Namespace No namespace
Annotations
Date associated with an event in the life cycle of the
resource.
This will typically be associated with the creation or 
availability (i.e., most recent release or version) of
the resource.  Use the role attribute to clarify.
Diagram
Diagram EPNCore.tmp#UTCDateTime EPNCore.tmp#Date_role EPNCore.tmp#Date
Type vr:Date
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
role xs:string representative optional
A string indicating what the date refers to.
While this vocabulary is uncontrolled, recognized strings 
include "creation", indicating the date that the resource 
itself was created, and "update", indicating when the
resource was updated last.  The default value, 
"representative", means that the date is a rough 
representation of the time coverage of the resource.
Note that this date refers to the resource; dates describing
the metadata description of the resource are handled by
the "created" and "updated" attributes of the Resource 
element.
Source
<xs:element name="date" type="vr:Date" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Date</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Date associated with an event in the life cycle of the resource.</xs:documentation>
    <xs:documentation>This will typically be associated with the creation or availability (i.e., most recent release or version) of the resource. Use the role attribute to clarify.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / version
Namespace No namespace
Annotations
Label associated with creation or availablilty of a version of 
a resource.
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="version" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Label associated with creation or availablilty of a version of a resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Curation / contact
Namespace No namespace
Annotations
Information that can be used for contacting someone with
regard to this resource.
Diagram
Diagram EPNCore.tmp#Contact_name EPNCore.tmp#Contact_address EPNCore.tmp#Contact_email EPNCore.tmp#Contact_telephone EPNCore.tmp#Contact
Type vr:Contact
Properties
content: complex
maxOccurs: unbounded
Model name , address{0,1} , email{0,1} , telephone{0,1}
Children address, email, name, telephone
Instance
<contact>
  <name ivo-id="">{1,1}</name>
  <address>{0,1}</address>
  <email>{0,1}</email>
  <telephone>{0,1}</telephone>
</contact>
Source
<xs:element name="contact" type="vr:Contact" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Information that can be used for contacting someone with regard to this resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Contact / name
Namespace No namespace
Annotations
the name or title of the contact person.
This can be a person's name, e.g. "John P. Jones" or
a group, "Archive Support Team".
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="name" type="vr:ResourceName">
  <xs:annotation>
    <xs:documentation>the name or title of the contact person.</xs:documentation>
    <xs:documentation>This can be a person's name, e.g. "John P. Jones" or a group, "Archive Support Team".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Contact / address
Namespace No namespace
Annotations
the contact mailing address
All components of the mailing address are given in one
string, e.g. "3700 San Martin Drive, Baltimore, MD 21218 USA".
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="address" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>the contact mailing address</xs:documentation>
    <xs:documentation>All components of the mailing address are given in one string, e.g. "3700 San Martin Drive, Baltimore, MD 21218 USA".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Contact / email
Namespace No namespace
Annotations
the contact email address
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="email" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>the contact email address</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Contact / telephone
Namespace No namespace
Annotations
the contact telephone number
Complete international dialing codes should be given, e.g.
"+1-410-338-1234".
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="telephone" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>the contact telephone number</xs:documentation>
    <xs:documentation>Complete international dialing codes should be given, e.g. "+1-410-338-1234".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Resource / content
Namespace No namespace
Annotations
Information regarding the general content of the resource
Diagram
Diagram EPNCore.tmp#Content_subject EPNCore.tmp#Content_description EPNCore.tmp#Content_source EPNCore.tmp#Content_referenceURL EPNCore.tmp#Content_type EPNCore.tmp#Content_contentLevel EPNCore.tmp#Content_relationship EPNCore.tmp#Content
Type vr:Content
Properties
content: complex
Model subject+ , description , source{0,1} , referenceURL , type* , contentLevel* , relationship*
Children contentLevel, description, referenceURL, relationship, source, subject, type
Instance
<content>
  <subject>{1,unbounded}</subject>
  <description>{1,1}</description>
  <source format="">{0,1}</source>
  <referenceURL>{1,1}</referenceURL>
  <type>{0,unbounded}</type>
  <contentLevel>{0,unbounded}</contentLevel>
  <relationship>{0,unbounded}</relationship>
</content>
Source
<xs:element name="content" type="vr:Content">
  <xs:annotation>
    <xs:documentation>Information regarding the general content of the resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / subject
Namespace No namespace
Annotations
a topic, object type, or other descriptive keywords 
about the resource.
Terms for Subject should be drawn from the IAU Astronomy 
Thesaurus (http://msowww.anu.edu.au/library/thesaurus/).
Diagram
Diagram
Type xs:token
Properties
content: simple
maxOccurs: unbounded
Source
<xs:element name="subject" type="xs:token" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Subject</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>a topic, object type, or other descriptive keywords about the resource.</xs:documentation>
    <xs:documentation>Terms for Subject should be drawn from the IAU Astronomy Thesaurus (http://msowww.anu.edu.au/library/thesaurus/).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / description
Namespace No namespace
Annotations
An account of the nature of the resource
The description may include but is not limited to an abstract, 
table of contents, reference to a graphical representation of
content or a free-text account of the content.
Diagram
Diagram
Type xs:token
Properties
content: simple
Source
<xs:element name="description" type="xs:token">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Description</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>An account of the nature of the resource</xs:documentation>
    <xs:documentation>The description may include but is not limited to an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / source
Namespace No namespace
Annotations
a bibliographic reference from which the present resource is 
derived or extracted.
This is intended to point to an article in the published 
literature.  An ADS Bibcode is recommended as a value when 
available.
Diagram
Diagram EPNCore.tmp#Source_format EPNCore.tmp#Source
Type vr:Source
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
format xs:string optional
The reference format.  Recognized values include "bibcode", 
referring to a standard astronomical bibcode 
(http://cdsweb.u-strasbg.fr/simbad/refcode.html).
Source
<xs:element name="source" type="vr:Source" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Source</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>a bibliographic reference from which the present resource is derived or extracted.</xs:documentation>
    <xs:documentation>This is intended to point to an article in the published literature. An ADS Bibcode is recommended as a value when available.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / referenceURL
Namespace No namespace
Annotations
URL pointing to a human-readable document describing this 
resource.
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
Source
<xs:element name="referenceURL" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>URL pointing to a human-readable document describing this resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / type
Namespace No namespace
Annotations
Nature or genre of the content of the resource
Diagram
Diagram EPNCore.tmp#Type
Type vr:Type
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration Other
resource that does not fall into any of the category names
currently defined.
enumeration Archive
Collection of pointed observations
enumeration Bibliography
Collection of bibliographic reference, abstracts, and 
publications
enumeration Catalog
Collection of derived data, primarily in tabular form
enumeration Journal
Collection of scholarly publications under common editorial 
policy
enumeration Library
Collection of published materials (journals, books, etc.)
enumeration Simulation
Theoretical simulation or model
enumeration Survey
Collection of observations covering substantial and
contiguous areas of the sky
enumeration Transformation
A service that transforms data
enumeration Education
Collection of materials appropriate for educational use, such
as teaching resources, curricula, etc.
enumeration Outreach
Collection of materials appropriate for public outreach, such
as press releases and photo galleries
enumeration EPOResource
Collection of materials that may be suitable for EPO
products but which are not in final product form, as in Type 
Outreach or Type Education.  EPOResource would apply,
e.g., to archives with easily accessed preview images or to
surveys with easy-to-use images.
enumeration Animation
Animation clips of astronomical phenomena
enumeration Artwork
Artists' renderings of astronomical phenomena or objects
enumeration Background
Background information on astronomical phenomena or objects
enumeration BasicData
Compilations of basic astronomical facts about objects,
such as approximate distance or membership in constellation.
enumeration Historical
Historical information about astronomical objects
enumeration Photographic
Publication-quality photographs of astronomical objects
enumeration Press
Press releases about astronomical objects
enumeration Organisation
An organization that is a publisher or curator of other 
resources.
enumeration Project
A project that is a publisher or curator of other resources
enumeration Registry
a query service for which response is a structured
description of resources.
Source
<xs:element name="type" type="vr:Type" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Type</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Nature or genre of the content of the resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / contentLevel
Namespace No namespace
Annotations
Description of the content level or intended audience
Diagram
Diagram EPNCore.tmp#ContentLevel
Type vr:ContentLevel
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration General
Resource provides information appropriate for all users
enumeration Elementary Education
Resource provides information appropriate for use in elementary
education (e.g. approximate ages 6-11)
enumeration Middle School Education
Resource provides information appropriate for use in middle
school education (e.g. approximate ages 11-14)
enumeration Secondary Education
Resource provides information appropriate for use in elementary
education (e.g. approximate ages 14-18)
enumeration Community College
Resource provides information appropriate for use in 
community/junior college or early university education.
enumeration University
Resource provides information appropriate for use in
university education
enumeration Research
Resource provides information appropriate for
supporting scientific research.
enumeration Amateur
Resource provides information of interest to
amateur astronomers.
enumeration Informal Education
Resource provides information appropriate for education
at museums, planetariums, and other centers of informal learning.
Source
<xs:element name="contentLevel" type="vr:ContentLevel" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Subject</vm:dcterm>
      <vm:dcterm>Subject.ContentLevel</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Description of the content level or intended audience</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Content / relationship
Namespace No namespace
Annotations
a description of a relationship to another resource.
Because this element's type is abstract, an xsi:type must be 
to indicate the set of relationship types that are valid.
Diagram
Diagram EPNCore.tmp#Relationship_relationshipType EPNCore.tmp#Relationship_relatedResource EPNCore.tmp#Relationship
Type vr:Relationship
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model relationshipType , relatedResource+
Children relatedResource, relationshipType
Instance
<relationship>
  <relationshipType>{1,1}</relationshipType>
  <relatedResource ivo-id="">{1,unbounded}</relatedResource>
</relationship>
Source
<xs:element name="relationship" type="vr:Relationship" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>a description of a relationship to another resource.</xs:documentation>
    <xs:documentation>Because this element's type is abstract, an xsi:type must be to indicate the set of relationship types that are valid.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Relationship / relationshipType
Namespace No namespace
Annotations
the named type of relationship
The VOResource Core specification defines a standard
set of names that are not enforced by this schema,
but are otherwise required by the spec.
Diagram
Diagram
Type xs:token
Properties
content: simple
Source
<xs:element name="relationshipType" type="xs:token">
  <xs:annotation>
    <xs:documentation>the named type of relationship</xs:documentation>
    <xs:documentation>The VOResource Core specification defines a standard set of names that are not enforced by this schema, but are otherwise required by the spec.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Relationship / relatedResource
Namespace No namespace
Annotations
the name of resource that this resource is related to.
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="relatedResource" type="vr:ResourceName" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>the name of resource that this resource is related to.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Organisation / facility
Namespace No namespace
Annotations
the observatory or facility used to collect the data 
contained or managed by this resource.
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="facility" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Subject</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>the observatory or facility used to collect the data contained or managed by this resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Organisation / instrument
Namespace No namespace
Annotations
the Instrument used to collect the data contain or 
managed by a resource.
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id EPNCore.tmp#ResourceName
Type vr:ResourceName
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:element name="instrument" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Subject</vm:dcterm>
      <vm:dcterm>Subject.Instrument</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>the Instrument used to collect the data contain or managed by a resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Service / rights
Namespace No namespace
Annotations
Information about rights held in and over the resource.
This should be repeated for all Rights values that apply.
Diagram
Diagram EPNCore.tmp#Rights
Type vr:Rights
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration public
unrestricted, public access is allowed without 
authentication.
enumeration secure
authenticated, public access is allowed.
enumeration proprietary
only proprietary access is allowed with authentication.
Source
<xs:element name="rights" type="vr:Rights" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <vm:dcterm>Rights</vm:dcterm>
    </xs:appinfo>
    <xs:documentation>Information about rights held in and over the resource.</xs:documentation>
    <xs:documentation>This should be repeated for all Rights values that apply.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Service / capability
Namespace No namespace
Annotations
a description of a general capability of the
service and how to use it.
This describes a general function of the
service, usually in terms of a standard
service protocol (e.g. SIA), but not
necessarily.
A service can have many capabilities
associated with it, each reflecting different
aspects of the functionality it provides.
Diagram
Diagram EPNCore.tmp#Capability_standardID EPNCore.tmp#Capability_validationLevel EPNCore.tmp#Capability_description EPNCore.tmp#Capability_interface EPNCore.tmp#Capability
Type vr:Capability
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model validationLevel* , description{0,1} , interface*
Children description, interface, validationLevel
Instance
<capability standardID="">
  <validationLevel validatedBy="">{0,unbounded}</validationLevel>
  <description>{0,1}</description>
  <interface role="" version="1.0">{0,unbounded}</interface>
</capability>
Attributes
QName Type Fixed Default Use Annotation
standardID xs:anyURI optional
A URI identifier for a standard service.
This provides a unique way to refer to a service
specification standard, such as a Simple Image Access service.
The use of an IVOA identifier here implies that a
VOResource description of the standard is registered and 
accessible.
Source
<xs:element name="capability" type="vr:Capability" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>a description of a general capability of the service and how to use it.</xs:documentation>
    <xs:documentation>This describes a general function of the service, usually in terms of a standard service protocol (e.g. SIA), but not necessarily.</xs:documentation>
    <xs:documentation>A service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Capability / validationLevel
Namespace No namespace
Annotations
A numeric grade describing the quality of the
capability description and interface, when applicable, 
to be used to indicate the confidence an end-user
can put in the resource as part of a VO application
or research study.
See vr:ValidationLevel for an explanation of the
allowed levels.
Diagram
Diagram EPNCore.tmp#ValidationLevel EPNCore.tmp#Validation_validatedBy EPNCore.tmp#Validation
Type vr:Validation
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
validatedBy vr:IdentifierURI required
The IVOA ID of the registry or organisation that
assigned the validation level.
Source
<xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A numeric grade describing the quality of the capability description and interface, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.</xs:documentation>
    <xs:documentation>See vr:ValidationLevel for an explanation of the allowed levels.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Capability / description
Namespace No namespace
Annotations
A human-readable description of what this capability 
provides as part of the over-all service
Use of this optional element is especially encouraged when
this capability is non-standard and is one of several 
capabilities listed.
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="description" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A human-readable description of what this capability provides as part of the over-all service</xs:documentation>
    <xs:documentation>Use of this optional element is especially encouraged when this capability is non-standard and is one of several capabilities listed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Capability / interface
Namespace No namespace
Annotations
a description of how to call the service to access
this capability
Since the Interface type is abstract, one must describe
the interface using a subclass of Interface, denoting
it via xsi:type.
Multiple occurances can describe different interfaces to 
the logically same capability--i.e. data or functionality.
That is, the inputs accepted and the output provides should
be logically the same.  For example, a WebBrowser interface
given in addition to a WebService interface would simply 
provide an interactive, human-targeted interface to the 
underlying WebService interface.
Diagram
Diagram EPNCore.tmp#Interface_version EPNCore.tmp#Interface_role EPNCore.tmp#Interface_accessURL EPNCore.tmp#Interface_securityMethod EPNCore.tmp#Interface
Type vr:Interface
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model accessURL+ , securityMethod*
Children accessURL, securityMethod
Instance
<interface role="" version="1.0">
  <accessURL use="">{1,unbounded}</accessURL>
  <securityMethod standardID="">{0,unbounded}</securityMethod>
</interface>
Attributes
QName Type Fixed Default Use Annotation
role xs:NMTOKEN optional
A tag name the identifies the role the interface plays
in the particular capability.  If the value is equal to
"std" or begins with "std:", then the interface refers
to a standard interface defined by the standard
referred to by the capability's standardID attribute.
For an interface complying with some registered
standard (i.e. has a legal standardID), the role can be
match against interface roles enumerated in standard 
resource record.  The interface descriptions in
the standard record can provide default descriptions 
so that such details need not be repeated here.
version xs:string 1.0 optional
The version of a standard interface specification that this 
interface complies with.  When the interface is
provided in the context of a Capability element, then
the standard being refered to is the one identified by
the Capability's standardID element.  If the standardID
is not provided, the meaning of this attribute is
undefined.
Source
<xs:element name="interface" type="vr:Interface" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>a description of how to call the service to access this capability</xs:documentation>
    <xs:documentation>Since the Interface type is abstract, one must describe the interface using a subclass of Interface, denoting it via xsi:type.</xs:documentation>
    <xs:documentation>Multiple occurances can describe different interfaces to the logically same capability--i.e. data or functionality. That is, the inputs accepted and the output provides should be logically the same. For example, a WebBrowser interface given in addition to a WebService interface would simply provide an interactive, human-targeted interface to the underlying WebService interface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Interface / accessURL
Namespace No namespace
Annotations
The URL (or base URL) that a client uses to access the
service.  How this URL is to be interpreted and used 
depends on the specific Interface subclass
When more than one URL is given, each represents an
alternative (i.e. mirror) endpoint whose behavior is
identical to all the other accessURLs listed.
Editor's note: this element assumes that
all registered services are inherently web based.
Diagram
Diagram EPNCore.tmp#AccessURL_use EPNCore.tmp#AccessURL
Type vr:AccessURL
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
use restriction of xs:NMTOKEN optional
A flag indicating whether this should be interpreted as a base
URL, a full URL, or a URL to a directory that will produce a 
listing of files.
The default value assumed when one is not given depends on the 
context.
Source
<xs:element name="accessURL" type="vr:AccessURL" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The URL (or base URL) that a client uses to access the service. How this URL is to be interpreted and used depends on the specific Interface subclass</xs:documentation>
    <xs:documentation>When more than one URL is given, each represents an alternative (i.e. mirror) endpoint whose behavior is identical to all the other accessURLs listed.</xs:documentation>
    <xs:documentation>Editor's note: this element assumes that all registered services are inherently web based.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:Interface / securityMethod
Namespace No namespace
Annotations
the mechanism the client must employ to gain secure
access to the service.
when more than one method is listed, each one must
be employed to gain access.
Diagram
Diagram EPNCore.tmp#SecurityMethod_standardID EPNCore.tmp#SecurityMethod
Type vr:SecurityMethod
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
standardID xs:anyURI optional
A URI identifier for a standard security mechanism.
This provides a unique way to refer to a security
specification standard.  The use of an IVOA identifier here 
implies that a VOResource description of the standard is 
registered and accessible.
Source
<xs:element name="securityMethod" type="vr:SecurityMethod" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>the mechanism the client must employ to gain secure access to the service.</xs:documentation>
    <xs:documentation>when more than one method is listed, each one must be employed to gain access.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Element vr:WebService / wsdlURL
Namespace No namespace
Annotations
The location of the WSDL that describes this
Web Service.  If not provided, the location is 
assumed to be the accessURL with "?wsdl" appended.
Multiple occurances should represent mirror copies of 
the same WSDL file.
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="wsdlURL" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The location of the WSDL that describes this Web Service. If not provided, the location is assumed to be the accessURL with "?wsdl" appended.</xs:documentation>
    <xs:documentation>Multiple occurances should represent mirror copies of the same WSDL file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type EPNCoreType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#EPNCoreType_resource_type EPNCore.tmp#EPNCoreType_dataproduct_type EPNCore.tmp#EPNCoreType_target_name EPNCore.tmp#EPNCoreType_target_class EPNCore.tmp#EPNCoreType_time EPNCore.tmp#EPNCoreType_spectral EPNCore.tmp#EPNCoreType_spatial EPNCore.tmp#EPNCoreType_view_angle EPNCore.tmp#EPNCoreType_instrument_host_name EPNCore.tmp#EPNCoreType_instrument_name EPNCore.tmp#EPNCoreType_measurement_type
Used by
Model resource_type{0,1} , dataproduct_type* , target_name* , target_class* , time* , spectral* , spatial* , view_angle* , instrument_host_name* , instrument_name* , measurement_type*
Children dataproduct_type, instrument_host_name, instrument_name, measurement_type, resource_type, spatial, spectral, target_class, target_name, time, view_angle
Source
<xs:complexType name="EPNCoreType">
  <xs:sequence>
    <xs:element name="resource_type" type="ResourceClassType" minOccurs="0" maxOccurs="1" default="dataset">
      <xs:annotation>
        <xs:documentation>A dataset is a consistent set of data and associated metadata. A dataset can be comprised of files, tables, or data computed on the fly. A granule is the smallest element reachable in a dataset: either a file, a group of associated files, a table entry, or some kind of data computed on the fly.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dataproduct_type" maxOccurs="unbounded" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="image">
            <xs:annotation>
              <xs:documentation>associated scalar fields with two spatial axes, e.g., images with multiple color planes, from multichannel cameras for example. Maps of planetary surfaces are considered as images.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="spectrum">
            <xs:annotation>
              <xs:documentation>data product which spectral coverage is the primary attribute, e.g., a set of spectra.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="dynamic_spectrum">
            <xs:annotation>
              <xs:documentation>consecutive spectral measurements through time, organized as a time series.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="spectral_cube">
            <xs:annotation>
              <xs:documentation>set of spectral measurements with 1 or 2D spatial coverage, e.g., imaging spectroscopy. The choice between Image and spectral_cube is related to the characteristics of the instrument..</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="profile">
            <xs:annotation>
              <xs:documentation>scalar or vectorial measurements along 1 spatial dimension, e.g., atmospheric profiles, atmospheric paths, sub-surface profiles…</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="volume">
            <xs:annotation>
              <xs:documentation>other measurements with 3 spatial dimensions, e.g., internal or atmospheric structures.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="movie">
            <xs:annotation>
              <xs:documentation>sets of chronological 2D spatial measurements</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cube">
            <xs:annotation>
              <xs:documentation>multidimensional data with 3 or more axes, e.g., all that is not described by other 3D data types such as spectral cubes or volume.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="time_series">
            <xs:annotation>
              <xs:documentation>measurements organized primarily as a function of time (with exception of dynamical spectra). A Spacecraft dust detector measurement is a typical example of a time series.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="catalog">
            <xs:annotation>
              <xs:documentation>can be a list of events, a catalog of object parameters, a list of features.... E.g., a list of asteroid properties. Can also be a single element.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="spatial_vector">
            <xs:annotation>
              <xs:documentation>list of summit coordinates defining a vector, e.g., vector information from a GIS, spatial footprints…</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="target_name" maxOccurs="unbounded" minOccurs="0" type="xs:string">
      <xs:annotation>
        <xs:documentation>derive from type=ept:TaregetType.TargetName</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="target_class" type="TargetClass">
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="time" type="Time_Type">
    </xs:element>
    <xs:element name="spectral" minOccurs="0" maxOccurs="unbounded" type="SpectralType"/>
    <xs:element name="spatial" minOccurs="0" maxOccurs="unbounded" type="SpatialType"/>
    <xs:element name="view_angle" minOccurs="0" maxOccurs="unbounded" type="ViewAngleType"/>
    <xs:element name="instrument_host_name" minOccurs="0" maxOccurs="unbounded" type="xs:string">
      <xs:annotation>
        <xs:documentation>This parameter provides the name of the observatory or spacecraft which performed the measurements. The best practice is to use IAU observatory codes for ground-based observations: http://www.minorplanetcenter.net/iau/lists/ObsCodesF.html Concerning space-borne data, SPICE clearly defines ID for space mission names: http://www-int.stsci.edu/~sontag/spicedocs/req/naif_ids.html and the PDS dictionary defines values for mission names</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="instrument_name" minOccurs="0" maxOccurs="unbounded" type="xs:string">
      <xs:annotation>
        <xs:documentation>Identifies the instrument(s) that acquired the data. Service providers are invited to include multiple values for instrument name, e.g., complete name + usual acronym. This will allow queries on either "VISIBLE AND INFRARED THERMAL IMAGING SPECTROMETER" or VIRTIS to produce the same reply.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="measurement_type" minOccurs="0" maxOccurs="unbounded" type="xs:string">
      <xs:annotation>
        <xs:documentation>Measurement_type defines the physical quantities contained in the data. This is defined using a UCD. The list of UCD is related to all quantities included in the service, not only those used for the data in the idis_core table. The provider should use the UCD list from IVOA and extend it only if necessary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Simple Type ResourceClassType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Annotations
Definition of the classes of resources
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration dataset
enumeration granule
Used by
Source
<xs:simpleType name="ResourceClassType">
  <xs:annotation>
    <xs:documentation>Definition of the classes of resources</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="dataset"/>
    <xs:enumeration value="granule"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Simple Type TargetClass
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Annotations
Enumarated list of target types as defined by the Planetary Science data model
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration asteroid
enumeration comet
enumeration dwarf_planet
enumeration exoplanet
enumeration interplanetary_medium
enumeration planet
enumeration ring
enumeration sample
enumeration satellite
enumeration sky
enumeration spacecraft
enumeration spacejunk
enumeration star
Used by
Source
<xs:simpleType name="TargetClass">
  <xs:annotation>
    <xs:documentation>Enumarated list of target types as defined by the Planetary Science data model</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration id="ast" value="asteroid"/>
    <xs:enumeration id="com" value="comet"/>
    <xs:enumeration id="dwa" value="dwarf_planet"/>
    <xs:enumeration id="exo" value="exoplanet"/>
    <xs:enumeration id="ipm" value="interplanetary_medium"/>
    <xs:enumeration id="ppl" value="planet"/>
    <xs:enumeration id="rin" value="ring"/>
    <xs:enumeration id="sam" value="sample"/>
    <xs:enumeration id="sat" value="satellite"/>
    <xs:enumeration id="sky" value="sky"/>
    <xs:enumeration id="spc" value="spacecraft"/>
    <xs:enumeration id="spj" value="spacejunk"/>
    <xs:enumeration id="sta" value="star"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type Time_Type
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#Time_Type_time_min EPNCore.tmp#Time_Type_time_max EPNCore.tmp#Time_Type_time_sampling_step_min EPNCore.tmp#Time_Type_time_sampling_step_max EPNCore.tmp#Time_Type_time_exp_min EPNCore.tmp#Time_Type_time_exp_max
Used by
Model time_min{0,1} , time_max{0,1} , time_sampling_step_min{0,1} , time_sampling_step_max{0,1} , time_exp_min{0,1} , time_exp_max{0,1}
Children time_exp_max, time_exp_min, time_max, time_min, time_sampling_step_max, time_sampling_step_min
Source
<xs:complexType name="Time_Type">
  <xs:sequence>
    <xs:element name="time_min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets. This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms. Whenever time is defined by a single parameter, both time_min and time_max contain the same "</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="time_max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>"The time parameter(s) provides the date and time of acquisition. It may be a couple of parameters to handle long periods in some datasets. This parameter is provided in Julian days, expressed as a double precision float. Although ObsCore uses Modified JD, EPNCore uses JD to avoid ambiguity with time origin. With double precision floats, the accuracy is on the order of 1 ms. Whenever time is defined by a single parameter, both t_min and t_max contain the same "</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="time_sampling_step_min" type="xs:double">
      <xs:annotation>
        <xs:documentation>"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="time_sampling_step_max" type="xs:double">
      <xs:annotation>
        <xs:documentation>"This parameter provides the sampling time for measurements of dynamical phenomena, and for computations. This is the time between 2 successive measurements/data. This may be a query parameter e.g. for ephemeris computations. expressed in second "</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="time_exp_min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter corresponds to the minimum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="time_exp_max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter corresponds to the maximum integration time of measurements. This time is usually shorter than the time_sampling_step (if both are present).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type SpectralType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#SpectralType_spectral_range_min EPNCore.tmp#SpectralType_spectral_range_max EPNCore.tmp#SpectralType_spectral_sampling_step_min EPNCore.tmp#SpectralType_spectral_sampling_step_max EPNCore.tmp#SpectralType_spectral_resolution_min EPNCore.tmp#SpectralType_spectral_resolution_max
Used by
Model spectral_range_min* , spectral_range_max* , spectral_sampling_step_min* , spectral_sampling_step_max* , spectral_resolution_min* , spectral_resolution_max*
Children spectral_range_max, spectral_range_min, spectral_resolution_max, spectral_resolution_min, spectral_sampling_step_max, spectral_sampling_step_min
Source
<xs:complexType name="SpectralType">
  <xs:sequence>
    <xs:element name="spectral_range_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_range is expressed on a frequency in Hertz. It defines the lower bounds of the spectral domain where data have intersection with the requested spectral range.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spectral_range_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_range is expressed on a frequency in Hertz. It defines the upper bounds of the spectral domain where data have intersection with the requested spectral range.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spectral_sampling_step_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the lower level. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spectral_sampling_step_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_sampling_step is the spectral separation (counted in Hz) between the centers of two adjacent filters or channels). Min is the upper level. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and Fourier spectrometers, or observations related to surfaces or atmospheres.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spectral_resolution_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Min is the lower level.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spectral_resolution_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The spectral_resolution corresponds to the spectral bandwidth used for the measurement. In case of filter camera this is the filter bandwidth; in case of spectrometer this is the spectral resolution. This is mostly intended to provide an order of magnitude, e.g. to distinguish between grating spectrometers and filter cameras.. Max is the upper level.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type SpatialType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#SpatialType_spatial_range EPNCore.tmp#SpatialType_Spatial_frame_type EPNCore.tmp#SpatialType_spatial_resolution
Used by
Model spatial_range* , Spatial_frame_type , spatial_resolution{0,1}
Children Spatial_frame_type, spatial_range, spatial_resolution
Source
<xs:complexType name="SpatialType">
  <xs:sequence>
    <xs:element name="spatial_range" minOccurs="0" maxOccurs="unbounded" type="Spatial_RangeType">
    </xs:element>
    <xs:element name="Spatial_frame_type" minOccurs="1" maxOccurs="1" type="SpatialFrameTypeType">
    </xs:element>
    <xs:element name="spatial_resolution" minOccurs="0" maxOccurs="1" type="SpatialResolutionType"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type Spatial_RangeType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#Spatial_RangeType_c1min EPNCore.tmp#Spatial_RangeType_c2min EPNCore.tmp#Spatial_RangeType_c3min EPNCore.tmp#Spatial_RangeType_c1max EPNCore.tmp#Spatial_RangeType_c2max EPNCore.tmp#Spatial_RangeType_c3max
Used by
Model c1min{0,1} , c2min{0,1} , c3min{0,1} , c1max{0,1} , c2max{0,1} , c3max{0,1}
Children c1max, c1min, c2max, c2min, c3max, c3min
Source
<xs:complexType name="Spatial_RangeType">
  <xs:sequence>
    <xs:element name="c1min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c2min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c3min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c1max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c2max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c3max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides up to three spatial coordinates, in a form depending on the spatial frame type. The service should handle three dimensions, even if the third one is set to NULL.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type SpatialFrameTypeType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#SpatialFrameTypeType_celestial EPNCore.tmp#SpatialFrameTypeType_body EPNCore.tmp#SpatialFrameTypeType_cartesian EPNCore.tmp#SpatialFrameTypeType_cylindrical EPNCore.tmp#SpatialFrameTypeType_spherical
Used by
Model celestial | body | cartesian | cylindrical | spherical
Children body, cartesian, celestial, cylindrical, spherical
Source
<xs:complexType name="SpatialFrameTypeType">
  <xs:choice>
    <xs:element name="celestial" fixed="celestial">
      <xs:annotation>
        <xs:documentation>(2D angles on the sky, e.g. right ascension c1 and declination c2 + possibly distance from origin c3 – this is a special case of spherical frame),</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="body" fixed="body">
      <xs:annotation>
        <xs:documentation>(2D angles on a rotating body, e.g. longitude c1 (and latitude c2 + possibly a z c3 coordinate) longitudes always increase eastward, the Z coordinate can be the distance counted either from the reference surface or from the body center, TBC (frames are related to body centers, but a surface reference is required for atmospheric structure)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cartesian" fixed="cartesian">
      <xs:annotation>
        <xs:documentation>(x,y,z) as (c1, c2, c3)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cylindrical" fixed="cylindrical">
      <xs:annotation>
        <xs:documentation>(r, theta, z) as (c1, c2, c3)angles are defined in degrees</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="spherical" fixed="spherical">
      <xs:annotation>
        <xs:documentation>(r, theta, phi) as (c1, c2, c3)angles are defined in degrees as in usual spherical systems (E longitude, zenithal angle). If related to the sky, “celestial” coordinates with RA/Dec must be used.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type SpatialResolutionType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#SpatialResolutionType_c1_resol_min EPNCore.tmp#SpatialResolutionType_c2_resol_min EPNCore.tmp#SpatialResolutionType_c3_resol_min EPNCore.tmp#SpatialResolutionType_c1_resol_max EPNCore.tmp#SpatialResolutionType_c2_resol_max EPNCore.tmp#SpatialResolutionType_c3_resol_max
Used by
Model c1_resol_min{0,1} , c2_resol_min{0,1} , c3_resol_min{0,1} , c1_resol_max{0,1} , c2_resol_max{0,1} , c3_resol_max{0,1}
Children c1_resol_max, c1_resol_min, c2_resol_max, c2_resol_min, c3_resol_max, c3_resol_min
Source
<xs:complexType name="SpatialResolutionType">
  <xs:sequence>
    <xs:element name="c1_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c2_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c3_resol_min" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c1_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c2_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="c3_resol_max" minOccurs="0" maxOccurs="1" type="xs:double">
      <xs:annotation>
        <xs:documentation>This parameter provides a simple estimate of resolution, either the FWHM of the PFS on the sky (in degrees [or mas]), or the pixel size on a surface (in km [or m]), depending on spatial_frame_type.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type ViewAngleType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#ViewAngleType_incidence_angle EPNCore.tmp#ViewAngleType_emergence_angle EPNCore.tmp#ViewAngleType_phase_angle
Used by
Model incidence_angle* , emergence_angle* , phase_angle*
Children emergence_angle, incidence_angle, phase_angle
Source
<xs:complexType name="ViewAngleType">
  <xs:sequence>
    <xs:element name="incidence_angle" minOccurs="0" maxOccurs="unbounded" type="incidence_angleType">
    </xs:element>
    <xs:element name="emergence_angle" minOccurs="0" maxOccurs="unbounded" type="emergence_angleType">
    </xs:element>
    <xs:element name="phase_angle" minOccurs="0" maxOccurs="unbounded" type="phase_angleType">
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type incidence_angleType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#incidence_angleType_incidence_angle_min EPNCore.tmp#incidence_angleType_incidence_angle_max
Used by
Model incidence_angle_min* , incidence_angle_max*
Children incidence_angle_max, incidence_angle_min
Source
<xs:complexType name="incidence_angleType">
  <xs:sequence>
    <xs:element name="incidence_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="incidence_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>. The incidence_angle parameter defines the upper and lower bounds of the incidence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type emergence_angleType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#emergence_angleType_emergence_angle_min EPNCore.tmp#emergence_angleType_emergence_angle_max
Used by
Model emergence_angle_min* , emergence_angle_max*
Children emergence_angle_max, emergence_angle_min
Source
<xs:complexType name="emergence_angleType">
  <xs:sequence>
    <xs:element name="emergence_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="emergence_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The emergence_angle parameter defines the upper and lower bounds of the emergence angle variation in the data. This is always indicated in decimal degrees.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type phase_angleType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#phase_angleType_phase_angle_min EPNCore.tmp#phase_angleType_phase_angle_max
Used by
Model phase_angle_min* , phase_angle_max*
Children phase_angle_max, phase_angle_min
Source
<xs:complexType name="phase_angleType">
  <xs:sequence>
    <xs:element name="phase_angle_min" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?). Phase, incidence and emergence are partly related: abs(i - e) smaler than (phi) smaler than (i + e) If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles: cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phase_angle_max" minOccurs="0" maxOccurs="unbounded" type="xs:double">
      <xs:annotation>
        <xs:documentation>The phase_angle parameter defines the upper and lower bounds of the phase angle variation in the data. This is always indicated in decimal degrees (+ define convention for negative values?). Phase, incidence and emergence are partly related: abs(i - e) smaler than (phi) smaler than (i + e) If the azimuth angle alpha is provided instead of the phase angle, the latter can be derived from knowledge of the three angles: cos (alpha)=cos (i) cos (e) + cos (alpha) sin (i) sin (e)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type EPNResponseType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#EPNResponseType_service_core EPNCore.tmp#EPNResponseType_service_curation EPNCore.tmp#EPNResponseType_file_info EPNCore.tmp#EPNResponseType_complementary_return_info
Used by
Element EPNResponse
Model service_core , service_curation , file_info , complementary_return_info
Children complementary_return_info, file_info, service_core, service_curation
Source
<xs:complexType name="EPNResponseType">
  <xs:sequence>
    <xs:element name="service_core" type="EPNCoreType"/>
    <xs:element name="service_curation" type="CurationMetadataType"/>
    <xs:element name="file_info" type="FileType"/>
    <xs:element name="complementary_return_info" type="ComplementaryReturnInfoType"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type CurationMetadataType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#CurationMetadataType_publisher EPNCore.tmp#CurationMetadataType_reference EPNCore.tmp#CurationMetadataType_collection-id EPNCore.tmp#CurationMetadataType_title
Used by
Model publisher* , reference* , collection-id{0,1} , title{0,1}
Children collection-id, publisher, reference, title
Source
<xs:complexType name="CurationMetadataType">
  <xs:sequence>
    <xs:element name="publisher" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>name of the publisher</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reference" type="vr:Source" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>bibcode for reference URL</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="collection-id" type="vr:IdentifierURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The URI form of the IVOA identifier for the service describing the capability refered to by this element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="title" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>This parameter provides the title of the data service.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type vr:ResourceName
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
the name of a potentially registered resource.  That is, the entity
referred to may have an associated identifier.
Diagram
Diagram EPNCore.tmp#ResourceName_ivo-id
Type extension of xs:token
Used by
Attributes
QName Type Fixed Default Use Annotation
ivo-id vr:IdentifierURI optional
The URI form of the IVOA identifier for the resource refered to
Source
<xs:complexType name="ResourceName">
  <xs:annotation>
    <xs:documentation>the name of a potentially registered resource. That is, the entity referred to may have an associated identifier.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute name="ivo-id" type="vr:IdentifierURI">
        <xs:annotation>
          <xs:documentation>The URI form of the IVOA identifier for the resource refered to</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:IdentifierURI
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:anyURI
Facets
pattern ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?
Used by
Source
<xs:simpleType name="IdentifierURI">
  <xs:restriction base="xs:anyURI">
    <xs:pattern value="ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Source
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram EPNCore.tmp#Source_format
Type extension of xs:token
Used by
Attributes
QName Type Fixed Default Use Annotation
format xs:string optional
The reference format.  Recognized values include "bibcode", 
referring to a standard astronomical bibcode 
(http://cdsweb.u-strasbg.fr/simbad/refcode.html).
Source
<xs:complexType name="Source">
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute name="format" type="xs:string">
        <xs:annotation>
          <xs:documentation>The reference format. Recognized values include "bibcode", referring to a standard astronomical bibcode (http://cdsweb.u-strasbg.fr/simbad/refcode.html).</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type FileType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#FileType_accessURL EPNCore.tmp#FileType_access_format EPNCore.tmp#FileType_access_estsize
Used by
Model accessURL{0,1} , access_format{0,1} , access_estsize{0,1}
Children accessURL, access_estsize, access_format
Source
<xs:complexType name="FileType">
  <xs:sequence>
    <xs:element name="accessURL" type="vr:AccessURL" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The URL that can be used to download the data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="access_format" type="xs:string" minOccurs="0"/>
    <xs:element name="access_estsize" type="xs:integer" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type vr:AccessURL
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram EPNCore.tmp#AccessURL_use
Type extension of xs:anyURI
Used by
Attributes
QName Type Fixed Default Use Annotation
use restriction of xs:NMTOKEN optional
A flag indicating whether this should be interpreted as a base
URL, a full URL, or a URL to a directory that will produce a 
listing of files.
The default value assumed when one is not given depends on the 
context.
Source
<xs:complexType name="AccessURL">
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="use">
        <xs:annotation>
          <xs:documentation>A flag indicating whether this should be interpreted as a base URL, a full URL, or a URL to a directory that will produce a listing of files.</xs:documentation>
          <xs:documentation>The default value assumed when one is not given depends on the context.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="full">
              <xs:annotation>
                <xs:documentation>Assume a full URL--that is, one that can be invoked directly without alteration. This usually returns a single document or file.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="base">
              <xs:annotation>
                <xs:documentation>Assume a base URL--that is, one requiring an extra portion to be appended before being invoked.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="dir">
              <xs:annotation>
                <xs:documentation>Assume URL points to a directory that will return a listing of files.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type ComplementaryReturnInfoType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram EPNCore.tmp#ComplementaryReturnInfoType_time_scale EPNCore.tmp#ComplementaryReturnInfoType_time_origin EPNCore.tmp#ComplementaryReturnInfoType_Spatial_coordinate_description EPNCore.tmp#ComplementaryReturnInfoType_Spatial_origin EPNCore.tmp#ComplementaryReturnInfoType_processing_level EPNCore.tmp#ComplementaryReturnInfoType_target_region
Used by
Model time_scale{0,1} , time_origin{0,1} , Spatial_coordinate_description{0,1} , Spatial_origin{0,1} , processing_level{0,1} , target_region{0,1}
Children Spatial_coordinate_description, Spatial_origin, processing_level, target_region, time_origin, time_scale
Source
<xs:complexType name="ComplementaryReturnInfoType">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="time_scale" type="stc:timeScaleType">
    </xs:element>
    <xs:element minOccurs="0" name="time_origin" type="xs:string">
    </xs:element>
    <xs:element minOccurs="0" name="Spatial_coordinate_description" type="xs:string">
    </xs:element>
    <xs:element minOccurs="0" name="Spatial_origin" type="xs:string">
    </xs:element>
    <xs:element minOccurs="0" name="processing_level" type="ProcessingLevelType">
    </xs:element>
    <xs:element minOccurs="0" name="target_region" type="xs:string">
      <xs:annotation>
        <xs:documentation>This parameter briefly identifies the region of interest for the data set, in complement to target name – it is not mandatory. This parameter only introduces generic regions, not specific local names (see examples below). The best practice is to take the values from standard sources: - IAU thesaurus http://www.mso.anu.edu.au/library/thesaurus/ + another version: http://www.vocabularyserver.com/trex/en/ The second one seems more recent and more complete (although the interface is not practical) - Spase dictionary “http://www.spase-group.org/”</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Simple Type timeScaleType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The actual time scale used: TT, TAI, UTC, TDB, etc.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration TT
Terrestrial Time; the basis for ephemerides
enumeration TDT
Obsolete synonym for TT
enumeration ET
Ephemeris Time; predecessor of, and continuous with, TT
enumeration TDB
Barycentric Dynamic Time:the independent variable in planetay ephemerides; time at the solar system barycenter synchronous with TT on an annual basis; sometimes called TEB
enumeration TEB
Barycentric Ephemeris Time: time at the solar system barycenter synchronous with TT on an annual basis; a deprecated synonym of TDB.
enumeration TCG
Terrestrial Coordinate Time
enumeration TCB
Barycentric Coordinate Time; runs slower than TDB but is consistent with physical constants
enumeration TAI
International Atomic Time; runs 32.184 s behind TT
enumeration IAT
Synonym for TAI
enumeration UTC
Coordinated Universal Time; currently (2006) runs 33 leapseconds behind TAI
enumeration GPS
Global Positioning System's time scale; runs 19 s behind TAI, 51.184 s behind TT.
enumeration LST
Local Siderial Time; only for ground-based observations; note that the second is shorter
enumeration GMST
Greenwich Mean Siderial Time; only for ground-based observations; note that the second is shorter
enumeration LOCAL
Only to be used for simulations in conjunction with a relocatable spatial frame
Used by
Source
<xs:simpleType name="timeScaleType">
  <xs:annotation>
    <xs:documentation>The actual time scale used: TT, TAI, UTC, TDB, etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="TT">
      <xs:annotation>
        <xs:documentation>Terrestrial Time; the basis for ephemerides</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TDT">
      <xs:annotation>
        <xs:documentation>Obsolete synonym for TT</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ET">
      <xs:annotation>
        <xs:documentation>Ephemeris Time; predecessor of, and continuous with, TT</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TDB">
      <xs:annotation>
        <xs:documentation>Barycentric Dynamic Time:the independent variable in planetay ephemerides; time at the solar system barycenter synchronous with TT on an annual basis; sometimes called TEB</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TEB">
      <xs:annotation>
        <xs:documentation>Barycentric Ephemeris Time: time at the solar system barycenter synchronous with TT on an annual basis; a deprecated synonym of TDB.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TCG">
      <xs:annotation>
        <xs:documentation>Terrestrial Coordinate Time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TCB">
      <xs:annotation>
        <xs:documentation>Barycentric Coordinate Time; runs slower than TDB but is consistent with physical constants</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TAI">
      <xs:annotation>
        <xs:documentation>International Atomic Time; runs 32.184 s behind TT</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IAT">
      <xs:annotation>
        <xs:documentation>Synonym for TAI</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UTC">
      <xs:annotation>
        <xs:documentation>Coordinated Universal Time; currently (2006) runs 33 leapseconds behind TAI</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GPS">
      <xs:annotation>
        <xs:documentation>Global Positioning System's time scale; runs 19 s behind TAI, 51.184 s behind TT.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LST">
      <xs:annotation>
        <xs:documentation>Local Siderial Time; only for ground-based observations; note that the second is shorter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GMST">
      <xs:annotation>
        <xs:documentation>Greenwich Mean Siderial Time; only for ground-based observations; note that the second is shorter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LOCAL">
      <xs:annotation>
        <xs:documentation>Only to be used for simulations in conjunction with a relocatable spatial frame</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type ProcessingLevelType
Namespace http://voparis-europlanet.obspm.fr/xml/TAPCore/EPNCore.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 1
raw data : Unprocessed Data Record 
(low level encoding, e.g. telemetry from a spacecraft instrument. Normally available only to the original team)
enumeration 2
edited : Experiment Data Record 
(often referred to as “raw data”: decommutated, but still affected by instrumental effects)
enumeration 3
partially calibrated data : Reduced Data Record (“calibrated” in physical units)
enumeration 4
resampled : Reformatted Data Record
(mosaics or composite of several observing sessions, involving some level of data fusion)
enumeration 5
derived : Derived Data Record
(results of data analysis, directly usable by other communities with no further processing)
enumeration 6
Ancillary Data Record 
(extra data specifically supporting a data set, such as coordinates, geometry…)
Used by
Source
<xs:simpleType name="ProcessingLevelType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation>raw data : Unprocessed Data Record (low level encoding, e.g. telemetry from a spacecraft instrument. Normally available only to the original team)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation>edited : Experiment Data Record (often referred to as “raw data”: decommutated, but still affected by instrumental effects)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation>partially calibrated data : Reduced Data Record (“calibrated” in physical units)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation>resampled : Reformatted Data Record (mosaics or composite of several observing sessions, involving some level of data fusion)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation>derived : Derived Data Record (results of data analysis, directly usable by other communities with no further processing)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation>Ancillary Data Record (extra data specifically supporting a data set, such as coordinates, geometry…)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
  <!-- previous definition
        <xs:choice>
            <xs:element name="raw" fixed="0">
                <xs:annotation>
			<xs:documentation>
				raw data
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Experiment_Data_Record" fixed="1">
                <xs:annotation>
			<xs:documentation>
				raw data
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Reduced_Data_Record" fixed="2">
                <xs:annotation>
			<xs:documentation>
				Reduced Data Record 
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Derived_Data_Record" fixed="3">
                <xs:annotation>
			<xs:documentation>
				Derived Data Record 
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
    </xs:choice>
    end of previous definition -->
</xs:simpleType>
Schema location file:/home/lesidaner/Mes_documents/avo/Europlanet/site-web/europlanet/xml/TAPCore/EPNCore.xsd
[ top ]
Complex Type coordFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A CoordFrame has to have at least an Id
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name
Type extension of stcBaseType
Type hierarchy
Used by
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordFrameType">
  <xs:annotation>
    <xs:documentation>A CoordFrame has to have at least an Id</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type stcBaseType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
STC standard base type. Elements of derived types may contain real content, be a reference to another element in the document (idref), or be a reference to a distributed resource; the href is to be a standard IVOA identifier or a valid URL. Actuation is up to the client. At this time it is required to be of type simple. An id is optional; it allows referencing by other elements.
Diagram
Diagram EPNCore.tmp#STCReference
Properties
abstract: true
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="stcBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>STC standard base type. Elements of derived types may contain real content, be a reference to another element in the document (idref), or be a reference to a distributed resource; the href is to be a standard IVOA identifier or a valid URL. Actuation is up to the client. At this time it is required to be of type simple. An id is optional; it allows referencing by other elements.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="STCReference"/>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type genericCoordFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#CoordRefFrame EPNCore.tmp#CoordRefPos EPNCore.tmp#CoordFlavor
Type extension of coordFrameType
Type hierarchy
Used by
Element CoordFrame
Complex Type pixelFrameType
Model Name{0,1} , CoordRefFrame{0,1} , CoordRefPos{0,1} , CoordFlavor
Children CoordFlavor, CoordRefFrame, CoordRefPos, Name
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="genericCoordFrameType">
  <xs:complexContent>
    <xs:extension base="coordFrameType">
      <xs:sequence>
        <xs:element ref="CoordRefFrame" minOccurs="0"/>
        <xs:element ref="CoordRefPos" minOccurs="0"/>
        <xs:element ref="CoordFlavor">
          <xs:annotation>
            <xs:documentation>Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A generic CoordReferenceFrame
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name
Used by
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="coordRefFrameType">
  <xs:annotation>
    <xs:documentation>A generic CoordReferenceFrame</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="ref_frame_id" type="xs:IDREF"/>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type customRefPosType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for custom positions: specifies reference origin
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#Coordinate
Type extension of referencePositionType
Type hierarchy
Used by
Element CoordRefPos
Model Coordinate
Children Coordinate
Source
<xs:complexType name="customRefPosType">
  <xs:annotation>
    <xs:documentation>Type for custom positions: specifies reference origin</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="referencePositionType">
      <xs:sequence>
        <xs:element ref="Coordinate"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type referencePositionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract type for reference positions
Diagram
Diagram
Properties
abstract: true
Used by
Source
<xs:complexType name="referencePositionType" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract type for reference positions</xs:documentation>
  </xs:annotation>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract coordinate type; a concrete Coordinate consists of a Value, Error, Resolution, Size, and PixSize
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name
Type extension of stcBaseType
Type hierarchy
Used by
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordinateType">
  <xs:annotation>
    <xs:documentation>Abstract coordinate type; a concrete Coordinate consists of a Value, Error, Resolution, Size, and PixSize</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="frame_id" type="xs:IDREF" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordFlavorType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Provides the spatial coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness
Used by
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
Source
<xs:complexType name="coordFlavorType">
  <xs:annotation>
    <xs:documentation>Provides the spatial coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities</xs:documentation>
  </xs:annotation>
  <xs:attribute name="coord_naxes" default="2">
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:minInclusive value="1"/>
        <xs:maxInclusive value="3"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="handedness" use="optional">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type coordEquinoxType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate equinox: B{year} or J{year} with at least one decimal; do not use in conjunction with ICRS
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [BJ]\-?\d?\d?\d?\d\d\d\d\.\d\d?\d?
Used by
Element fkType/Equinox
Source
<xs:simpleType name="coordEquinoxType">
  <xs:annotation>
    <xs:documentation>Coordinate equinox: B{year} or J{year} with at least one decimal; do not use in conjunction with ICRS</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[BJ]\-?\d?\d?\d?\d\d\d\d\.\d\d?\d?"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spaceRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract space reference frame type
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType
Type extension of coordRefFrameType
Type hierarchy
Properties
abstract: true
Used by
Complex Types fkType, icrsType
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="spaceRefFrameType" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract space reference frame type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordRefFrameType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type icrsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
ICRS type: no equinox
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType
Type extension of spaceRefFrameType
Type hierarchy
Used by
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="icrsType">
  <xs:annotation>
    <xs:documentation>ICRS type: no equinox</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spaceRefFrameType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type fkType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
FK[45] type: needs an equinox
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#fkType_Equinox
Type extension of spaceRefFrameType
Type hierarchy
Used by
Elements ECLIPTIC, FK4, FK5
Model Name{0,1} , Equinox
Children Equinox, Name
Attributes
QName Type Fixed Default Use Annotation
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="fkType">
  <xs:annotation>
    <xs:documentation>FK[45] type: needs an equinox</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spaceRefFrameType">
      <xs:sequence>
        <xs:element name="Equinox" type="coordEquinoxType" nillable="true"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type geodType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#spaceRefFrameType EPNCore.tmp#icrsType EPNCore.tmp#geodType_radius EPNCore.tmp#geodType_inv_flattening EPNCore.tmp#geodType_unit
Type extension of icrsType
Type hierarchy
Used by
Element GEO_D
Model Name{0,1}
Children Name
Attributes
QName Type Fixed Default Use Annotation
inv_flattening xs:double 298.257 optional
radius xs:double 6378140 optional
ref_frame_id xs:IDREF optional
unit posUnitType m optional
Source
<xs:complexType name="geodType">
  <xs:annotation>
    <xs:documentation>The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="icrsType">
      <xs:attribute name="radius" type="xs:double" use="optional" default="6378140"/>
      <xs:attribute name="inv_flattening" type="xs:double" use="optional" default="298.257"/>
      <xs:attribute name="unit" type="posUnitType" use="optional" default="m"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type posUnitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Spatial coordinate units may be angular (degrees, radians, hours, arcmins, arcsecs), linear (meters, km, mm, AUs, parsecs, kpc, Mpc, lightyears), or empty (i.e., dimensionless).  The three-units strings are for special 3-D vectors where the components do not share the same unit; one may prefer to give each component its own unit, instead.
Diagram
Diagram EPNCore.tmp#unitType
Type restriction of unitType
Type hierarchy
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Source
<xs:simpleType name="posUnitType">
  <xs:annotation>
    <xs:documentation>Spatial coordinate units may be angular (degrees, radians, hours, arcmins, arcsecs), linear (meters, km, mm, AUs, parsecs, kpc, Mpc, lightyears), or empty (i.e., dimensionless). The three-units strings are for special 3-D vectors where the components do not share the same unit; one may prefer to give each component its own unit, instead.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="unitType">
    <xs:enumeration value="deg"/>
    <xs:enumeration value="deg deg m"/>
    <xs:enumeration value="deg deg Mpc"/>
    <xs:enumeration value="rad"/>
    <xs:enumeration value="h"/>
    <xs:enumeration value="arcmin"/>
    <xs:enumeration value="arcsec"/>
    <xs:enumeration value="m"/>
    <xs:enumeration value="km"/>
    <xs:enumeration value="mm"/>
    <xs:enumeration value="AU"/>
    <xs:enumeration value="pc"/>
    <xs:enumeration value="kpc"/>
    <xs:enumeration value="Mpc"/>
    <xs:enumeration value="lyr"/>
    <xs:enumeration value=""/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type unitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Basic unit type
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="unitType">
  <xs:annotation>
    <xs:documentation>Basic unit type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type sphericalRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A custom space reference frame type defined through pole and X-axis directions
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#sphericalRefFrameType_id EPNCore.tmp#sphericalRefFrameType_Frame EPNCore.tmp#sphericalRefFrameType_Pole_Zaxis EPNCore.tmp#sphericalRefFrameType_Xaxis
Type extension of coordRefFrameType
Type hierarchy
Used by
Model Name{0,1} , Frame , Pole_Zaxis , Xaxis
Children Frame, Name, Pole_Zaxis, Xaxis
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="sphericalRefFrameType">
  <xs:annotation>
    <xs:documentation>A custom space reference frame type defined through pole and X-axis directions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordRefFrameType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Define coordinate reference frame from scratch; pole and X-axis need to be defined in a known coordinate system</xs:documentation>
        </xs:annotation>
        <xs:element name="Frame" type="xs:string"/>
        <xs:element name="Pole_Zaxis" type="astroCoordsType" nillable="true"/>
        <xs:element name="Xaxis" type="astroCoordsType" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="id" type="xs:ID" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astroCoordsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The astronomical (STC) coordsType
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Time EPNCore.tmp#Position EPNCore.tmp#Velocity EPNCore.tmp#Spectral EPNCore.tmp#Redshift EPNCore.tmp#astroCoordsType_CoordFile EPNCore.tmp#astroCoordsType_Orbit
Type extension of coordsType
Type hierarchy
Used by
Model GenCoordinate , Time{0,1} , Position{0,1} , Velocity{0,1} , Spectral{0,1} , Redshift{0,1} , CoordFile{0,1} , Orbit{0,1}
Children CoordFile, GenCoordinate, Orbit, Position, Redshift, Spectral, Time, Velocity
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="astroCoordsType">
  <xs:annotation>
    <xs:documentation>The astronomical (STC) coordsType</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordsType">
      <xs:sequence>
        <xs:element ref="Time" minOccurs="0"/>
        <xs:element ref="Position" minOccurs="0"/>
        <xs:element ref="Velocity" minOccurs="0"/>
        <xs:element ref="Spectral" minOccurs="0"/>
        <xs:element ref="Redshift" minOccurs="0"/>
        <xs:element name="CoordFile" type="astroCoordsFileType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Some or all coordinate values may be given in file</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Orbit" type="orbitType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Orbit specified by orbital elements</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The generic coordsType
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate
Type extension of stcBaseType
Type hierarchy
Used by
Complex Types astroCoordsType, pixelCoordsType
Element Coords
Model GenCoordinate
Children GenCoordinate
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordsType">
  <xs:annotation>
    <xs:documentation>The generic coordsType</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:annotation>
        <xs:documentation>A CoordSys consists of at least one coordinate frames; unfortunately, schema inheritance and polymorphism doesn't allow us to specify this in the most genarl way</xs:documentation>
      </xs:annotation>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="GenCoordinate"/>
      </xs:sequence>
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type timeCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Time coordinate type; sibling of basicCoordinateType
Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#timeCoordinateType_coord_system_id EPNCore.tmp#timeCoordinateType_unit EPNCore.tmp#timeCoordinateType_TimeInstant EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize
Type extension of coordinateType
Type hierarchy
Used by
Element Time
Model Name{0,1} , TimeInstant{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, TimeInstant
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit timeUnitType s optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="timeCoordinateType">
  <xs:annotation>
    <xs:documentation>Time coordinate type; sibling of basicCoordinateType</xs:documentation>
    <xs:documentation>Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="TimeInstant" type="astronTimeType" minOccurs="0"/>
        <xs:element ref="Error" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="Resolution" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="Size" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="PixSize" minOccurs="0" maxOccurs="2"/>
      </xs:sequence>
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="timeUnitType" use="optional" default="s"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astronTimeType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
astronTime is the generalized astronomical time type and consists of one, two, or three elements: optional TimeScale, optional relative time offset, and an absolute time (ISO8601 or a decimal JD or MJD; or it may be an IDREF to one of those three); TimeScale may be omitted only if the element is part of AstroCoords, referring to an AstroCoordSystem that specifies a TimeScale.
Diagram
Diagram EPNCore.tmp#astronTimeType_Timescale EPNCore.tmp#TimeOffset EPNCore.tmp#AbsoluteTime
Used by
Model Timescale{0,1} , TimeOffset{0,1} , AbsoluteTime
Children AbsoluteTime, TimeOffset, Timescale
Source
<xs:complexType name="astronTimeType">
  <xs:annotation>
    <xs:documentation>astronTime is the generalized astronomical time type and consists of one, two, or three elements: optional TimeScale, optional relative time offset, and an absolute time (ISO8601 or a decimal JD or MJD; or it may be an IDREF to one of those three); TimeScale may be omitted only if the element is part of AstroCoords, referring to an AstroCoordSystem that specifies a TimeScale.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Timescale" type="timeScaleType" nillable="true" minOccurs="0"/>
    <xs:element ref="TimeOffset" minOccurs="0"/>
    <xs:element ref="AbsoluteTime"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type timeOffsetType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Actual elapsed time offset
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#timeOffsetType_unit
Type extension of xs:decimal
Used by
Element TimeOffset
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit timeUnitType s optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="timeOffsetType">
  <xs:annotation>
    <xs:documentation>Actual elapsed time offset</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:decimal">
      <xs:attributeGroup ref="STCReference"/>
      <xs:attribute name="unit" type="timeUnitType" use="optional" default="s"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type timeUnitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Time units may be second (s), hour (h: 3600 s), day (d: 86400 s), Julian year (a, yr: 365.25 d), Julian century (cy: 36525 d), or empty (i.e., dimensionless) for ISO-8601 format
Diagram
Diagram EPNCore.tmp#unitType
Type restriction of unitType
Type hierarchy
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
enumeration
Used by
Source
<xs:simpleType name="timeUnitType">
  <xs:annotation>
    <xs:documentation>Time units may be second (s), hour (h: 3600 s), day (d: 86400 s), Julian year (a, yr: 365.25 d), Julian century (cy: 36525 d), or empty (i.e., dimensionless) for ISO-8601 format</xs:documentation>
  </xs:annotation>
  <xs:restriction base="unitType">
    <xs:enumeration value="s"/>
    <xs:enumeration value="h"/>
    <xs:enumeration value="d"/>
    <xs:enumeration value="a"/>
    <xs:enumeration value="yr"/>
    <xs:enumeration value="cy"/>
    <xs:enumeration value=""/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type double1Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A double with referencing and units attributes
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#double1Type_time_unit EPNCore.tmp#double1Type_pos_unit EPNCore.tmp#double1Type_pos_angle_unit EPNCore.tmp#double1Type_vel_time_unit EPNCore.tmp#double1Type_spectral_unit EPNCore.tmp#double1Type_gen_unit
Type extension of xs:double
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
pos_angle_unit angleUnitType optional
pos_unit posUnitType optional
spectral_unit spectralUnitType optional
time_unit timeUnitType optional
ucd xs:string optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="double1Type">
  <xs:annotation>
    <xs:documentation>A double with referencing and units attributes</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attributeGroup ref="STCReference"/>
      <xs:attribute name="time_unit" type="timeUnitType" use="optional"/>
      <xs:attribute name="pos_unit" type="posUnitType" use="optional"/>
      <xs:attribute name="pos_angle_unit" type="angleUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
      <xs:attribute name="spectral_unit" type="spectralUnitType" use="optional"/>
      <xs:attribute name="gen_unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type angleUnitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Angular coordinate units may be degrees, radians, hours, arcmins, arcsecs
Diagram
Diagram EPNCore.tmp#unitType
Type restriction of unitType
Type hierarchy
Facets
enumeration deg
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
Used by
Source
<xs:simpleType name="angleUnitType">
  <xs:annotation>
    <xs:documentation>Angular coordinate units may be degrees, radians, hours, arcmins, arcsecs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="unitType">
    <xs:enumeration value="deg"/>
    <xs:enumeration value="rad"/>
    <xs:enumeration value="h"/>
    <xs:enumeration value="arcmin"/>
    <xs:enumeration value="arcsec"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type velTimeUnitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Velocity units are a posUnitType / velTimeType; the latter may be second, day, hour, year (a or yr), century, but not empty
Diagram
Diagram EPNCore.tmp#unitType
Type restriction of unitType
Type hierarchy
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Source
<xs:simpleType name="velTimeUnitType">
  <xs:annotation>
    <xs:documentation>Velocity units are a posUnitType / velTimeType; the latter may be second, day, hour, year (a or yr), century, but not empty</xs:documentation>
  </xs:annotation>
  <xs:restriction base="unitType">
    <xs:enumeration value="s"/>
    <xs:enumeration value="h"/>
    <xs:enumeration value="d"/>
    <xs:enumeration value="a"/>
    <xs:enumeration value="yr"/>
    <xs:enumeration value="cy"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type spectralUnitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Spectral units may be frequency (Hz, kHz, MHz, GHz), wavelength (meters, mm, micron, nm, Angstrom), or energy (eV, keV, MeV, GeV, TeV)
Diagram
Diagram EPNCore.tmp#unitType
Type restriction of unitType
Type hierarchy
Facets
enumeration Hz
enumeration kHz
enumeration MHz
enumeration GHz
enumeration m
enumeration mm
enumeration um
enumeration nm
enumeration Angstrom
enumeration eV
enumeration keV
enumeration MeV
enumeration GeV
enumeration TeV
Used by
Source
<xs:simpleType name="spectralUnitType">
  <xs:annotation>
    <xs:documentation>Spectral units may be frequency (Hz, kHz, MHz, GHz), wavelength (meters, mm, micron, nm, Angstrom), or energy (eV, keV, MeV, GeV, TeV)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="unitType">
    <xs:enumeration value="Hz"/>
    <xs:enumeration value="kHz"/>
    <xs:enumeration value="MHz"/>
    <xs:enumeration value="GHz"/>
    <xs:enumeration value="m"/>
    <xs:enumeration value="mm"/>
    <xs:enumeration value="um"/>
    <xs:enumeration value="nm"/>
    <xs:enumeration value="Angstrom"/>
    <xs:enumeration value="eV"/>
    <xs:enumeration value="keV"/>
    <xs:enumeration value="MeV"/>
    <xs:enumeration value="GeV"/>
    <xs:enumeration value="TeV"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spectralCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Spectral coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#spectralCoordinateType_coord_system_id EPNCore.tmp#spectralCoordinateType_unit
Type extension of basicCoordinateType
Type hierarchy
Used by
Element Spectral
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit spectralUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="spectralCoordinateType">
  <xs:annotation>
    <xs:documentation>Spectral coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="basicCoordinateType">
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="spectralUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type basicCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Basic scalar coordinate type
Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="basicCoordinateType">
  <xs:annotation>
    <xs:documentation>Basic scalar coordinate type</xs:documentation>
    <xs:documentation>Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element ref="Value" minOccurs="0"/>
        <xs:element ref="Error" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="Resolution" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="Size" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="PixSize" minOccurs="0" maxOccurs="2"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type redshiftCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Redshift coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#redshiftCoordinateType_coord_system_id EPNCore.tmp#redshiftCoordinateType_unit EPNCore.tmp#redshiftCoordinateType_vel_time_unit
Type extension of basicCoordinateType
Type hierarchy
Used by
Element Redshift
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="redshiftCoordinateType">
  <xs:annotation>
    <xs:documentation>Redshift coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="basicCoordinateType">
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astroCoordsFileType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate references to a specific FITS file
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#astroCoordsFileType_FITSFile EPNCore.tmp#astroCoordsFileType_FITSTime EPNCore.tmp#astroCoordsFileType_FITSPosition EPNCore.tmp#astroCoordsFileType_FITSVelocity EPNCore.tmp#astroCoordsFileType_FITSSpectral EPNCore.tmp#astroCoordsFileType_FITSRedshift
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , FITSFile , FITSTime{0,1} , FITSPosition{0,1} , FITSVelocity{0,1} , FITSSpectral{0,1} , FITSRedshift{0,1}
Children FITSFile, FITSPosition, FITSRedshift, FITSSpectral, FITSTime, FITSVelocity, Name
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="astroCoordsFileType">
  <xs:annotation>
    <xs:documentation>Coordinate references to a specific FITS file</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:annotation>
        <xs:documentation>Coordinate references to a specific FITS file</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="FITSFile" type="fitsType"/>
        <xs:element name="FITSTime" type="coordFITSColumnsType" minOccurs="0"/>
        <xs:element name="FITSPosition" type="coordFITSColumnsType" minOccurs="0"/>
        <xs:element name="FITSVelocity" type="coordFITSColumnsType" minOccurs="0"/>
        <xs:element name="FITSSpectral" type="coordFITSColumnsType" minOccurs="0"/>
        <xs:element name="FITSRedshift" type="coordFITSColumnsType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type fitsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Specifies a FITS file and optionally a specific HDU by HDU number or HDU name
Diagram
Diagram EPNCore.tmp#fitsType_hdu_num EPNCore.tmp#fitsType_hdu_name
Type extension of xs:anyURI
Used by
Attributes
QName Type Fixed Default Use Annotation
hdu_name xs:string optional
hdu_num xs:integer optional
Source
<xs:complexType name="fitsType">
  <xs:annotation>
    <xs:documentation>Specifies a FITS file and optionally a specific HDU by HDU number or HDU name</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="hdu_num" type="xs:integer"/>
      <xs:attribute name="hdu_name" type="xs:string"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordFITSColumnsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Refers coordinate components to specific columns in the FITS file HDU
Diagram
Diagram EPNCore.tmp#coordFITSColumnsType_Name EPNCore.tmp#coordFITSColumnsType_Value EPNCore.tmp#coordFITSColumnsType_Error EPNCore.tmp#coordFITSColumnsType_Resolution EPNCore.tmp#coordFITSColumnsType_Size EPNCore.tmp#coordFITSColumnsType_PixSize
Used by
Model Name{0,1} , Value{0,1} , Error{0,1} , Resolution{0,1} , Size{0,1} , PixSize{0,1}
Children Error, Name, PixSize, Resolution, Size, Value
Source
<xs:complexType name="coordFITSColumnsType">
  <xs:annotation>
    <xs:documentation>Refers coordinate components to specific columns in the FITS file HDU</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0"/>
    <xs:element name="Value" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The column name for the coordinate value; comma-separated if multi-dimensional</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Error" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The column name for the coordinate error; comma-separated if multi-dimensional</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Resolution" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The column name for the coordinate resolution; comma-separated if multi-dimensional</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The column name for the coordinate size; comma-separated if multi-dimensional</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PixSize" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The column name for the coordinate pixel size; comma-separated if multi-dimensional</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type orbitType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Orbit defined by six orbital elements and optional mean anomaly and period; note that the epoch of periapsis or of mean anomaly is provided by T, however, an coordinate epoch should be provided by paring this element with a time instant element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#orbitType_a EPNCore.tmp#orbitType_q EPNCore.tmp#orbitType_e EPNCore.tmp#orbitType_i EPNCore.tmp#orbitType_Node EPNCore.tmp#orbitType_Aop EPNCore.tmp#orbitType_M EPNCore.tmp#orbitType_P EPNCore.tmp#orbitType_T
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , (a | q) , e , i , Node , Aop , M{0,1} , P{0,1} , T
Children Aop, M, Name, Node, P, T, a, e, i, q
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="orbitType">
  <xs:annotation>
    <xs:documentation>Orbit defined by six orbital elements and optional mean anomaly and period; note that the epoch of periapsis or of mean anomaly is provided by T, however, an coordinate epoch should be provided by paring this element with a time instant element</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This really is a choice: provide either a or q, but not both - and a only for closed orbits</xs:documentation>
          </xs:annotation>
          <xs:element name="a" nillable="true">
            <xs:annotation>
              <xs:documentation>Semi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance q</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:complexContent>
                <xs:extension base="double1Type">
                  <xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="q" nillable="true">
            <xs:annotation>
              <xs:documentation>Periapsis distance; required (instead of a) for open orbits (e>=1)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:complexContent>
                <xs:extension base="double1Type">
                  <xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:choice>
        <xs:element name="e" type="double1Type" nillable="true">
          <xs:annotation>
            <xs:documentation>Eccentricity</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="i" nillable="true">
          <xs:annotation>
            <xs:documentation>Inclination</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="double1Type">
                <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="Node" nillable="true">
          <xs:annotation>
            <xs:documentation>Longitude of ascending node</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="double1Type">
                <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="Aop" nillable="true">
          <xs:annotation>
            <xs:documentation>Argument of periapsis</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="double1Type">
                <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="M" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Mean anomaly at time T; if absent T will refer to pericenter</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="double1Type">
                <xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="P" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Orbital period (redundant); for closed orbits only</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="double1Type">
                <xs:attribute name="unit" type="timeUnitType" use="optional" default="d"/>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="T" type="astronTimeType">
          <xs:annotation>
            <xs:documentation>Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type projectionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The spherical-to-cartesian or cartesian-to-cartesian projection to be used; c-to-c projections are marked as such, all others are to be interpreted as s-to-c
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration
Planar (i.e., linear cartesian-to-cartesian) projection
enumeration LOG
Linear-to-logarithmic cartesian-to-cartesian projection
enumeration TAN
Tangent plane projection
enumeration SIN
Sine projection
enumeration STG
Stereographic projection
enumeration ARC
Zenithal equidistant projection
enumeration ZEA
Zenithal equal-area projection
enumeration AIR
Airy projection
enumeration CEA
Cylindrical equal-area projection
enumeration CAR
Plate Carree projection
enumeration MER
Mercator projection
enumeration SFL
Sanson-Flamsteed projection
enumeration PAR
Parabolic projection
enumeration MOL
Mollweide projection
enumeration AIT
Hammer-Aitoff projection
enumeration COE
Conic equal-area projection
enumeration COD
Conic equidistant projection
enumeration COO
Conic orthomorphic projection
enumeration BON
Bonne equal-area projection
enumeration PCO
Polyconic projection
enumeration TSC
Tangential spherical cube projection
enumeration CSC
COBE quadrilateralized spherical cube projection
enumeration QSC
Quadrilateralized spherical cube projection
Used by
Source
<xs:simpleType name="projectionType">
  <xs:annotation>
    <xs:documentation>The spherical-to-cartesian or cartesian-to-cartesian projection to be used; c-to-c projections are marked as such, all others are to be interpreted as s-to-c</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="">
      <xs:annotation>
        <xs:documentation>Planar (i.e., linear cartesian-to-cartesian) projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LOG">
      <xs:annotation>
        <xs:documentation>Linear-to-logarithmic cartesian-to-cartesian projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TAN">
      <xs:annotation>
        <xs:documentation>Tangent plane projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SIN">
      <xs:annotation>
        <xs:documentation>Sine projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="STG">
      <xs:annotation>
        <xs:documentation>Stereographic projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ARC">
      <xs:annotation>
        <xs:documentation>Zenithal equidistant projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ZEA">
      <xs:annotation>
        <xs:documentation>Zenithal equal-area projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AIR">
      <xs:annotation>
        <xs:documentation>Airy projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CEA">
      <xs:annotation>
        <xs:documentation>Cylindrical equal-area projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CAR">
      <xs:annotation>
        <xs:documentation>Plate Carree projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MER">
      <xs:annotation>
        <xs:documentation>Mercator projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SFL">
      <xs:annotation>
        <xs:documentation>Sanson-Flamsteed projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PAR">
      <xs:annotation>
        <xs:documentation>Parabolic projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MOL">
      <xs:annotation>
        <xs:documentation>Mollweide projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AIT">
      <xs:annotation>
        <xs:documentation>Hammer-Aitoff projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="COE">
      <xs:annotation>
        <xs:documentation>Conic equal-area projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="COD">
      <xs:annotation>
        <xs:documentation>Conic equidistant projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="COO">
      <xs:annotation>
        <xs:documentation>Conic orthomorphic projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BON">
      <xs:annotation>
        <xs:documentation>Bonne equal-area projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PCO">
      <xs:annotation>
        <xs:documentation>Polyconic projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TSC">
      <xs:annotation>
        <xs:documentation>Tangential spherical cube projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CSC">
      <xs:annotation>
        <xs:documentation>COBE quadrilateralized spherical cube projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="QSC">
      <xs:annotation>
        <xs:documentation>Quadrilateralized spherical cube projection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type size2Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Consists of a Size (2 doubles) and optional position angle element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2 EPNCore.tmp#double2Type EPNCore.tmp#size2Type_PosAngle
Type extension of double2Type
Type hierarchy
Used by
Model C1 , C2 , PosAngle{0,1}
Children C1, C2, PosAngle
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="size2Type">
  <xs:annotation>
    <xs:documentation>Consists of a Size (2 doubles) and optional position angle element</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="double2Type">
      <xs:sequence>
        <xs:element name="PosAngle" type="posAngleType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type double2Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A vector of 2 doubles; components are now separated.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double2Type_unit EPNCore.tmp#double2Type_vel_time_unit EPNCore.tmp#double2Type_gen_unit EPNCore.tmp#double2Type_C1 EPNCore.tmp#double2Type_C2
Type extension of stcBaseType
Type hierarchy
Used by
Model C1 , C2
Children C1, C2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="double2Type">
  <xs:annotation>
    <xs:documentation>A vector of 2 doubles; components are now separated.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="C1" type="double1Type" nillable="true"/>
        <xs:element name="C2" type="double1Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
      <xs:attribute name="gen_unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type posAngleType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position angles are doubles and include optionally a unit attribute (default deg) and a reference attribute (default X)
Diagram
Diagram EPNCore.tmp#posAngleType_unit EPNCore.tmp#posAngleType_reference EPNCore.tmp#STCReference
Type extension of xs:double
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
reference posAngleReferenceType X optional
ucd xs:string optional
unit angleUnitType deg optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="posAngleType">
  <xs:annotation>
    <xs:documentation>Position angles are doubles and include optionally a unit attribute (default deg) and a reference attribute (default X)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="unit" type="angleUnitType" default="deg"/>
      <xs:attribute name="reference" type="posAngleReferenceType" default="X"/>
      <xs:attributeGroup ref="STCReference"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type posAngleReferenceType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position angles may be counted from North (through East), (positive) X (to positive Y), or (positive) Y (to positive X) axis
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration North
enumeration X
enumeration Y
Used by
Source
<xs:simpleType name="posAngleReferenceType">
  <xs:annotation>
    <xs:documentation>Position angles may be counted from North (through East), (positive) X (to positive Y), or (positive) Y (to positive X) axis</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="North"/>
    <xs:enumeration value="X"/>
    <xs:enumeration value="Y"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type double4Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A vector of 4 doubles (2x2 matrix)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double4Type_unit EPNCore.tmp#double4Type_vel_time_unit EPNCore.tmp#double4Type_gen_unit EPNCore.tmp#double4Type_M11 EPNCore.tmp#double4Type_M12 EPNCore.tmp#double4Type_M21 EPNCore.tmp#double4Type_M22
Type extension of stcBaseType
Type hierarchy
Used by
Model M11 , M12 , M21 , M22
Children M11, M12, M21, M22
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="double4Type">
  <xs:annotation>
    <xs:documentation>A vector of 4 doubles (2x2 matrix)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="M11" type="xs:double" nillable="true"/>
        <xs:element name="M12" type="xs:double" nillable="true"/>
        <xs:element name="M21" type="xs:double" nillable="true"/>
        <xs:element name="M22" type="xs:double" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
      <xs:attribute name="gen_unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type size3Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Consists of a Size (3 doubles) and optional position angle element
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3 EPNCore.tmp#double3Type EPNCore.tmp#size3Type_PosAngle1 EPNCore.tmp#size3Type_PosAngle2
Type extension of double3Type
Type hierarchy
Used by
Model C1 , C2 , C3 , PosAngle1{0,1} , PosAngle2{0,1}
Children C1, C2, C3, PosAngle1, PosAngle2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="size3Type">
  <xs:annotation>
    <xs:documentation>Consists of a Size (3 doubles) and optional position angle element</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="double3Type">
      <xs:sequence>
        <xs:element name="PosAngle1" type="posAngleType" nillable="true" minOccurs="0"/>
        <xs:element name="PosAngle2" type="posAngleType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type double3Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A vector of 3 doubles with separated components
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double3Type_unit EPNCore.tmp#double3Type_vel_time_unit EPNCore.tmp#double3Type_gen_unit EPNCore.tmp#double3Type_C1 EPNCore.tmp#double3Type_C2 EPNCore.tmp#double3Type_C3
Type extension of stcBaseType
Type hierarchy
Used by
Model C1 , C2 , C3
Children C1, C2, C3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="double3Type">
  <xs:annotation>
    <xs:documentation>A vector of 3 doubles with separated components</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="C1" type="double1Type" nillable="true"/>
        <xs:element name="C2" type="double1Type" nillable="true"/>
        <xs:element name="C3" type="double1Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
      <xs:attribute name="gen_unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type double9Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A vector of 9 doubles (3x3 matrix)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#double9Type_unit EPNCore.tmp#double9Type_vel_time_unit EPNCore.tmp#double9Type_gen_unit EPNCore.tmp#double9Type_M11 EPNCore.tmp#double9Type_M12 EPNCore.tmp#double9Type_M13 EPNCore.tmp#double9Type_M21 EPNCore.tmp#double9Type_M22 EPNCore.tmp#double9Type_M23 EPNCore.tmp#double9Type_M31 EPNCore.tmp#double9Type_M32 EPNCore.tmp#double9Type_M33
Type extension of stcBaseType
Type hierarchy
Used by
Model M11 , M12 , M13 , M21 , M22 , M23 , M31 , M32 , M33
Children M11, M12, M13, M21, M22, M23, M31, M32, M33
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
gen_unit unitType optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="double9Type">
  <xs:annotation>
    <xs:documentation>A vector of 9 doubles (3x3 matrix)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="M11" type="xs:double" nillable="true"/>
        <xs:element name="M12" type="xs:double" nillable="true"/>
        <xs:element name="M13" type="xs:double" nillable="true"/>
        <xs:element name="M21" type="xs:double" nillable="true"/>
        <xs:element name="M22" type="xs:double" nillable="true"/>
        <xs:element name="M23" type="xs:double" nillable="true"/>
        <xs:element name="M31" type="xs:double" nillable="true"/>
        <xs:element name="M32" type="xs:double" nillable="true"/>
        <xs:element name="M33" type="xs:double" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
      <xs:attribute name="gen_unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type cart1DRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart1DRefFrameType_id EPNCore.tmp#cart1DRefFrameType_projection EPNCore.tmp#cart1DRefFrameType_Scale
Type extension of coordRefFrameType
Type hierarchy
Used by
Model Name{0,1} , Scale
Children Name, Scale
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="cart1DRefFrameType">
  <xs:annotation>
    <xs:documentation>A custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordRefFrameType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Define coordinate reference frame from scratch;basically a 1-D scaling</xs:documentation>
        </xs:annotation>
        <xs:element name="Scale" type="double1Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="id" type="xs:ID" use="optional"/>
      <xs:attribute name="projection" type="projectionType" use="optional" default=""/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type cart2DRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart2DRefFrameType_id EPNCore.tmp#cart2DRefFrameType_projection EPNCore.tmp#CTransform2
Type extension of coordRefFrameType
Type hierarchy
Used by
Model Name{0,1} , CTransform2
Children CTransform2, Name
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="cart2DRefFrameType">
  <xs:annotation>
    <xs:documentation>A custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordRefFrameType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Define coordinate reference frame from scratch;basically a transformation from a known coordinate frame</xs:documentation>
        </xs:annotation>
        <xs:element ref="CTransform2"/>
      </xs:sequence>
      <xs:attribute name="id" type="xs:ID" use="optional"/>
      <xs:attribute name="projection" type="projectionType" use="optional" default=""/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type cart3DRefFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A custom space reference frame type defined through a 3-D Cartesian mapping (rotate and scale)
Diagram
Diagram EPNCore.tmp#coordRefFrameType_ref_frame_id EPNCore.tmp#coordRefFrameType_Name EPNCore.tmp#coordRefFrameType EPNCore.tmp#cart3DRefFrameType_id EPNCore.tmp#cart3DRefFrameType_projection EPNCore.tmp#CTransform3
Type extension of coordRefFrameType
Type hierarchy
Used by
Model Name{0,1} , CTransform3
Children CTransform3, Name
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
projection projectionType optional
ref_frame_id xs:IDREF optional
Source
<xs:complexType name="cart3DRefFrameType">
  <xs:annotation>
    <xs:documentation>A custom space reference frame type defined through a 3-D Cartesian mapping (rotate and scale)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordRefFrameType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Define coordinate reference frame from scratch;basically a transformation from a known coordinate frame</xs:documentation>
        </xs:annotation>
        <xs:element ref="CTransform3"/>
      </xs:sequence>
      <xs:attribute name="id" type="xs:ID" use="optional"/>
      <xs:attribute name="projection" type="projectionType" use="optional" default=""/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type planetaryEphemType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
If solar system positions are implied anywhere, the planetary ephemeris to be used needs to be provided - usually JPL-DE405 with ICRS and JPL-DE200 with FK5
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration JPL-DE200
enumeration JPL-DE405
Used by
Source
<xs:simpleType name="planetaryEphemType">
  <xs:annotation>
    <xs:documentation>If solar system positions are implied anywhere, the planetary ephemeris to be used needs to be provided - usually JPL-DE405 with ICRS and JPL-DE200 with FK5</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="JPL-DE200"/>
    <xs:enumeration value="JPL-DE405"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type stdRefPosType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for standard reference positions
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#stdRefPosType_PlanetaryEphem
Type extension of referencePositionType
Type hierarchy
Used by
Model PlanetaryEphem{0,1}
Children PlanetaryEphem
Source
<xs:complexType name="stdRefPosType">
  <xs:annotation>
    <xs:documentation>Type for standard reference positions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="referencePositionType">
      <xs:sequence>
        <xs:element name="PlanetaryEphem" type="planetaryEphemType" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type genericRefPosType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for custom positions: specifies reference origin
Diagram
Diagram EPNCore.tmp#referencePositionType EPNCore.tmp#GenCoordinate
Type extension of referencePositionType
Type hierarchy
Model GenCoordinate
Children GenCoordinate
Source
<xs:complexType name="genericRefPosType">
  <xs:annotation>
    <xs:documentation>Type for custom positions: specifies reference origin</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="referencePositionType">
      <xs:sequence>
        <xs:element ref="GenCoordinate"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type healpixType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D Healpix coordinates; defaults for H(4) and K(3)
Diagram
Diagram EPNCore.tmp#coordFlavorType_coord_naxes EPNCore.tmp#coordFlavorType_handedness EPNCore.tmp#coordFlavorType EPNCore.tmp#healpixType_healpix_H EPNCore.tmp#healpixType_healpix_K
Type extension of coordFlavorType
Type hierarchy
Used by
Element HEALPIX
Attributes
QName Type Fixed Default Use Annotation
coord_naxes restriction of xs:integer 2 optional
handedness restriction of xs:string optional
healpix_H xs:integer 4 optional
healpix_K xs:integer 3 optional
Source
<xs:complexType name="healpixType">
  <xs:annotation>
    <xs:documentation>2-D Healpix coordinates; defaults for H(4) and K(3)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordFlavorType">
      <xs:attribute name="healpix_H" type="xs:integer" default="4"/>
      <xs:attribute name="healpix_K" type="xs:integer" default="3"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A pixel coordinate frame (which may be 1-D, 2-D, or 3-D) consists of a coordinate frame, a reference position, a flavor, a reference pixel array and the order in which the pixel axes appear in the pixel array
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#CoordRefFrame EPNCore.tmp#CoordRefPos EPNCore.tmp#CoordFlavor EPNCore.tmp#genericCoordFrameType EPNCore.tmp#pixelFrameType_axis1_order EPNCore.tmp#pixelFrameType_axis2_order EPNCore.tmp#pixelFrameType_axis3_order EPNCore.tmp#pixelFrameType_ref_frame_id EPNCore.tmp#pixelFrameType_ReferencePixel
Type extension of genericCoordFrameType
Type hierarchy
Used by
Element PixelCoordFrame
Model Name{0,1} , CoordRefFrame{0,1} , CoordRefPos{0,1} , CoordFlavor , ReferencePixel{0,1}
Children CoordFlavor, CoordRefFrame, CoordRefPos, Name, ReferencePixel
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
axis1_order xs:integer required
axis2_order xs:integer optional
axis3_order xs:integer optional
id xs:ID optional
idref xs:IDREF optional
ref_frame_id xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelFrameType">
  <xs:annotation>
    <xs:documentation>A pixel coordinate frame (which may be 1-D, 2-D, or 3-D) consists of a coordinate frame, a reference position, a flavor, a reference pixel array and the order in which the pixel axes appear in the pixel array</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="genericCoordFrameType">
      <xs:sequence>
        <xs:element name="ReferencePixel" type="pixelType" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="axis1_order" type="xs:integer" use="required"/>
      <xs:attribute name="axis2_order" type="xs:integer"/>
      <xs:attribute name="axis3_order" type="xs:integer"/>
      <xs:attribute name="ref_frame_id" type="xs:IDREF"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A type that just holds a 1-3D pixel value
Diagram
Diagram EPNCore.tmp#Pixel
Used by
Model Pixel
Children Pixel
Source
<xs:complexType name="pixelType">
  <xs:annotation>
    <xs:documentation>A type that just holds a 1-3D pixel value</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Pixel"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spaceFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A spatial coordinate frame consists of a coordinate frame, a reference position, a flavor, and, optionally, an offset center
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#SpaceRefFrame EPNCore.tmp#ReferencePosition EPNCore.tmp#spaceFrameType_OffsetCenter EPNCore.tmp#CoordFlavor
Type extension of coordFrameType
Type hierarchy
Used by
Element SpaceFrame
Model Name{0,1} , SpaceRefFrame , ReferencePosition , OffsetCenter{0,1} , CoordFlavor
Children CoordFlavor, Name, OffsetCenter, ReferencePosition, SpaceRefFrame
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="spaceFrameType">
  <xs:annotation>
    <xs:documentation>A spatial coordinate frame consists of a coordinate frame, a reference position, a flavor, and, optionally, an offset center</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordFrameType">
      <xs:sequence>
        <xs:element ref="SpaceRefFrame">
          <xs:annotation>
            <xs:documentation>Coordinate reference frame: optional equinox with either a standard reference system (ICRS, FK5, FK4) and optional standard pole (equatorial, ecliptic, galactic, etc.), or pole (positive Z-axis) and positive X-axis direction</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="ReferencePosition">
          <xs:annotation>
            <xs:documentation>Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate system</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="OffsetCenter" type="coordValueType" minOccurs="0"/>
        <xs:element ref="CoordFlavor">
          <xs:annotation>
            <xs:documentation>Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordValueType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A type that just holds a 1-3D coordinate value; see comment in the CoordValue head element
Diagram
Diagram EPNCore.tmp#CoordValue
Used by
Model CoordValue
Children CoordValue
Source
<xs:complexType name="coordValueType">
  <xs:annotation>
    <xs:documentation>A type that just holds a 1-3D coordinate value; see comment in the CoordValue head element</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="CoordValue"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type timeFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The time reference frame consists of a timescale, a reference position, and optionally a reference direction (needed when transformations have been applied)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#timeFrameType_TimeScale EPNCore.tmp#ReferencePosition EPNCore.tmp#timeFrameType_TimeRefDirection
Type extension of coordFrameType
Type hierarchy
Used by
Element TimeFrame
Model Name{0,1} , TimeScale , ReferencePosition , TimeRefDirection{0,1}
Children Name, ReferencePosition, TimeRefDirection, TimeScale
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="timeFrameType">
  <xs:annotation>
    <xs:documentation>The time reference frame consists of a timescale, a reference position, and optionally a reference direction (needed when transformations have been applied)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordFrameType">
      <xs:sequence>
        <xs:element name="TimeScale" type="timeScaleType" default="TT" nillable="true">
          <xs:annotation>
            <xs:documentation>The time reference frame consists of a time scale, a time format, and a reference time, if needed</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="ReferencePosition">
          <xs:annotation>
            <xs:documentation>Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate system</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="TimeRefDirection" type="astroCoordsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spectralFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains the spectral frame reference position
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#ReferencePosition
Type extension of coordFrameType
Type hierarchy
Used by
Element SpectralFrame
Model Name{0,1} , ReferencePosition
Children Name, ReferencePosition
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="spectralFrameType">
  <xs:annotation>
    <xs:documentation>Contains the spectral frame reference position</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordFrameType">
      <xs:sequence>
        <xs:element ref="ReferencePosition">
          <xs:annotation>
            <xs:documentation>The reference frame for the spectral scale; note presence of LSR</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type dopplerDefinitionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration OPTICAL
enumeration RADIO
enumeration RELATIVISTIC
Used by
Source
<xs:simpleType name="dopplerDefinitionType">
  <xs:annotation>
    <xs:documentation>The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="OPTICAL"/>
    <xs:enumeration value="RADIO"/>
    <xs:enumeration value="RELATIVISTIC"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type redshiftFrameType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordFrameType_Name EPNCore.tmp#coordFrameType EPNCore.tmp#redshiftFrameType_value_type EPNCore.tmp#redshiftFrameType_DopplerDefinition EPNCore.tmp#ReferencePosition
Type extension of coordFrameType
Type hierarchy
Used by
Element RedshiftFrame
Model Name{0,1} , DopplerDefinition , ReferencePosition
Children DopplerDefinition, Name, ReferencePosition
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
value_type restriction of xs:string VELOCITY optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="redshiftFrameType">
  <xs:annotation>
    <xs:documentation>Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordFrameType">
      <xs:sequence>
        <xs:element name="DopplerDefinition" type="dopplerDefinitionType" nillable="true">
          <xs:annotation>
            <xs:documentation>The Doppler definition used: optical, radio, or pseudo-relativistic (i.e., how is a redshift converted to a velocity); the most common is optical, except when the reference is LSR (usually radio)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="ReferencePosition">
          <xs:annotation>
            <xs:documentation>The reference frame for the Doppler velocities or redshfts; note presence of LSR</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="value_type" use="optional" default="VELOCITY">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="VELOCITY"/>
            <xs:enumeration value="REDSHIFT"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordSysType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Coordinate system definition: a collection of coordinate frames
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame
Type extension of stcBaseType
Type hierarchy
Used by
Model CoordFrame*
Children CoordFrame
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordSysType">
  <xs:annotation>
    <xs:documentation>Coordinate system definition: a collection of coordinate frames</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:annotation>
        <xs:documentation>A CoordSys consists of at least one coordinate frames; unfortunately, schema inheritance and polymorphism doesn't allow us to specify this in the most genarl way</xs:documentation>
      </xs:annotation>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="CoordFrame" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astroCoordSystemType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The astronomical 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
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame EPNCore.tmp#coordSysType EPNCore.tmp#TimeFrame EPNCore.tmp#SpaceFrame EPNCore.tmp#SpectralFrame EPNCore.tmp#RedshiftFrame
Type extension of coordSysType
Type hierarchy
Used by
Model CoordFrame* , TimeFrame{0,1} , SpaceFrame{0,1} , SpectralFrame{0,1} , RedshiftFrame{0,1}
Children CoordFrame, RedshiftFrame, SpaceFrame, SpectralFrame, TimeFrame
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="astroCoordSystemType">
  <xs:annotation>
    <xs:documentation>The astronomical 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:extension base="coordSysType">
      <xs:sequence>
        <xs:element ref="TimeFrame" minOccurs="0"/>
        <xs:element ref="SpaceFrame" minOccurs="0"/>
        <xs:element ref="SpectralFrame" minOccurs="0"/>
        <xs:element ref="RedshiftFrame" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelCoordSystemType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The pixel coordinate system definition
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#CoordFrame EPNCore.tmp#coordSysType EPNCore.tmp#PixelCoordFrame
Type extension of coordSysType
Type hierarchy
Used by
Model CoordFrame* , PixelCoordFrame
Children CoordFrame, PixelCoordFrame
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelCoordSystemType">
  <xs:annotation>
    <xs:documentation>The pixel coordinate system definition</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordSysType">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="PixelCoordFrame"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type isoTimeType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
ISO8601 time; note: only a limited subset of ISO 8601 is allowed: yyyy-mm-ddThh:mm:ss.sss...; unfortunately, XSchema does not allow hh, mm, or ss to be optional, ".ss" is.
Diagram
Diagram EPNCore.tmp#STCReference
Type extension of xs:dateTime
Used by
Element ISOTime
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="isoTimeType">
  <xs:annotation>
    <xs:documentation>ISO8601 time; note: only a limited subset of ISO 8601 is allowed: yyyy-mm-ddThh:mm:ss.sss...; unfortunately, XSchema does not allow hh, mm, or ss to be optional, ".ss" is.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:dateTime">
      <xs:attributeGroup ref="STCReference"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type jdTimeType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A decimal type for JD and MJD, with optional referencing
Diagram
Diagram EPNCore.tmp#STCReference
Type extension of xs:decimal
Used by
Elements JDTime, MJDTime
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="jdTimeType">
  <xs:annotation>
    <xs:documentation>A decimal type for JD and MJD, with optional referencing</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:decimal">
      <xs:attributeGroup ref="STCReference"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type relocatableOriginType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration RELOCATABLE
Used by
Element TimeOrigin
Source
<xs:simpleType name="relocatableOriginType">
  <xs:restriction base="xs:string">
    <xs:annotation>
      <xs:documentation>A relocatable time origin for simulations</xs:documentation>
    </xs:annotation>
    <xs:enumeration value="RELOCATABLE"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type curve2Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A curve in 2-D space, defined by its end points and a shape attribute (default: line or great circle)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#curve2Type_curve_shape EPNCore.tmp#curve2Type_P1 EPNCore.tmp#curve2Type_P2
Type extension of stcBaseType
Type hierarchy
Used by
Element Curve2
Model P1 , P2
Children P1, P2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
curve_shape xs:string line optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="curve2Type">
  <xs:annotation>
    <xs:documentation>A curve in 2-D space, defined by its end points and a shape attribute (default: line or great circle)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="P1" type="double2Type" nillable="true"/>
        <xs:element name="P2" type="double2Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="curve_shape" type="xs:string" use="optional" default="line"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type curve3Type
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A curve in 3-D space, defined by its end points and a shape attribute (default: line or great circle)
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#curve3Type_curve_shape EPNCore.tmp#curve3Type_P1 EPNCore.tmp#curve3Type_P2
Type extension of stcBaseType
Type hierarchy
Used by
Element Curve3
Model P1 , P2
Children P1, P2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
curve_shape xs:string line optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="curve3Type">
  <xs:annotation>
    <xs:documentation>A curve in 3-D space, defined by its end points and a shape attribute (default: line or great circle)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence>
        <xs:element name="P1" type="double3Type" nillable="true"/>
        <xs:element name="P2" type="double3Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="curve_shape" type="xs:string" use="optional" default="line"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelVector1CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Scalar pixel coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value
Type extension of coordinateType
Type hierarchy
Used by
Element Pixel1D
Model Name{0,1} , Value{0,1}
Children Name, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelVector1CoordinateType">
  <xs:annotation>
    <xs:documentation>Scalar pixel coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element ref="Value" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type vector2CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D coordinate type
Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="vector2CoordinateType">
  <xs:annotation>
    <xs:documentation>2-D coordinate type</xs:documentation>
    <xs:documentation>Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="Name1" type="xs:string" minOccurs="0"/>
        <xs:element name="Name2" type="xs:string" minOccurs="0"/>
        <xs:element ref="CValue2" minOccurs="0"/>
        <xs:element ref="CError2" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CResolution2" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CSize2" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CPixSize2" minOccurs="0" maxOccurs="2"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelVector2CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D pixel coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#pixelVector2CoordinateType_Name1 EPNCore.tmp#pixelVector2CoordinateType_Name2 EPNCore.tmp#Value2
Type extension of coordinateType
Type hierarchy
Used by
Element Pixel2D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Value2{0,1}
Children Name, Name1, Name2, Value2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelVector2CoordinateType">
  <xs:annotation>
    <xs:documentation>2-D pixel coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="Name1" type="xs:string" minOccurs="0"/>
        <xs:element name="Name2" type="xs:string" minOccurs="0"/>
        <xs:element ref="Value2" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type vector3CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D coordinate type
Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="vector3CoordinateType">
  <xs:annotation>
    <xs:documentation>3-D coordinate type</xs:documentation>
    <xs:documentation>Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="Name1" type="xs:string" minOccurs="0"/>
        <xs:element name="Name2" type="xs:string" minOccurs="0"/>
        <xs:element name="Name3" type="xs:string" minOccurs="0"/>
        <xs:element ref="CValue3" minOccurs="0"/>
        <xs:element ref="CError3" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CResolution3" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CSize3" minOccurs="0" maxOccurs="2"/>
        <xs:element ref="CPixSize3" minOccurs="0" maxOccurs="2"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelVector3CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D pixel coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#pixelVector3CoordinateType_Name1 EPNCore.tmp#pixelVector3CoordinateType_Name2 EPNCore.tmp#pixelVector3CoordinateType_Name3 EPNCore.tmp#Value3
Type extension of coordinateType
Type hierarchy
Used by
Element Pixel3D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , Value3{0,1}
Children Name, Name1, Name2, Name3, Value3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelVector3CoordinateType">
  <xs:annotation>
    <xs:documentation>3-D pixel coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="Name1" type="xs:string" minOccurs="0"/>
        <xs:element name="Name2" type="xs:string" minOccurs="0"/>
        <xs:element name="Name3" type="xs:string" minOccurs="0"/>
        <xs:element ref="Value3" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type stringCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic string coordinate type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#stringCoordinateType_unit EPNCore.tmp#stringCoordinateType_Value
Type extension of coordinateType
Type hierarchy
Used by
Model Name{0,1} , Value
Children Name, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="stringCoordinateType">
  <xs:annotation>
    <xs:documentation>Generic string coordinate type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordinateType">
      <xs:sequence>
        <xs:element name="Value" type="xs:string"/>
      </xs:sequence>
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type scalarCoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic scalar coordinate type: a basic scalar coordinate with units
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#scalarCoordinateType_unit
Type extension of basicCoordinateType
Type hierarchy
Used by
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="scalarCoordinateType">
  <xs:annotation>
    <xs:documentation>Generic scalar coordinate type: a basic scalar coordinate with units</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="basicCoordinateType">
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type genVector2CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic 2-D coordinate type
Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#genVector2CoordinateType_unit
Type extension of vector2CoordinateType
Type hierarchy
Used by
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="genVector2CoordinateType">
  <xs:annotation>
    <xs:documentation>Generic 2-D coordinate type</xs:documentation>
    <xs:documentation>Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vector2CoordinateType">
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type genVector3CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generic 3-D coordinate type
Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#genVector3CoordinateType_unit
Type extension of vector3CoordinateType
Type hierarchy
Used by
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="genVector3CoordinateType">
  <xs:annotation>
    <xs:documentation>Generic 3-D coordinate type</xs:documentation>
    <xs:documentation>Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vector3CoordinateType">
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type posVector1CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position scalar coordinate type; sibling of basicCoordinateType
Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#posVector1CoordinateType_coord_system_id EPNCore.tmp#posVector1CoordinateType_unit
Type extension of basicCoordinateType
Type hierarchy
Used by
Complex Type velVector1CoordinateType
Element Position1D
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="posVector1CoordinateType">
  <xs:annotation>
    <xs:documentation>Position scalar coordinate type; sibling of basicCoordinateType</xs:documentation>
    <xs:documentation>Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="basicCoordinateType">
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type posVector2CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position 2-D coordinate type
Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#posVector2CoordinateType_coord_system_id EPNCore.tmp#posVector2CoordinateType_unit
Type extension of vector2CoordinateType
Type hierarchy
Used by
Complex Type velVector2CoordinateType
Element Position2D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="posVector2CoordinateType">
  <xs:annotation>
    <xs:documentation>Position 2-D coordinate type</xs:documentation>
    <xs:documentation>Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vector2CoordinateType">
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type posVector3CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Position 3-D coordinate type
Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#posVector3CoordinateType_coord_system_id EPNCore.tmp#posVector3CoordinateType_unit
Type extension of vector3CoordinateType
Type hierarchy
Used by
Complex Type velVector3CoordinateType
Element Position3D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="posVector3CoordinateType">
  <xs:annotation>
    <xs:documentation>Position 3-D coordinate type</xs:documentation>
    <xs:documentation>Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vector3CoordinateType">
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velVector1CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Velocity scalar coordinate type; sibling of basicCoordinateType
Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#Value EPNCore.tmp#Error EPNCore.tmp#Resolution EPNCore.tmp#Size EPNCore.tmp#PixSize EPNCore.tmp#basicCoordinateType EPNCore.tmp#posVector1CoordinateType_coord_system_id EPNCore.tmp#posVector1CoordinateType_unit EPNCore.tmp#posVector1CoordinateType EPNCore.tmp#velVector1CoordinateType_vel_time_unit
Type extension of posVector1CoordinateType
Type hierarchy
Used by
Element Velocity1D
Model Name{0,1} , Value{0,1} , Error{0,2} , Resolution{0,2} , Size{0,2} , PixSize{0,2}
Children Error, Name, PixSize, Resolution, Size, Value
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velVector1CoordinateType">
  <xs:annotation>
    <xs:documentation>Velocity scalar coordinate type; sibling of basicCoordinateType</xs:documentation>
    <xs:documentation>Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="posVector1CoordinateType">
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velVector2CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Velocity 2-D coordinate type
Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector2CoordinateType_Name1 EPNCore.tmp#vector2CoordinateType_Name2 EPNCore.tmp#CValue2 EPNCore.tmp#CError2 EPNCore.tmp#CResolution2 EPNCore.tmp#CSize2 EPNCore.tmp#CPixSize2 EPNCore.tmp#vector2CoordinateType EPNCore.tmp#posVector2CoordinateType_coord_system_id EPNCore.tmp#posVector2CoordinateType_unit EPNCore.tmp#posVector2CoordinateType EPNCore.tmp#velVector2CoordinateType_vel_time_unit
Type extension of posVector2CoordinateType
Type hierarchy
Used by
Element Velocity2D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , CValue2{0,1} , CError2{0,2} , CResolution2{0,2} , CSize2{0,2} , CPixSize2{0,2}
Children CError2, CPixSize2, CResolution2, CSize2, CValue2, Name, Name1, Name2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velVector2CoordinateType">
  <xs:annotation>
    <xs:documentation>Velocity 2-D coordinate type</xs:documentation>
    <xs:documentation>Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="posVector2CoordinateType">
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velVector3CoordinateType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Velocity 3-D coordinate type
Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordinateType_frame_id EPNCore.tmp#coordinateType_Name EPNCore.tmp#coordinateType EPNCore.tmp#vector3CoordinateType_Name1 EPNCore.tmp#vector3CoordinateType_Name2 EPNCore.tmp#vector3CoordinateType_Name3 EPNCore.tmp#CValue3 EPNCore.tmp#CError3 EPNCore.tmp#CResolution3 EPNCore.tmp#CSize3 EPNCore.tmp#CPixSize3 EPNCore.tmp#vector3CoordinateType EPNCore.tmp#posVector3CoordinateType_coord_system_id EPNCore.tmp#posVector3CoordinateType_unit EPNCore.tmp#posVector3CoordinateType EPNCore.tmp#velVector3CoordinateType_vel_time_unit
Type extension of posVector3CoordinateType
Type hierarchy
Used by
Element Velocity3D
Model Name{0,1} , Name1{0,1} , Name2{0,1} , Name3{0,1} , CValue3{0,1} , CError3{0,2} , CResolution3{0,2} , CSize3{0,2} , CPixSize3{0,2}
Children CError3, CPixSize3, CResolution3, CSize3, CValue3, Name, Name1, Name2, Name3
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
frame_id xs:IDREF optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velVector3CoordinateType">
  <xs:annotation>
    <xs:documentation>Velocity 3-D coordinate type</xs:documentation>
    <xs:documentation>Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="posVector3CoordinateType">
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelCoordsType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The pixel coordinates type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordsType_coord_system_id EPNCore.tmp#GenCoordinate EPNCore.tmp#coordsType EPNCore.tmp#Pixel
Type extension of coordsType
Type hierarchy
Used by
Element PixelCoords
Model GenCoordinate , Pixel
Children GenCoordinate, Pixel
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelCoordsType">
  <xs:annotation>
    <xs:documentation>The pixel coordinates type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordsType">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="Pixel"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type regionAreaType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Element to hold the area of a Region, once calculated; the element holds the actual area, linearAreaUnit the linear units of the of the area (i.e., it should be squared to get the proper units of the area), and validArea indicates whether the area has been calculated properly.
Diagram
Diagram EPNCore.tmp#regionAreaType_linearAreaUnit EPNCore.tmp#regionAreaType_validArea
Type extension of xs:double
Used by
Element regionType/Area
Attributes
QName Type Fixed Default Use Annotation
linearAreaUnit posUnitType required
validArea xs:boolean required
Source
<xs:complexType name="regionAreaType">
  <xs:annotation>
    <xs:documentation>Element to hold the area of a Region, once calculated; the element holds the actual area, linearAreaUnit the linear units of the of the area (i.e., it should be squared to get the proper units of the area), and validArea indicates whether the area has been calculated properly.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="linearAreaUnit" type="posUnitType" use="required"/>
      <xs:attribute name="validArea" type="xs:boolean" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type regionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract region type; a Region is a Shape or the result of a Region Operation involving one or more Regions
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area
Type extension of spatialIntervalType
Type hierarchy
Used by
Model Area{0,1}
Children Area
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="regionType">
  <xs:annotation>
    <xs:documentation>Abstract region type; a Region is a Shape or the result of a Region Operation involving one or more Regions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="Area" type="regionAreaType" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="note" type="xs:string" use="optional"/>
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spatialIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract spatial interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit
Type extension of coordIntervalType
Type hierarchy
Properties
abstract: true
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="spatialIntervalType" abstract="true">
  <xs:annotation>
    <xs:documentation>Abstract spatial interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:attribute name="epoch" type="xs:decimal" use="optional"/>
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstact coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id
Type extension of stcBaseType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordIntervalType">
  <xs:annotation>
    <xs:documentation>Abstact coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:attribute name="lo_include" type="xs:boolean" default="true">
        <xs:annotation>
          <xs:documentation>Limit to be included?</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="hi_include" type="xs:boolean" default="true">
        <xs:annotation>
          <xs:documentation>Limit to be included?</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="fill_factor" type="xs:float" use="optional" default="1.0">
        <xs:annotation>
          <xs:documentation>Fraction of interval that is occupied by data</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="frame_id" type="xs:IDREF" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type shapeType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Shape is the abstract type that is the building block of regions; in real life it needs to be replaced by a concrete shape
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType
Type extension of regionType
Type hierarchy
Used by
Model Area{0,1}
Children Area
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="shapeType">
  <xs:annotation>
    <xs:documentation>Shape is the abstract type that is the building block of regions; in real life it needs to be replaced by a concrete shape</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="regionType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type allSkyType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
AllSky type: just a shape without any child elements
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType
Type extension of shapeType
Type hierarchy
Used by
Elements AllSky, AllSky2
Model Area{0,1}
Children Area
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="allSkyType">
  <xs:annotation>
    <xs:documentation>AllSky type: just a shape without any child elements</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type circleType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Circle shape: center and radius
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#circleType_Center EPNCore.tmp#circleType_Radius
Type extension of shapeType
Type hierarchy
Used by
Elements Circle, Circle2
Model Area{0,1} , Center , Radius
Children Area, Center, Radius
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="circleType">
  <xs:annotation>
    <xs:documentation>Circle shape: center and radius</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Center" type="double2Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The coordinates of the circle's center</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Radius" type="double1Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The radius of the circle</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type ellipseType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Ellipse shape: center, semi-major, semi-minor axis and position angle; in spherical coordinates defined as the shape cut out of the sphere by a cone with elliptical cross-section
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#ellipseType_Center EPNCore.tmp#ellipseType_SemiMajorAxis EPNCore.tmp#ellipseType_SemiMinorAxis EPNCore.tmp#ellipseType_PosAngle
Type extension of shapeType
Type hierarchy
Used by
Elements Ellipse, Ellipse2
Model Area{0,1} , Center , SemiMajorAxis , SemiMinorAxis , PosAngle
Children Area, Center, PosAngle, SemiMajorAxis, SemiMinorAxis
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="ellipseType">
  <xs:annotation>
    <xs:documentation>Ellipse shape: center, semi-major, semi-minor axis and position angle; in spherical coordinates defined as the shape cut out of the sphere by a cone with elliptical cross-section</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Center" type="double2Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The coordinates of the circle's center</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SemiMajorAxis" type="double1Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The radius of the circle</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SemiMinorAxis" type="double1Type" nillable="true">
          <xs:annotation>
            <xs:documentation>Half the minor axis of the ellipse, in radius_unit</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PosAngle" type="posAngleType" nillable="true">
          <xs:annotation>
            <xs:documentation>Position angle of major axis (Radius).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type smallCircleType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
smallCircleType indicates in polygons that side is along small circle; with optional pole
Diagram
Diagram EPNCore.tmp#smallCircleType_Pole
Used by
Model Pole{0,1}
Children Pole
Source
<xs:complexType name="smallCircleType">
  <xs:annotation>
    <xs:documentation>smallCircleType indicates in polygons that side is along small circle; with optional pole</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Pole" type="double2Type" nillable="true" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type vertexType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Vertex is a position with optional SmallCircle element; the SmallCircle element indicates that the polygon side formed by that vertex and its predecessor vertex is a small circle, rather than a great circle; SmallCircle has no meaning in Cartesian coordinates
Diagram
Diagram EPNCore.tmp#vertexType_Position EPNCore.tmp#vertexType_SmallCircle
Used by
Model Position , SmallCircle{0,1}
Children Position, SmallCircle
Source
<xs:complexType name="vertexType">
  <xs:annotation>
    <xs:documentation>Vertex is a position with optional SmallCircle element; the SmallCircle element indicates that the polygon side formed by that vertex and its predecessor vertex is a small circle, rather than a great circle; SmallCircle has no meaning in Cartesian coordinates</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Position" type="double2Type" nillable="true"/>
    <xs:element name="SmallCircle" type="smallCircleType" nillable="true" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type polygonType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Polygon: one or more vertices; counter-clockwise (as seen from "inside" or from "top") encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical; a polygon may not intersect itself
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#polygonType_Vertex
Type extension of shapeType
Type hierarchy
Used by
Elements Polygon, Polygon2
Model Area{0,1} , Vertex+
Children Area, Vertex
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="polygonType">
  <xs:annotation>
    <xs:documentation>Polygon: one or more vertices; counter-clockwise (as seen from "inside" or from "top") encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical; a polygon may not intersect itself</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Vertex" type="vertexType" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>In order to form polygons, vertices are to be connected with straight line segments. In the case of spherical coordinates: greatcircle segments; if a smallCircle element si present, the vertex and its predecessor are to be connected with a smallcircle, by default in the CoordSys that is referenced; optionally, a pole may be specified (other than the CoordSys pole) that defines the smallcircle system</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type boxType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Box shape: a rectangle defined by its center and size on both dimensions; since it is a polygon, it is redundant, but simple rectangles with great circle sides are awkward to define in spherical coordinates
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#boxType_Center EPNCore.tmp#boxType_Size
Type extension of shapeType
Type hierarchy
Used by
Elements Box, Box2
Model Area{0,1} , Center , Size
Children Area, Center, Size
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="boxType">
  <xs:annotation>
    <xs:documentation>Box shape: a rectangle defined by its center and size on both dimensions; since it is a polygon, it is redundant, but simple rectangles with great circle sides are awkward to define in spherical coordinates</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Center" type="double2Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The coordinates of the box's center</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Size" type="double2Type" nillable="true">
          <xs:annotation>
            <xs:documentation>The lengths of the box's sides</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type sectorType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A sector is the counter-clockwise area between two half-lines
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#sectorType_Position EPNCore.tmp#sectorType_PosAngle1 EPNCore.tmp#sectorType_PosAngle2
Type extension of shapeType
Type hierarchy
Used by
Elements Sector, Sector2
Model Area{0,1} , Position , PosAngle1 , PosAngle2
Children Area, PosAngle1, PosAngle2, Position
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="sectorType">
  <xs:annotation>
    <xs:documentation>A sector is the counter-clockwise area between two half-lines</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Position" type="double2Type">
          <xs:annotation>
            <xs:documentation>The vertex position of the sector</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PosAngle1" type="posAngleType">
          <xs:annotation>
            <xs:documentation>The area ccw from this position angle is included</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PosAngle2" type="posAngleType">
          <xs:annotation>
            <xs:documentation>The area cw from this position angle is included</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type hsOffsetType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Diagram
Diagram
Type restriction of xs:double
Facets
maxInclusive 1.0
minInclusive -1.0
Used by
Source
<xs:simpleType name="hsOffsetType">
  <xs:restriction base="xs:double">
    <xs:minInclusive value="-1.0"/>
    <xs:maxInclusive value="1.0"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type halfspaceType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
An area on the unit sphere defined by the intersection with a plane
Diagram
Diagram EPNCore.tmp#halfspaceType_Vector EPNCore.tmp#halfspaceType_Offset
Used by
Model Vector , Offset
Children Offset, Vector
Source
<xs:complexType name="halfspaceType">
  <xs:annotation>
    <xs:documentation>An area on the unit sphere defined by the intersection with a plane</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Vector" type="double3Type" nillable="true">
      <xs:annotation>
        <xs:documentation>This needs to be a spherical coordinate vector; it is the unit vector that is normal to the plane that forms a constraint for a convex</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Offset" type="hsOffsetType">
      <xs:annotation>
        <xs:documentation>The distance along the normal vector where the constraint plane intersects that vector; if positive, the spherical sector on the far side (seen from the center) is selected; if negative, the point of intersection is in the opposite direction of the vector, resulting in more than a hemisphere; the valid range is -1.0 to +1.0</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type convexType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex polygon defined by one or more Constraints
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexType_Halfspace
Type extension of shapeType
Type hierarchy
Used by
Elements Convex, Convex2
Model Area{0,1} , Halfspace+
Children Area, Halfspace
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="convexType">
  <xs:annotation>
    <xs:documentation>A convex polygon defined by one or more Constraints</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Halfspace" type="halfspaceType" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type convexHullType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
A convex hull: the smallest convex polygon that contains all its points; in spherical coordinates all points have to be contained within a hemisphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType EPNCore.tmp#convexHullType_Point
Type extension of shapeType
Type hierarchy
Used by
Model Area{0,1} , Point+
Children Area, Point
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="convexHullType">
  <xs:annotation>
    <xs:documentation>A convex hull: the smallest convex polygon that contains all its points; in spherical coordinates all points have to be contained within a hemisphere</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType">
      <xs:sequence>
        <xs:element name="Point" type="double3Type" nillable="true" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type skyIndexType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
This is a hook for regions defined in sky indexing schemes
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#shapeType
Type extension of shapeType
Type hierarchy
Properties
abstract: true
Used by
Elements SkyIndex, SkyIndex2
Model Area{0,1}
Children Area
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="skyIndexType" abstract="true">
  <xs:annotation>
    <xs:documentation>This is a hook for regions defined in sky indexing schemes</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="shapeType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type unionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The union of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region
Type extension of regionType
Type hierarchy
Used by
Elements Union, Union2
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="unionType">
  <xs:annotation>
    <xs:documentation>The union of two or more regions is a region</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="regionType">
      <xs:sequence>
        <xs:element ref="Region" minOccurs="2" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type intersectionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The intersection of two or more regions is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region
Type extension of regionType
Type hierarchy
Used by
Model Area{0,1} , Region{2,unbounded}
Children Area, Region
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="intersectionType">
  <xs:annotation>
    <xs:documentation>The intersection of two or more regions is a region</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="regionType">
      <xs:sequence>
        <xs:element ref="Region" minOccurs="2" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type negationType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The negation of a region is a region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region
Type extension of regionType
Type hierarchy
Used by
Elements Negation, Negation2
Model Area{0,1} , Region
Children Area, Region
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="negationType">
  <xs:annotation>
    <xs:documentation>The negation of a region is a region</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="regionType">
      <xs:sequence>
        <xs:element ref="Region"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type diffType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionType_note EPNCore.tmp#regionType_coord_system_id EPNCore.tmp#regionType_Area EPNCore.tmp#regionType EPNCore.tmp#Region EPNCore.tmp#Region2
Type extension of regionType
Type hierarchy
Used by
Model Area{0,1} , Region , Region2
Children Area, Region, Region2
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
note xs:string optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="diffType">
  <xs:annotation>
    <xs:documentation>The difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="regionType">
      <xs:sequence>
        <xs:element ref="Region"/>
        <xs:element ref="Region2"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type timeIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
The time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#timeIntervalType_StartTime EPNCore.tmp#timeIntervalType_StopTime
Type extension of coordIntervalType
Type hierarchy
Used by
Model StartTime{0,1} , StopTime{0,1}
Children StartTime, StopTime
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="timeIntervalType">
  <xs:annotation>
    <xs:documentation>The time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="StartTime" type="astronTimeType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="StopTime" type="astronTimeType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>astronTime may be expressed in ISO8601 or as a double relative to a reference time</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordScalarIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Scalar coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordScalarIntervalType">
  <xs:annotation>
    <xs:documentation>Scalar coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Lower bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Upper bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coord2VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coord2VecIntervalType_LoLimit2Vec EPNCore.tmp#coord2VecIntervalType_HiLimit2Vec
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coord2VecIntervalType">
  <xs:annotation>
    <xs:documentation>2-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coord3VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coord3VecIntervalType_LoLimit3Vec EPNCore.tmp#coord3VecIntervalType_HiLimit3Vec
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coord3VecIntervalType">
  <xs:annotation>
    <xs:documentation>3-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type uCoordScalarIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Scalar coordinate interval type with units and frame_id
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoordScalarIntervalType_unit EPNCore.tmp#uCoordScalarIntervalType_LoLimit EPNCore.tmp#uCoordScalarIntervalType_HiLimit
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="uCoordScalarIntervalType">
  <xs:annotation>
    <xs:documentation>Scalar coordinate interval type with units and frame_id</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Lower bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Upper bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type uCoord2VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D coordinate interval type with units and frame_id
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoord2VecIntervalType_unit EPNCore.tmp#uCoord2VecIntervalType_LoLimit2Vec EPNCore.tmp#uCoord2VecIntervalType_HiLimit2Vec
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="uCoord2VecIntervalType">
  <xs:annotation>
    <xs:documentation>2-D coordinate interval type with units and frame_id</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type uCoord3VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D coordinate interval type with units and frame_id
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#uCoord3VecIntervalType_unit EPNCore.tmp#uCoord3VecIntervalType_LoLimit3Vec EPNCore.tmp#uCoord3VecIntervalType_HiLimit3Vec
Type extension of coordIntervalType
Type hierarchy
Used by
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit unitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="uCoord3VecIntervalType">
  <xs:annotation>
    <xs:documentation>3-D coordinate interval type with units and frame_id</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="unit" type="unitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type posScalarIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Scalar coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#posScalarIntervalType_LoLimit EPNCore.tmp#posScalarIntervalType_HiLimit
Type extension of spatialIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="posScalarIntervalType">
  <xs:annotation>
    <xs:documentation>Scalar coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Lower bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Upper bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pos2VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#pos2VecIntervalType_LoLimit2Vec EPNCore.tmp#pos2VecIntervalType_HiLimit2Vec
Type extension of spatialIntervalType
Type hierarchy
Used by
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pos2VecIntervalType">
  <xs:annotation>
    <xs:documentation>2-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pos3VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#pos3VecIntervalType_LoLimit3Vec EPNCore.tmp#pos3VecIntervalType_HiLimit3Vec
Type extension of spatialIntervalType
Type hierarchy
Used by
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pos3VecIntervalType">
  <xs:annotation>
    <xs:documentation>3-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velocityIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains a spatial velocity CoordInterval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit
Type extension of spatialIntervalType
Type hierarchy
Properties
abstract: true
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velocityIntervalType" abstract="true">
  <xs:annotation>
    <xs:documentation>Contains a spatial velocity CoordInterval</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velScalarIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Scalar coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#velScalarIntervalType_LoLimit EPNCore.tmp#velScalarIntervalType_HiLimit
Type extension of velocityIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velScalarIntervalType">
  <xs:annotation>
    <xs:documentation>Scalar coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="velocityIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Lower bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HiLimit" type="double1Type" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Upper bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type vel2VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
2-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#vel2VecIntervalType_LoLimit2Vec EPNCore.tmp#vel2VecIntervalType_HiLimit2Vec
Type extension of velocityIntervalType
Type hierarchy
Used by
Model LoLimit2Vec{0,1} , HiLimit2Vec{0,1}
Children HiLimit2Vec, LoLimit2Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="vel2VecIntervalType">
  <xs:annotation>
    <xs:documentation>2-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="velocityIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit2Vec" type="double2Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type vel3VecIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
3-D coordinate interval type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#vel3VecIntervalType_LoLimit3Vec EPNCore.tmp#vel3VecIntervalType_HiLimit3Vec
Type extension of velocityIntervalType
Type hierarchy
Used by
Model LoLimit3Vec{0,1} , HiLimit3Vec{0,1}
Children HiLimit3Vec, LoLimit3Vec
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="vel3VecIntervalType">
  <xs:annotation>
    <xs:documentation>3-D coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="velocityIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
        <xs:element name="HiLimit3Vec" type="double3Type" nillable="true" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type sphereType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines a sphere.  A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unit
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#sphereType_radius_unit EPNCore.tmp#sphereType_Radius EPNCore.tmp#sphereType_Center
Type extension of spatialIntervalType
Type hierarchy
Used by
Element Sphere
Model Radius , Center
Children Center, Radius
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
radius_unit posUnitType deg optional
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="sphereType">
  <xs:annotation>
    <xs:documentation>Defines a sphere. A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unit</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="Radius" type="double1Type" nillable="true"/>
        <xs:element name="Center" type="double3Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="radius_unit" type="posUnitType" use="optional" default="deg"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type velocitySphereType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Defines a velocity sphere
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#velocityIntervalType_vel_time_unit EPNCore.tmp#velocityIntervalType EPNCore.tmp#velocitySphereType_radius_unit EPNCore.tmp#velocitySphereType_Radius EPNCore.tmp#velocitySphereType_Center
Type extension of velocityIntervalType
Type hierarchy
Used by
Element VelocitySphere
Model Radius , Center
Children Center, Radius
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
radius_unit posUnitType deg optional
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="velocitySphereType">
  <xs:annotation>
    <xs:documentation>Defines a velocity sphere</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="velocityIntervalType">
      <xs:annotation>
        <xs:documentation>A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unit</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="Radius" type="double1Type" nillable="true"/>
        <xs:element name="Center" type="double3Type" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="radius_unit" type="posUnitType" use="optional" default="deg"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type regionFileType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Points to a Region file
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#spatialIntervalType_epoch EPNCore.tmp#spatialIntervalType_unit EPNCore.tmp#spatialIntervalType EPNCore.tmp#regionFileType_File
Type extension of spatialIntervalType
Type hierarchy
Used by
Element RegionFile
Model File
Children File
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
epoch xs:decimal optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="regionFileType">
  <xs:annotation>
    <xs:documentation>Points to a Region file</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="spatialIntervalType">
      <xs:sequence>
        <xs:element name="File" type="xs:anyURI"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type spectralIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains a 1-D spectral interval
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit EPNCore.tmp#coordScalarIntervalType EPNCore.tmp#spectralIntervalType_unit
Type extension of coordScalarIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit spectralUnitType required
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="spectralIntervalType">
  <xs:annotation>
    <xs:documentation>Contains a 1-D spectral interval</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordScalarIntervalType">
      <xs:attribute name="unit" type="spectralUnitType" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type redshiftIntervalType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Contains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocities
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordIntervalType_lo_include EPNCore.tmp#coordIntervalType_hi_include EPNCore.tmp#coordIntervalType_fill_factor EPNCore.tmp#coordIntervalType_frame_id EPNCore.tmp#coordIntervalType EPNCore.tmp#coordScalarIntervalType_LoLimit EPNCore.tmp#coordScalarIntervalType_HiLimit EPNCore.tmp#coordScalarIntervalType EPNCore.tmp#redshiftIntervalType_unit EPNCore.tmp#redshiftIntervalType_vel_time_unit
Type extension of coordScalarIntervalType
Type hierarchy
Used by
Model LoLimit{0,1} , HiLimit{0,1}
Children HiLimit, LoLimit
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
frame_id xs:IDREF optional
hi_include xs:boolean true optional
Limit to be included?
id xs:ID optional
idref xs:IDREF optional
lo_include xs:boolean true optional
Limit to be included?
ucd xs:string optional
unit posUnitType optional
vel_time_unit velTimeUnitType optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="redshiftIntervalType">
  <xs:annotation>
    <xs:documentation>Contains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocities</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordScalarIntervalType">
      <xs:attribute name="unit" type="posUnitType" use="optional"/>
      <xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type coordAreaType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generalized coordinate area type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval
Type extension of stcBaseType
Type hierarchy
Used by
Model CoordInterval
Children CoordInterval
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="coordAreaType">
  <xs:annotation>
    <xs:documentation>Generalized coordinate area type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="CoordInterval"/>
      </xs:sequence>
      <xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelCoordAreaType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Pixel area type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval EPNCore.tmp#coordAreaType EPNCore.tmp#PixelCoordInterval
Type extension of coordAreaType
Type hierarchy
Used by
Element PixelCoordArea
Model CoordInterval , PixelCoordInterval
Children CoordInterval, PixelCoordInterval
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelCoordAreaType">
  <xs:annotation>
    <xs:documentation>Pixel area type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordAreaType">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="PixelCoordInterval"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astroCoordAreaType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Astronomical area type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#coordAreaType_coord_system_id EPNCore.tmp#CoordInterval EPNCore.tmp#coordAreaType EPNCore.tmp#astroCoordAreaType_TimeInterval EPNCore.tmp#PositionInterval EPNCore.tmp#VelocityInterval EPNCore.tmp#astroCoordAreaType_SpectralInterval EPNCore.tmp#astroCoordAreaType_RedshiftInterval
Type extension of coordAreaType
Type hierarchy
Used by
Element AstroCoordArea
Model CoordInterval , TimeInterval* , PositionInterval{0,1} , VelocityInterval* , SpectralInterval* , RedshiftInterval*
Children CoordInterval, PositionInterval, RedshiftInterval, SpectralInterval, TimeInterval, VelocityInterval
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
coord_system_id xs:IDREF required
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="astroCoordAreaType">
  <xs:annotation>
    <xs:documentation>Astronomical area type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="coordAreaType">
      <xs:sequence>
        <xs:element name="TimeInterval" type="timeIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="PositionInterval" minOccurs="0"/>
        <xs:element ref="VelocityInterval" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="SpectralInterval" type="spectralIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="RedshiftInterval" type="redshiftIntervalType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type stcMetadataType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Abstract stcMetadata type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType
Type extension of stcBaseType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="stcMetadataType">
  <xs:annotation>
    <xs:documentation>Abstract stcMetadata type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcBaseType"/>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type stcDescriptionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Generalized single stcMetadata type
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea
Type extension of stcMetadataType
Type hierarchy
Used by
Model CoordSys* , Coords* , CoordArea*
Children CoordArea, CoordSys, Coords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="stcDescriptionType">
  <xs:annotation>
    <xs:documentation>Generalized single stcMetadata type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:element ref="CoordSys" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="Coords" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="CoordArea" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type astroSTCDescriptionType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for generic astronomical STC metadata, in particular Resource Profile, Search Location, Catalog Entry.
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords EPNCore.tmp#AstroCoordArea
Type restriction of stcDescriptionType
Type hierarchy
Used by
Model AstroCoordSystem , AstroCoords , AstroCoordArea
Children AstroCoordArea, AstroCoordSystem, AstroCoords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="astroSTCDescriptionType">
  <xs:annotation>
    <xs:documentation>Type for generic astronomical STC metadata, in particular Resource Profile, Search Location, Catalog Entry.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="stcDescriptionType">
      <xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="AstroCoordSystem">
            <xs:annotation>
              <xs:documentation>The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; 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:element>
        </xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="AstroCoords">
            <xs:annotation>
              <xs:documentation>AstroCoords contains information on time and spatial locations, resolution, errors, and pixelsizes (if fixed); typical best numbers are expected</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="AstroCoordArea">
            <xs:annotation>
              <xs:documentation>The coverage area of the data; the fill factor does not need to be 1.0</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type obsDataLocationType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for observational STC metadata
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#obsDataLocationType_ObservatoryLocation EPNCore.tmp#obsDataLocationType_ObservationLocation EPNCore.tmp#obsDataLocationType_PixelSpace
Type extension of stcMetadataType
Type hierarchy
Used by
Element ObsDataLocation
Model ObservatoryLocation , ObservationLocation , PixelSpace{0,1}
Children ObservationLocation, ObservatoryLocation, PixelSpace
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="obsDataLocationType">
  <xs:annotation>
    <xs:documentation>Type for observational STC metadata</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:annotation>
          <xs:documentation>Describes the spatial and temporal volume covered by an observation</xs:documentation>
        </xs:annotation>
        <xs:element name="ObservatoryLocation" type="observatoryLocationType" nillable="true">
          <xs:annotation>
            <xs:documentation>Specifies the location of the observatory during the observation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ObservationLocation" type="astroSTCDescriptionType" nillable="true">
          <xs:annotation>
            <xs:documentation>Describes the spatial and temporal coverage of the observation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PixelSpace" type="pixelSpaceType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Defines the pixel coordinate system for pixelated data</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type observatoryLocationType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for an observatory location
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords
Type restriction of stcDescriptionType
Type hierarchy
Used by
Model AstroCoordSystem , AstroCoords
Children AstroCoordSystem, AstroCoords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="observatoryLocationType">
  <xs:annotation>
    <xs:documentation>Type for an observatory location</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="stcDescriptionType">
      <xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="AstroCoordSystem"/>
        </xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="AstroCoords"/>
        </xs:sequence>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type pixelSpaceType
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type to specify a pixel space
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#CoordSys EPNCore.tmp#Coords EPNCore.tmp#CoordArea EPNCore.tmp#stcDescriptionType EPNCore.tmp#PixelCoordSystem EPNCore.tmp#PixelCoords EPNCore.tmp#PixelCoordArea
Type restriction of stcDescriptionType
Type hierarchy
Used by
Model PixelCoordSystem , PixelCoords , PixelCoordArea
Children PixelCoordArea, PixelCoordSystem, PixelCoords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="pixelSpaceType">
  <xs:annotation>
    <xs:documentation>Type to specify a pixel space</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="stcDescriptionType">
      <xs:sequence>
        <xs:element ref="PixelCoordSystem"/>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element ref="PixelCoords"/>
        </xs:sequence>
        <xs:element ref="PixelCoordArea"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type STCCoordinate
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for STC Coordinate
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords
Type extension of stcMetadataType
Type hierarchy
Model AstroCoordSystem , AstroCoords
Children AstroCoordSystem, AstroCoords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="STCCoordinate">
  <xs:annotation>
    <xs:documentation>Type for STC Coordinate</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:element ref="AstroCoordSystem"/>
        <xs:element ref="AstroCoords"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type STCCoordinateList
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for STC Coordinate List
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#AstroCoords
Type extension of stcMetadataType
Type hierarchy
Model AstroCoordSystem , AstroCoords+
Children AstroCoordSystem, AstroCoords
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="STCCoordinateList">
  <xs:annotation>
    <xs:documentation>Type for STC Coordinate List</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:element ref="AstroCoordSystem"/>
        <xs:element ref="AstroCoords" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type STCRegion
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for STC Region
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#Region
Type extension of stcMetadataType
Type hierarchy
Model AstroCoordSystem , Region
Children AstroCoordSystem, Region
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="STCRegion">
  <xs:annotation>
    <xs:documentation>Type for STC Region</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:element ref="AstroCoordSystem"/>
        <xs:element ref="Region"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Complex Type STCRegionList
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
Type for STC Region list
Diagram
Diagram EPNCore.tmp#STCReference EPNCore.tmp#stcBaseType EPNCore.tmp#stcMetadataType EPNCore.tmp#AstroCoordSystem EPNCore.tmp#Region
Type extension of stcMetadataType
Type hierarchy
Model AstroCoordSystem , Region+
Children AstroCoordSystem, Region
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:complexType name="STCRegionList">
  <xs:annotation>
    <xs:documentation>Type for STC Region list</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stcMetadataType">
      <xs:sequence>
        <xs:element ref="AstroCoordSystem"/>
        <xs:element ref="Region" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Simple Type vr:UTCTimestamp
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A timestamp that is compliant with ISO8601 but disallows
the use of a timezone indicator.
Diagram
Diagram
Type restriction of xs:dateTime
Facets
pattern \d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?
Source
<xs:simpleType name="UTCTimestamp">
  <xs:annotation>
    <xs:documentation>A timestamp that is compliant with ISO8601 but disallows the use of a timezone indicator.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:dateTime">
    <xs:pattern value="\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:UTCDateTime
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A date stamp that can be given to a precision of either a
day (type xs:date) or seconds (type
xs:dateTime)
Diagram
Diagram EPNCore.tmp#UTCTimestamp
Type union of(xs:date, vr:UTCTimestamp)
Used by
Complex Type vr:Date
Source
<xs:simpleType name="UTCDateTime">
  <xs:annotation>
    <xs:documentation>A date stamp that can be given to a precision of either a day (type xs:date) or seconds (type xs:dateTime)</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:date vr:UTCTimestamp"/>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Resource
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
Any entity or component of a VO application that is
describable and identifiable by a IVOA Identifier.
Diagram
Diagram EPNCore.tmp#Resource_created EPNCore.tmp#Resource_updated EPNCore.tmp#Resource_status EPNCore.tmp#Resource_validationLevel EPNCore.tmp#Resource_title EPNCore.tmp#Resource_shortName EPNCore.tmp#Resource_identifier EPNCore.tmp#Resource_curation EPNCore.tmp#Resource_content
Used by
Complex Types vr:Organisation, vr:Service
Model validationLevel* , title , shortName{0,1} , identifier , curation , content
Children content, curation, identifier, shortName, title, validationLevel
Attributes
QName Type Fixed Default Use Annotation
created xs:dateTime required
The UTC date and time this resource metadata description
was created.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
status restriction of xs:string required
a tag indicating whether this resource is believed to be still
actively maintained.
updated xs:dateTime required
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
Source
<xs:complexType name="Resource">
  <xs:annotation>
    <xs:documentation>Any entity or component of a VO application that is describable and identifiable by a IVOA Identifier.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A numeric grade describing the quality of the resource description, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.</xs:documentation>
        <xs:documentation>See vr:ValidationLevel for an explanation of the allowed levels.</xs:documentation>
        <xs:documentation>Note that when this resource is a Service, this grade applies to the core set of metadata. Capability and interface metadata, as well as the compliance of the service with the interface standard, is rated by validationLevel tag in the capability element (see the vr:Service complex type).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="title" type="xs:token">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Title</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>the full name given to the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="shortName" type="vr:ShortName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>a short name or abbreviation given to the resource.</xs:documentation>
        <xs:documentation>This name will be used where brief annotations for the resource name are required. Applications may use to refer to this resource in a compact display.</xs:documentation>
        <xs:documentation>One word or a few letters is recommended. No more than sixteen characters are allowed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="identifier" type="vr:IdentifierURI">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Identifier</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Unambiguous reference to the resource conforming to the IVOA standard for identifiers</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="curation" type="vr:Curation">
      <xs:annotation>
        <xs:documentation>Information regarding the general curation of the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="content" type="vr:Content">
      <xs:annotation>
        <xs:documentation>Information regarding the general content of the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="created" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation>The UTC date and time this resource metadata description was created.</xs:documentation>
      <xs:documentation>This timestamp must not be in the future. This time is not required to be accurate; it should be at least accurate to the day. Any insignificant time fields should be set to zero.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="updated" type="xs:dateTime" use="required">
    <xs:annotation>
      <xs:documentation>The UTC date this resource metadata description was last updated.</xs:documentation>
      <xs:documentation>This timestamp must not be in the future. This time is not required to be accurate; it should be at least accurate to the day. Any insignificant time fields should be set to zero.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="status" use="required">
    <xs:annotation>
      <xs:documentation>a tag indicating whether this resource is believed to be still actively maintained.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="active">
          <xs:annotation>
            <xs:documentation>resource is believed to be currently maintained, and its description is up to date (default).</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="inactive">
          <xs:annotation>
            <xs:documentation>resource is apparently not being maintained at the present.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="deleted">
          <xs:annotation>
            <xs:documentation>resource publisher has explicitly deleted the resource.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Validation
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
a validation stamp combining a validation level and the ID of 
the validator.
Diagram
Diagram EPNCore.tmp#ValidationLevel EPNCore.tmp#Validation_validatedBy
Type extension of vr:ValidationLevel
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
validatedBy vr:IdentifierURI required
The IVOA ID of the registry or organisation that
assigned the validation level.
Source
<xs:complexType name="Validation">
  <xs:annotation>
    <xs:documentation>a validation stamp combining a validation level and the ID of the validator.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="vr:ValidationLevel">
      <xs:attribute name="validatedBy" type="vr:IdentifierURI" use="required">
        <xs:annotation>
          <xs:documentation>The IVOA ID of the registry or organisation that assigned the validation level.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:ValidationLevel
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
the allowed values for describing the resource descriptions
and interfaces.
See the RM (v1.1, section 4) for more guidance on the use of
these values.
Diagram
Diagram
Type restriction of xs:integer
Facets
whiteSpace collapse
enumeration 0
The resource has a description that is stored in a
registry. This level does not imply a compliant
description.
enumeration 1
In addition to meeting the level 0 definition, the
resource description conforms syntactically to this
standard and to the encoding scheme used.
enumeration 2
In addition to meeting the level 1 definition, the
resource description refers to an existing resource that
has demonstrated to be functionally compliant.
enumeration 3
In addition to meeting the level 2 definition, the
resource description has been inspected by a human and
judged to comply semantically to this standard as well
as meeting any additional minimum quality criteria (e.g.,
providing values for important but non-required
metadata) set by the human inspector.
enumeration 4
In addition to meeting the level 3 definition, the
resource description meets additional quality criteria
set by the human inspector and is therefore considered
an excellent description of the resource. Consequently,
the resource is expected to be operate well as part of a
VO application or research study.
Used by
Complex Type vr:Validation
Source
<xs:simpleType name="ValidationLevel">
  <xs:annotation>
    <xs:documentation>the allowed values for describing the resource descriptions and interfaces.</xs:documentation>
    <xs:documentation>See the RM (v1.1, section 4) for more guidance on the use of these values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:whiteSpace value="collapse"/>
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation>The resource has a description that is stored in a registry. This level does not imply a compliant description.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation>In addition to meeting the level 0 definition, the resource description conforms syntactically to this standard and to the encoding scheme used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation>In addition to meeting the level 1 definition, the resource description refers to an existing resource that has demonstrated to be functionally compliant.</xs:documentation>
        <xs:documentation>When the resource is a service, it is consider to exist and functionally compliant if use of the service accessURL responds without error when used as intended by the resource. If the service is a standard one, it must also demonstrate the response is syntactically compliant with the service standard in order to be considered functionally compliant. If the resource is not a service, then the ReferenceURL must be shown to return a document without error.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation>In addition to meeting the level 2 definition, the resource description has been inspected by a human and judged to comply semantically to this standard as well as meeting any additional minimum quality criteria (e.g., providing values for important but non-required metadata) set by the human inspector.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation>In addition to meeting the level 3 definition, the resource description meets additional quality criteria set by the human inspector and is therefore considered an excellent description of the resource. Consequently, the resource is expected to be operate well as part of a VO application or research study.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:ShortName
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
a short name or abbreviation given to something.
This name will be used where brief annotations for
the resource name are required.  Applications may 
use to refer to this resource in a compact display.
One word or a few letters is recommended.  No more
than sixteen characters are allowed.
Diagram
Diagram
Type restriction of xs:token
Facets
maxLength 16
Used by
Source
<xs:simpleType name="ShortName">
  <xs:annotation>
    <xs:documentation>a short name or abbreviation given to something.</xs:documentation>
    <xs:documentation>This name will be used where brief annotations for the resource name are required. Applications may use to refer to this resource in a compact display.</xs:documentation>
    <xs:documentation>One word or a few letters is recommended. No more than sixteen characters are allowed.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:maxLength value="16"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Curation
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
Information regarding the general curation of a resource
Diagram
Diagram EPNCore.tmp#Curation_publisher EPNCore.tmp#Curation_creator EPNCore.tmp#Curation_contributor EPNCore.tmp#Curation_date EPNCore.tmp#Curation_version EPNCore.tmp#Curation_contact
Used by
Model publisher , creator* , contributor* , date* , version{0,1} , contact+
Children contact, contributor, creator, date, publisher, version
Source
<xs:complexType name="Curation">
  <xs:annotation>
    <xs:documentation>Information regarding the general curation of a resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="publisher" type="vr:ResourceName">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Publisher</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Entity (e.g. person or organisation) responsible for making the resource available</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="creator" type="vr:Creator" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Creator</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>The entity (e.g. person or organisation) primarily responsible for creating the content or constitution of the resource.</xs:documentation>
        <xs:documentation>A logo need only be provided for the first occurance. When multiple logos are supplied via multiple creator elements, the application is free to choose which to use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="contributor" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Contributor</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Entity responsible for contributions to the content of the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="date" type="vr:Date" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Date</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Date associated with an event in the life cycle of the resource.</xs:documentation>
        <xs:documentation>This will typically be associated with the creation or availability (i.e., most recent release or version) of the resource. Use the role attribute to clarify.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="version" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Label associated with creation or availablilty of a version of a resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="contact" type="vr:Contact" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Information that can be used for contacting someone with regard to this resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Creator
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
The entity (e.g. person or organisation) primarily responsible 
for creating something
Diagram
Diagram EPNCore.tmp#Creator_name EPNCore.tmp#Creator_logo
Used by
Model name , logo{0,1}
Children logo, name
Source
<xs:complexType name="Creator">
  <xs:annotation>
    <xs:documentation>The entity (e.g. person or organisation) primarily responsible for creating something</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="vr:ResourceName">
      <xs:annotation>
        <xs:documentation>the name or title of the creating person or organization</xs:documentation>
        <xs:documentation>Users of the creation should use this name in subsequent credits and acknowledgements.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="logo" type="xs:anyURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>URL pointing to a graphical logo, which may be used to help identify the information source</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Date
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram EPNCore.tmp#UTCDateTime EPNCore.tmp#Date_role
Type extension of vr:UTCDateTime
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
role xs:string representative optional
A string indicating what the date refers to.
While this vocabulary is uncontrolled, recognized strings 
include "creation", indicating the date that the resource 
itself was created, and "update", indicating when the
resource was updated last.  The default value, 
"representative", means that the date is a rough 
representation of the time coverage of the resource.
Note that this date refers to the resource; dates describing
the metadata description of the resource are handled by
the "created" and "updated" attributes of the Resource 
element.
Source
<xs:complexType name="Date">
  <xs:simpleContent>
    <xs:extension base="vr:UTCDateTime">
      <xs:attribute name="role" type="xs:string" default="representative">
        <xs:annotation>
          <xs:documentation>A string indicating what the date refers to.</xs:documentation>
          <xs:documentation>While this vocabulary is uncontrolled, recognized strings include "creation", indicating the date that the resource itself was created, and "update", indicating when the resource was updated last. The default value, "representative", means that the date is a rough representation of the time coverage of the resource.</xs:documentation>
          <xs:documentation>Note that this date refers to the resource; dates describing the metadata description of the resource are handled by the "created" and "updated" attributes of the Resource element.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Contact
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
Information that can be used for contacting someone
Diagram
Diagram EPNCore.tmp#Contact_name EPNCore.tmp#Contact_address EPNCore.tmp#Contact_email EPNCore.tmp#Contact_telephone
Used by
Model name , address{0,1} , email{0,1} , telephone{0,1}
Children address, email, name, telephone
Source
<xs:complexType name="Contact">
  <xs:annotation>
    <xs:documentation>Information that can be used for contacting someone</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="vr:ResourceName">
      <xs:annotation>
        <xs:documentation>the name or title of the contact person.</xs:documentation>
        <xs:documentation>This can be a person's name, e.g. "John P. Jones" or a group, "Archive Support Team".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="address" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>the contact mailing address</xs:documentation>
        <xs:documentation>All components of the mailing address are given in one string, e.g. "3700 San Martin Drive, Baltimore, MD 21218 USA".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="email" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>the contact email address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="telephone" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>the contact telephone number</xs:documentation>
        <xs:documentation>Complete international dialing codes should be given, e.g. "+1-410-338-1234".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Content
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
Information regarding the general content of a resource
Diagram
Diagram EPNCore.tmp#Content_subject EPNCore.tmp#Content_description EPNCore.tmp#Content_source EPNCore.tmp#Content_referenceURL EPNCore.tmp#Content_type EPNCore.tmp#Content_contentLevel EPNCore.tmp#Content_relationship
Used by
Model subject+ , description , source{0,1} , referenceURL , type* , contentLevel* , relationship*
Children contentLevel, description, referenceURL, relationship, source, subject, type
Source
<xs:complexType name="Content">
  <xs:annotation>
    <xs:documentation>Information regarding the general content of a resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="subject" type="xs:token" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Subject</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>a topic, object type, or other descriptive keywords about the resource.</xs:documentation>
        <xs:documentation>Terms for Subject should be drawn from the IAU Astronomy Thesaurus (http://msowww.anu.edu.au/library/thesaurus/).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:token">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Description</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>An account of the nature of the resource</xs:documentation>
        <xs:documentation>The description may include but is not limited to an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="source" type="vr:Source" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Source</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>a bibliographic reference from which the present resource is derived or extracted.</xs:documentation>
        <xs:documentation>This is intended to point to an article in the published literature. An ADS Bibcode is recommended as a value when available.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="referenceURL" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>URL pointing to a human-readable document describing this resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" type="vr:Type" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Type</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Nature or genre of the content of the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="contentLevel" type="vr:ContentLevel" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <vm:dcterm>Subject</vm:dcterm>
          <vm:dcterm>Subject.ContentLevel</vm:dcterm>
        </xs:appinfo>
        <xs:documentation>Description of the content level or intended audience</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="relationship" type="vr:Relationship" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>a description of a relationship to another resource.</xs:documentation>
        <xs:documentation>Because this element's type is abstract, an xsi:type must be to indicate the set of relationship types that are valid.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:Type
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Other
resource that does not fall into any of the category names
currently defined.
enumeration Archive
Collection of pointed observations
enumeration Bibliography
Collection of bibliographic reference, abstracts, and 
publications
enumeration Catalog
Collection of derived data, primarily in tabular form
enumeration Journal
Collection of scholarly publications under common editorial 
policy
enumeration Library
Collection of published materials (journals, books, etc.)
enumeration Simulation
Theoretical simulation or model
enumeration Survey
Collection of observations covering substantial and
contiguous areas of the sky
enumeration Transformation
A service that transforms data
enumeration Education
Collection of materials appropriate for educational use, such
as teaching resources, curricula, etc.
enumeration Outreach
Collection of materials appropriate for public outreach, such
as press releases and photo galleries
enumeration EPOResource
Collection of materials that may be suitable for EPO
products but which are not in final product form, as in Type 
Outreach or Type Education.  EPOResource would apply,
e.g., to archives with easily accessed preview images or to
surveys with easy-to-use images.
enumeration Animation
Animation clips of astronomical phenomena
enumeration Artwork
Artists' renderings of astronomical phenomena or objects
enumeration Background
Background information on astronomical phenomena or objects
enumeration BasicData
Compilations of basic astronomical facts about objects,
such as approximate distance or membership in constellation.
enumeration Historical
Historical information about astronomical objects
enumeration Photographic
Publication-quality photographs of astronomical objects
enumeration Press
Press releases about astronomical objects
enumeration Organisation
An organization that is a publisher or curator of other 
resources.
enumeration Project
A project that is a publisher or curator of other resources
enumeration Registry
a query service for which response is a structured
description of resources.
Used by
Element vr:Content/type
Source
<xs:simpleType name="Type">
  <xs:restriction base="xs:token">
    <xs:enumeration value="Other">
      <xs:annotation>
        <xs:documentation>resource that does not fall into any of the category names currently defined.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Archive">
      <xs:annotation>
        <xs:documentation>Collection of pointed observations</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Bibliography">
      <xs:annotation>
        <xs:documentation>Collection of bibliographic reference, abstracts, and publications</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Catalog">
      <xs:annotation>
        <xs:documentation>Collection of derived data, primarily in tabular form</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Journal">
      <xs:annotation>
        <xs:documentation>Collection of scholarly publications under common editorial policy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Library">
      <xs:annotation>
        <xs:documentation>Collection of published materials (journals, books, etc.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Simulation">
      <xs:annotation>
        <xs:documentation>Theoretical simulation or model</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Survey">
      <xs:annotation>
        <xs:documentation>Collection of observations covering substantial and contiguous areas of the sky</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Transformation">
      <xs:annotation>
        <xs:documentation>A service that transforms data</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education">
      <xs:annotation>
        <xs:documentation>Collection of materials appropriate for educational use, such as teaching resources, curricula, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Outreach">
      <xs:annotation>
        <xs:documentation>Collection of materials appropriate for public outreach, such as press releases and photo galleries</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EPOResource">
      <xs:annotation>
        <xs:documentation>Collection of materials that may be suitable for EPO products but which are not in final product form, as in Type Outreach or Type Education. EPOResource would apply, e.g., to archives with easily accessed preview images or to surveys with easy-to-use images.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Animation">
      <xs:annotation>
        <xs:documentation>Animation clips of astronomical phenomena</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Artwork">
      <xs:annotation>
        <xs:documentation>Artists' renderings of astronomical phenomena or objects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Background">
      <xs:annotation>
        <xs:documentation>Background information on astronomical phenomena or objects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BasicData">
      <xs:annotation>
        <xs:documentation>Compilations of basic astronomical facts about objects, such as approximate distance or membership in constellation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Historical">
      <xs:annotation>
        <xs:documentation>Historical information about astronomical objects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Photographic">
      <xs:annotation>
        <xs:documentation>Publication-quality photographs of astronomical objects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Press">
      <xs:annotation>
        <xs:documentation>Press releases about astronomical objects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Organisation">
      <xs:annotation>
        <xs:documentation>An organization that is a publisher or curator of other resources.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Project">
      <xs:annotation>
        <xs:documentation>A project that is a publisher or curator of other resources</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Registry">
      <xs:annotation>
        <xs:documentation>a query service for which response is a structured description of resources.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:ContentLevel
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration General
Resource provides information appropriate for all users
enumeration Elementary Education
Resource provides information appropriate for use in elementary
education (e.g. approximate ages 6-11)
enumeration Middle School Education
Resource provides information appropriate for use in middle
school education (e.g. approximate ages 11-14)
enumeration Secondary Education
Resource provides information appropriate for use in elementary
education (e.g. approximate ages 14-18)
enumeration Community College
Resource provides information appropriate for use in 
community/junior college or early university education.
enumeration University
Resource provides information appropriate for use in
university education
enumeration Research
Resource provides information appropriate for
supporting scientific research.
enumeration Amateur
Resource provides information of interest to
amateur astronomers.
enumeration Informal Education
Resource provides information appropriate for education
at museums, planetariums, and other centers of informal learning.
Used by
Source
<xs:simpleType name="ContentLevel">
  <xs:restriction base="xs:token">
    <xs:enumeration value="General">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for all users</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Elementary Education">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for use in elementary education (e.g. approximate ages 6-11)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Middle School Education">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for use in middle school education (e.g. approximate ages 11-14)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Secondary Education">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for use in elementary education (e.g. approximate ages 14-18)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Community College">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for use in community/junior college or early university education.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="University">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for use in university education</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Research">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for supporting scientific research.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Amateur">
      <xs:annotation>
        <xs:documentation>Resource provides information of interest to amateur astronomers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Informal Education">
      <xs:annotation>
        <xs:documentation>Resource provides information appropriate for education at museums, planetariums, and other centers of informal learning.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Relationship
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A description of the relationship between one resource and one or
more other resources.
Diagram
Diagram EPNCore.tmp#Relationship_relationshipType EPNCore.tmp#Relationship_relatedResource
Used by
Model relationshipType , relatedResource+
Children relatedResource, relationshipType
Source
<xs:complexType name="Relationship">
  <xs:annotation>
    <xs:documentation>A description of the relationship between one resource and one or more other resources.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="relationshipType" type="xs:token">
      <xs:annotation>
        <xs:documentation>the named type of relationship</xs:documentation>
        <xs:documentation>The VOResource Core specification defines a standard set of names that are not enforced by this schema, but are otherwise required by the spec.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="relatedResource" type="vr:ResourceName" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>the name of resource that this resource is related to.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:AuthorityID
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}
Source
<xs:simpleType name="AuthorityID">
  <xs:restriction base="xs:token">
    <xs:pattern value="[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:ResourceKey
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*
Source
<xs:simpleType name="ResourceKey">
  <xs:restriction base="xs:token">
    <xs:pattern value="[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*"/>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Organisation
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A named group of one or more persons brought together to pursue 
participation in VO applications.
According to the Resource Metadata Recommendation, organisations 
"can be hierarchical and range in size and scope.  At a high level, 
an organisation could be a university, observatory, or government
agency.  At a finer level, it could be a specific scientific 
project, mission, or individual researcher."
The main purpose of an organisation as a registered resource is 
to serve as a publisher of other resources.
Diagram
Diagram EPNCore.tmp#Resource_created EPNCore.tmp#Resource_updated EPNCore.tmp#Resource_status EPNCore.tmp#Resource_validationLevel EPNCore.tmp#Resource_title EPNCore.tmp#Resource_shortName EPNCore.tmp#Resource_identifier EPNCore.tmp#Resource_curation EPNCore.tmp#Resource_content EPNCore.tmp#Resource EPNCore.tmp#Organisation_facility EPNCore.tmp#Organisation_instrument
Type extension of vr:Resource
Type hierarchy
Model validationLevel* , title , shortName{0,1} , identifier , curation , content , facility* , instrument*
Children content, curation, facility, identifier, instrument, shortName, title, validationLevel
Attributes
QName Type Fixed Default Use Annotation
created xs:dateTime required
The UTC date and time this resource metadata description
was created.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
status restriction of xs:string required
a tag indicating whether this resource is believed to be still
actively maintained.
updated xs:dateTime required
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
Source
<xs:complexType name="Organisation">
  <xs:annotation>
    <xs:documentation>A named group of one or more persons brought together to pursue participation in VO applications.</xs:documentation>
    <xs:documentation>According to the Resource Metadata Recommendation, organisations "can be hierarchical and range in size and scope. At a high level, an organisation could be a university, observatory, or government agency. At a finer level, it could be a specific scientific project, mission, or individual researcher."</xs:documentation>
    <xs:documentation>The main purpose of an organisation as a registered resource is to serve as a publisher of other resources.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vr:Resource">
      <xs:sequence>
        <xs:element name="facility" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:appinfo>
              <vm:dcterm>Subject</vm:dcterm>
            </xs:appinfo>
            <xs:documentation>the observatory or facility used to collect the data contained or managed by this resource.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="instrument" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:appinfo>
              <vm:dcterm>Subject</vm:dcterm>
              <vm:dcterm>Subject.Instrument</vm:dcterm>
            </xs:appinfo>
            <xs:documentation>the Instrument used to collect the data contain or managed by a resource.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Service
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
a resource that can be invoked by a client to perform some action
on its behalf.
Diagram
Diagram EPNCore.tmp#Resource_created EPNCore.tmp#Resource_updated EPNCore.tmp#Resource_status EPNCore.tmp#Resource_validationLevel EPNCore.tmp#Resource_title EPNCore.tmp#Resource_shortName EPNCore.tmp#Resource_identifier EPNCore.tmp#Resource_curation EPNCore.tmp#Resource_content EPNCore.tmp#Resource EPNCore.tmp#Service_rights EPNCore.tmp#Service_capability
Type extension of vr:Resource
Type hierarchy
Model validationLevel* , title , shortName{0,1} , identifier , curation , content , rights* , capability*
Children capability, content, curation, identifier, rights, shortName, title, validationLevel
Attributes
QName Type Fixed Default Use Annotation
created xs:dateTime required
The UTC date and time this resource metadata description
was created.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
status restriction of xs:string required
a tag indicating whether this resource is believed to be still
actively maintained.
updated xs:dateTime required
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
Source
<xs:complexType name="Service">
  <xs:annotation>
    <xs:documentation>a resource that can be invoked by a client to perform some action on its behalf.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vr:Resource">
      <xs:sequence>
        <xs:element name="rights" type="vr:Rights" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:appinfo>
              <vm:dcterm>Rights</vm:dcterm>
            </xs:appinfo>
            <xs:documentation>Information about rights held in and over the resource.</xs:documentation>
            <xs:documentation>This should be repeated for all Rights values that apply.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="capability" type="vr:Capability" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>a description of a general capability of the service and how to use it.</xs:documentation>
            <xs:documentation>This describes a general function of the service, usually in terms of a standard service protocol (e.g. SIA), but not necessarily.</xs:documentation>
            <xs:documentation>A service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Simple Type vr:Rights
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration public
unrestricted, public access is allowed without 
authentication.
enumeration secure
authenticated, public access is allowed.
enumeration proprietary
only proprietary access is allowed with authentication.
Used by
Source
<xs:simpleType name="Rights">
  <xs:restriction base="xs:token">
    <xs:enumeration value="public">
      <xs:annotation>
        <xs:documentation>unrestricted, public access is allowed without authentication.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="secure">
      <xs:annotation>
        <xs:documentation>authenticated, public access is allowed.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="proprietary">
      <xs:annotation>
        <xs:documentation>only proprietary access is allowed with authentication.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Capability
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
a description of what the service does (in terms of 
context-specific behavior), and how to use it (in terms of
an interface)
Diagram
Diagram EPNCore.tmp#Capability_standardID EPNCore.tmp#Capability_validationLevel EPNCore.tmp#Capability_description EPNCore.tmp#Capability_interface
Used by
Model validationLevel* , description{0,1} , interface*
Children description, interface, validationLevel
Attributes
QName Type Fixed Default Use Annotation
standardID xs:anyURI optional
A URI identifier for a standard service.
This provides a unique way to refer to a service
specification standard, such as a Simple Image Access service.
The use of an IVOA identifier here implies that a
VOResource description of the standard is registered and 
accessible.
Source
<xs:complexType name="Capability">
  <xs:annotation>
    <xs:documentation>a description of what the service does (in terms of context-specific behavior), and how to use it (in terms of an interface)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A numeric grade describing the quality of the capability description and interface, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study.</xs:documentation>
        <xs:documentation>See vr:ValidationLevel for an explanation of the allowed levels.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A human-readable description of what this capability provides as part of the over-all service</xs:documentation>
        <xs:documentation>Use of this optional element is especially encouraged when this capability is non-standard and is one of several capabilities listed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="interface" type="vr:Interface" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>a description of how to call the service to access this capability</xs:documentation>
        <xs:documentation>Since the Interface type is abstract, one must describe the interface using a subclass of Interface, denoting it via xsi:type.</xs:documentation>
        <xs:documentation>Multiple occurances can describe different interfaces to the logically same capability--i.e. data or functionality. That is, the inputs accepted and the output provides should be logically the same. For example, a WebBrowser interface given in addition to a WebService interface would simply provide an interactive, human-targeted interface to the underlying WebService interface.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="standardID" type="xs:anyURI">
    <xs:annotation>
      <xs:documentation>A URI identifier for a standard service.</xs:documentation>
      <xs:documentation>This provides a unique way to refer to a service specification standard, such as a Simple Image Access service. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:Interface
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A description of a service interface.
Since this type is abstract, one must use an Interface subclass
to describe an actual interface.
Additional interface subtypes (beyond WebService and WebBrowser) are 
defined in the VODataService schema.
Diagram
Diagram EPNCore.tmp#Interface_version EPNCore.tmp#Interface_role EPNCore.tmp#Interface_accessURL EPNCore.tmp#Interface_securityMethod
Properties
abstract: true
Used by
Model accessURL+ , securityMethod*
Children accessURL, securityMethod
Attributes
QName Type Fixed Default Use Annotation
role xs:NMTOKEN optional
A tag name the identifies the role the interface plays
in the particular capability.  If the value is equal to
"std" or begins with "std:", then the interface refers
to a standard interface defined by the standard
referred to by the capability's standardID attribute.
For an interface complying with some registered
standard (i.e. has a legal standardID), the role can be
match against interface roles enumerated in standard 
resource record.  The interface descriptions in
the standard record can provide default descriptions 
so that such details need not be repeated here.
version xs:string 1.0 optional
The version of a standard interface specification that this 
interface complies with.  When the interface is
provided in the context of a Capability element, then
the standard being refered to is the one identified by
the Capability's standardID element.  If the standardID
is not provided, the meaning of this attribute is
undefined.
Source
<xs:complexType name="Interface" abstract="true">
  <xs:annotation>
    <xs:documentation>A description of a service interface.</xs:documentation>
    <xs:documentation>Since this type is abstract, one must use an Interface subclass to describe an actual interface.</xs:documentation>
    <xs:documentation>Additional interface subtypes (beyond WebService and WebBrowser) are defined in the VODataService schema.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="accessURL" type="vr:AccessURL" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The URL (or base URL) that a client uses to access the service. How this URL is to be interpreted and used depends on the specific Interface subclass</xs:documentation>
        <xs:documentation>When more than one URL is given, each represents an alternative (i.e. mirror) endpoint whose behavior is identical to all the other accessURLs listed.</xs:documentation>
        <xs:documentation>Editor's note: this element assumes that all registered services are inherently web based.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="securityMethod" type="vr:SecurityMethod" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>the mechanism the client must employ to gain secure access to the service.</xs:documentation>
        <xs:documentation>when more than one method is listed, each one must be employed to gain access.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="version" type="xs:string" default="1.0">
    <xs:annotation>
      <xs:documentation>The version of a standard interface specification that this interface complies with. When the interface is provided in the context of a Capability element, then the standard being refered to is the one identified by the Capability's standardID element. If the standardID is not provided, the meaning of this attribute is undefined.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="role" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation>A tag name the identifies the role the interface plays in the particular capability. If the value is equal to "std" or begins with "std:", then the interface refers to a standard interface defined by the standard referred to by the capability's standardID attribute.</xs:documentation>
      <xs:documentation>For an interface complying with some registered standard (i.e. has a legal standardID), the role can be match against interface roles enumerated in standard resource record. The interface descriptions in the standard record can provide default descriptions so that such details need not be repeated here.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:SecurityMethod
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
a description of a security mechanism.
this type only allows one to refer to the mechanism via a
URI.  Derived types would allow for more metadata.
Diagram
Diagram EPNCore.tmp#SecurityMethod_standardID
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
standardID xs:anyURI optional
A URI identifier for a standard security mechanism.
This provides a unique way to refer to a security
specification standard.  The use of an IVOA identifier here 
implies that a VOResource description of the standard is 
registered and accessible.
Source
<xs:complexType name="SecurityMethod">
  <xs:annotation>
    <xs:documentation>a description of a security mechanism.</xs:documentation>
    <xs:documentation>this type only allows one to refer to the mechanism via a URI. Derived types would allow for more metadata.</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
  <xs:attribute name="standardID" type="xs:anyURI">
    <xs:annotation>
      <xs:documentation>A URI identifier for a standard security mechanism.</xs:documentation>
      <xs:documentation>This provides a unique way to refer to a security specification standard. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:WebBrowser
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A (form-based) interface intended to be accesed interactively 
by a user via a web browser.
The accessURL represents the URL of the web form itself.
Diagram
Diagram EPNCore.tmp#Interface_version EPNCore.tmp#Interface_role EPNCore.tmp#Interface_accessURL EPNCore.tmp#Interface_securityMethod EPNCore.tmp#Interface
Type extension of vr:Interface
Type hierarchy
Model accessURL+ , securityMethod*
Children accessURL, securityMethod
Attributes
QName Type Fixed Default Use Annotation
role xs:NMTOKEN optional
A tag name the identifies the role the interface plays
in the particular capability.  If the value is equal to
"std" or begins with "std:", then the interface refers
to a standard interface defined by the standard
referred to by the capability's standardID attribute.
For an interface complying with some registered
standard (i.e. has a legal standardID), the role can be
match against interface roles enumerated in standard 
resource record.  The interface descriptions in
the standard record can provide default descriptions 
so that such details need not be repeated here.
version xs:string 1.0 optional
The version of a standard interface specification that this 
interface complies with.  When the interface is
provided in the context of a Capability element, then
the standard being refered to is the one identified by
the Capability's standardID element.  If the standardID
is not provided, the meaning of this attribute is
undefined.
Source
<xs:complexType name="WebBrowser">
  <xs:annotation>
    <xs:documentation>A (form-based) interface intended to be accesed interactively by a user via a web browser.</xs:documentation>
    <xs:documentation>The accessURL represents the URL of the web form itself.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vr:Interface">
      <xs:sequence/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Complex Type vr:WebService
Namespace http://www.ivoa.net/xml/VOResource/v1.0
Annotations
A Web Service that is describable by a WSDL document.
The accessURL element gives the Web Service's endpoint URL.
Diagram
Diagram EPNCore.tmp#Interface_version EPNCore.tmp#Interface_role EPNCore.tmp#Interface_accessURL EPNCore.tmp#Interface_securityMethod EPNCore.tmp#Interface EPNCore.tmp#WebService_wsdlURL
Type extension of vr:Interface
Type hierarchy
Model accessURL+ , securityMethod* , wsdlURL*
Children accessURL, securityMethod, wsdlURL
Attributes
QName Type Fixed Default Use Annotation
role xs:NMTOKEN optional
A tag name the identifies the role the interface plays
in the particular capability.  If the value is equal to
"std" or begins with "std:", then the interface refers
to a standard interface defined by the standard
referred to by the capability's standardID attribute.
For an interface complying with some registered
standard (i.e. has a legal standardID), the role can be
match against interface roles enumerated in standard 
resource record.  The interface descriptions in
the standard record can provide default descriptions 
so that such details need not be repeated here.
version xs:string 1.0 optional
The version of a standard interface specification that this 
interface complies with.  When the interface is
provided in the context of a Capability element, then
the standard being refered to is the one identified by
the Capability's standardID element.  If the standardID
is not provided, the meaning of this attribute is
undefined.
Source
<xs:complexType name="WebService">
  <xs:annotation>
    <xs:documentation>A Web Service that is describable by a WSDL document.</xs:documentation>
    <xs:documentation>The accessURL element gives the Web Service's endpoint URL.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="vr:Interface">
      <xs:sequence>
        <xs:element name="wsdlURL" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>The location of the WSDL that describes this Web Service. If not provided, the location is assumed to be the accessURL with "?wsdl" appended.</xs:documentation>
            <xs:documentation>Multiple occurances should represent mirror copies of the same WSDL file.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:ResourceName / @ivo-id
Namespace No namespace
Annotations
The URI form of the IVOA identifier for the resource refered to
Type vr:IdentifierURI
Properties
content: simple
Facets
pattern ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?
Used by
Complex Type vr:ResourceName
Source
<xs:attribute name="ivo-id" type="vr:IdentifierURI">
  <xs:annotation>
    <xs:documentation>The URI form of the IVOA identifier for the resource refered to</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Source / @format
Namespace No namespace
Annotations
The reference format.  Recognized values include "bibcode", 
referring to a standard astronomical bibcode 
(http://cdsweb.u-strasbg.fr/simbad/refcode.html).
Type xs:string
Properties
content: simple
Used by
Complex Type vr:Source
Source
<xs:attribute name="format" type="xs:string">
  <xs:annotation>
    <xs:documentation>The reference format. Recognized values include "bibcode", referring to a standard astronomical bibcode (http://cdsweb.u-strasbg.fr/simbad/refcode.html).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:AccessURL / @use
Namespace No namespace
Annotations
A flag indicating whether this should be interpreted as a base
URL, a full URL, or a URL to a directory that will produce a 
listing of files.
The default value assumed when one is not given depends on the 
context.
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration full
Assume a full URL--that is, one that can be invoked 
directly without alteration.  This usually returns a 
single document or file.
enumeration base
Assume a base URL--that is, one requiring an extra portion
to be appended before being invoked.
enumeration dir
Assume URL points to a directory that will return a listing
of files.
Used by
Complex Type vr:AccessURL
Source
<xs:attribute name="use">
  <xs:annotation>
    <xs:documentation>A flag indicating whether this should be interpreted as a base URL, a full URL, or a URL to a directory that will produce a listing of files.</xs:documentation>
    <xs:documentation>The default value assumed when one is not given depends on the context.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="full">
        <xs:annotation>
          <xs:documentation>Assume a full URL--that is, one that can be invoked directly without alteration. This usually returns a single document or file.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="base">
        <xs:annotation>
          <xs:documentation>Assume a base URL--that is, one requiring an extra portion to be appended before being invoked.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dir">
        <xs:annotation>
          <xs:documentation>Assume URL points to a directory that will return a listing of files.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute STCReference / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Attribute Group STCReference
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute STCReference / @idref
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Attribute Group STCReference
Source
<xs:attribute name="idref" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute STCReference / @ucd
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Attribute Group STCReference
Source
<xs:attribute name="ucd" type="xs:string" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute @xlink:type
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration simple
enumeration extended
enumeration locator
enumeration arc
enumeration resource
enumeration title
Used by
Attribute Group STCReference
Source
<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="simple"/>
      <xs:enumeration value="extended"/>
      <xs:enumeration value="locator"/>
      <xs:enumeration value="arc"/>
      <xs:enumeration value="resource"/>
      <xs:enumeration value="title"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:href
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Used by
Attribute Group STCReference
Source
<xs:attribute name="href" type="xs:anyURI"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute STCReference / @ID_type
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Attribute Group STCReference
Source
<xs:attribute name="ID_type" type="xs:string" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute STCReference / @IDREF_type
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Attribute Group STCReference
Source
<xs:attribute name="IDREF_type" type="xs:string" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordRefFrameType / @ref_frame_id
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Complex Type coordRefFrameType
Source
<xs:attribute name="ref_frame_id" type="xs:IDREF"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordinateType / @frame_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type coordinateType
Source
<xs:attribute name="frame_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordFlavorType / @coord_naxes
Namespace No namespace
Type restriction of xs:integer
Properties
default: 2
Facets
maxInclusive 3
minInclusive 1
Used by
Complex Type coordFlavorType
Source
<xs:attribute name="coord_naxes" default="2">
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordFlavorType / @handedness
Namespace No namespace
Type restriction of xs:string
Properties
use: optional
Facets
enumeration left
enumeration right
Used by
Complex Type coordFlavorType
Source
<xs:attribute name="handedness" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute geodType / @radius
Namespace No namespace
Type xs:double
Properties
use: optional
default: 6378140
Used by
Complex Type geodType
Source
<xs:attribute name="radius" type="xs:double" use="optional" default="6378140"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute geodType / @inv_flattening
Namespace No namespace
Type xs:double
Properties
use: optional
default: 298.257
Used by
Complex Type geodType
Source
<xs:attribute name="inv_flattening" type="xs:double" use="optional" default="298.257"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute geodType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: m
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type geodType
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="m"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordsType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: required
Used by
Complex Type coordsType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute timeOffsetType / @unit
Namespace No namespace
Type timeUnitType
Type hierarchy
Properties
use: optional
default: s
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
enumeration
Used by
Complex Type timeOffsetType
Source
<xs:attribute name="unit" type="timeUnitType" use="optional" default="s"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @time_unit
Namespace No namespace
Type timeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
enumeration
Used by
Complex Type double1Type
Source
<xs:attribute name="time_unit" type="timeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @pos_unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type double1Type
Source
<xs:attribute name="pos_unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @pos_angle_unit
Namespace No namespace
Type angleUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
Used by
Complex Type double1Type
Source
<xs:attribute name="pos_angle_unit" type="angleUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type double1Type
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @spectral_unit
Namespace No namespace
Type spectralUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration Hz
enumeration kHz
enumeration MHz
enumeration GHz
enumeration m
enumeration mm
enumeration um
enumeration nm
enumeration Angstrom
enumeration eV
enumeration keV
enumeration MeV
enumeration GeV
enumeration TeV
Used by
Complex Type double1Type
Source
<xs:attribute name="spectral_unit" type="spectralUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double1Type / @gen_unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type double1Type
Source
<xs:attribute name="gen_unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute timeCoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type timeCoordinateType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute timeCoordinateType / @unit
Namespace No namespace
Type timeUnitType
Type hierarchy
Properties
use: optional
default: s
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
enumeration
Used by
Complex Type timeCoordinateType
Source
<xs:attribute name="unit" type="timeUnitType" use="optional" default="s"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute spectralCoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type spectralCoordinateType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute spectralCoordinateType / @unit
Namespace No namespace
Type spectralUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration Hz
enumeration kHz
enumeration MHz
enumeration GHz
enumeration m
enumeration mm
enumeration um
enumeration nm
enumeration Angstrom
enumeration eV
enumeration keV
enumeration MeV
enumeration GeV
enumeration TeV
Used by
Complex Type spectralCoordinateType
Source
<xs:attribute name="unit" type="spectralUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftCoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type redshiftCoordinateType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftCoordinateType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type redshiftCoordinateType
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftCoordinateType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type redshiftCoordinateType
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute fitsType / @hdu_num
Namespace No namespace
Type xs:integer
Properties
content: simple
Used by
Complex Type fitsType
Source
<xs:attribute name="hdu_num" type="xs:integer"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute fitsType / @hdu_name
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type fitsType
Source
<xs:attribute name="hdu_name" type="xs:string"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / a / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: AU
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/a
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / q / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: AU
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/q
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="AU"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / i / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/i
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / Node / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/Node
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / Aop / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/Aop
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / M / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Element orbitType/M
Source
<xs:attribute name="unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute orbitType / P / @unit
Namespace No namespace
Type timeUnitType
Type hierarchy
Properties
use: optional
default: d
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
enumeration
Used by
Element orbitType/P
Source
<xs:attribute name="unit" type="timeUnitType" use="optional" default="d"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute sphericalRefFrameType / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type sphericalRefFrameType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double2Type / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type double2Type
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double2Type / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type double2Type
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double2Type / @gen_unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type double2Type
Source
<xs:attribute name="gen_unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posAngleType / @unit
Namespace No namespace
Type angleUnitType
Type hierarchy
Properties
default: deg
Facets
enumeration deg
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
Used by
Complex Type posAngleType
Source
<xs:attribute name="unit" type="angleUnitType" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posAngleType / @reference
Namespace No namespace
Type posAngleReferenceType
Properties
default: X
Facets
enumeration North
enumeration X
enumeration Y
Used by
Complex Type posAngleType
Source
<xs:attribute name="reference" type="posAngleReferenceType" default="X"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double4Type / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type double4Type
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double4Type / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type double4Type
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double4Type / @gen_unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type double4Type
Source
<xs:attribute name="gen_unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double3Type / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type double3Type
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double3Type / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type double3Type
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double3Type / @gen_unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type double3Type
Source
<xs:attribute name="gen_unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double9Type / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type double9Type
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double9Type / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type double9Type
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute double9Type / @gen_unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type double9Type
Source
<xs:attribute name="gen_unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart1DRefFrameType / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type cart1DRefFrameType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart1DRefFrameType / @projection
Namespace No namespace
Type projectionType
Properties
use: optional
default:
Facets
enumeration
Planar (i.e., linear cartesian-to-cartesian) projection
enumeration LOG
Linear-to-logarithmic cartesian-to-cartesian projection
enumeration TAN
Tangent plane projection
enumeration SIN
Sine projection
enumeration STG
Stereographic projection
enumeration ARC
Zenithal equidistant projection
enumeration ZEA
Zenithal equal-area projection
enumeration AIR
Airy projection
enumeration CEA
Cylindrical equal-area projection
enumeration CAR
Plate Carree projection
enumeration MER
Mercator projection
enumeration SFL
Sanson-Flamsteed projection
enumeration PAR
Parabolic projection
enumeration MOL
Mollweide projection
enumeration AIT
Hammer-Aitoff projection
enumeration COE
Conic equal-area projection
enumeration COD
Conic equidistant projection
enumeration COO
Conic orthomorphic projection
enumeration BON
Bonne equal-area projection
enumeration PCO
Polyconic projection
enumeration TSC
Tangential spherical cube projection
enumeration CSC
COBE quadrilateralized spherical cube projection
enumeration QSC
Quadrilateralized spherical cube projection
Used by
Complex Type cart1DRefFrameType
Source
<xs:attribute name="projection" type="projectionType" use="optional" default=""/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart2DRefFrameType / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type cart2DRefFrameType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart2DRefFrameType / @projection
Namespace No namespace
Type projectionType
Properties
use: optional
default:
Facets
enumeration
Planar (i.e., linear cartesian-to-cartesian) projection
enumeration LOG
Linear-to-logarithmic cartesian-to-cartesian projection
enumeration TAN
Tangent plane projection
enumeration SIN
Sine projection
enumeration STG
Stereographic projection
enumeration ARC
Zenithal equidistant projection
enumeration ZEA
Zenithal equal-area projection
enumeration AIR
Airy projection
enumeration CEA
Cylindrical equal-area projection
enumeration CAR
Plate Carree projection
enumeration MER
Mercator projection
enumeration SFL
Sanson-Flamsteed projection
enumeration PAR
Parabolic projection
enumeration MOL
Mollweide projection
enumeration AIT
Hammer-Aitoff projection
enumeration COE
Conic equal-area projection
enumeration COD
Conic equidistant projection
enumeration COO
Conic orthomorphic projection
enumeration BON
Bonne equal-area projection
enumeration PCO
Polyconic projection
enumeration TSC
Tangential spherical cube projection
enumeration CSC
COBE quadrilateralized spherical cube projection
enumeration QSC
Quadrilateralized spherical cube projection
Used by
Complex Type cart2DRefFrameType
Source
<xs:attribute name="projection" type="projectionType" use="optional" default=""/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart3DRefFrameType / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type cart3DRefFrameType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute cart3DRefFrameType / @projection
Namespace No namespace
Type projectionType
Properties
use: optional
default:
Facets
enumeration
Planar (i.e., linear cartesian-to-cartesian) projection
enumeration LOG
Linear-to-logarithmic cartesian-to-cartesian projection
enumeration TAN
Tangent plane projection
enumeration SIN
Sine projection
enumeration STG
Stereographic projection
enumeration ARC
Zenithal equidistant projection
enumeration ZEA
Zenithal equal-area projection
enumeration AIR
Airy projection
enumeration CEA
Cylindrical equal-area projection
enumeration CAR
Plate Carree projection
enumeration MER
Mercator projection
enumeration SFL
Sanson-Flamsteed projection
enumeration PAR
Parabolic projection
enumeration MOL
Mollweide projection
enumeration AIT
Hammer-Aitoff projection
enumeration COE
Conic equal-area projection
enumeration COD
Conic equidistant projection
enumeration COO
Conic orthomorphic projection
enumeration BON
Bonne equal-area projection
enumeration PCO
Polyconic projection
enumeration TSC
Tangential spherical cube projection
enumeration CSC
COBE quadrilateralized spherical cube projection
enumeration QSC
Quadrilateralized spherical cube projection
Used by
Complex Type cart3DRefFrameType
Source
<xs:attribute name="projection" type="projectionType" use="optional" default=""/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute healpixType / @healpix_H
Namespace No namespace
Type xs:integer
Properties
default: 4
Used by
Complex Type healpixType
Source
<xs:attribute name="healpix_H" type="xs:integer" default="4"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute healpixType / @healpix_K
Namespace No namespace
Type xs:integer
Properties
default: 3
Used by
Complex Type healpixType
Source
<xs:attribute name="healpix_K" type="xs:integer" default="3"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute pixelFrameType / @axis1_order
Namespace No namespace
Type xs:integer
Properties
use: required
Used by
Complex Type pixelFrameType
Source
<xs:attribute name="axis1_order" type="xs:integer" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute pixelFrameType / @axis2_order
Namespace No namespace
Type xs:integer
Properties
content: simple
Used by
Complex Type pixelFrameType
Source
<xs:attribute name="axis2_order" type="xs:integer"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute pixelFrameType / @axis3_order
Namespace No namespace
Type xs:integer
Properties
content: simple
Used by
Complex Type pixelFrameType
Source
<xs:attribute name="axis3_order" type="xs:integer"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute pixelFrameType / @ref_frame_id
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Complex Type pixelFrameType
Source
<xs:attribute name="ref_frame_id" type="xs:IDREF"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftFrameType / @value_type
Namespace No namespace
Type restriction of xs:string
Properties
use: optional
default: VELOCITY
Facets
enumeration VELOCITY
enumeration REDSHIFT
Used by
Complex Type redshiftFrameType
Source
<xs:attribute name="value_type" use="optional" default="VELOCITY">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="VELOCITY"/>
      <xs:enumeration value="REDSHIFT"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute curve2Type / @curve_shape
Namespace No namespace
Type xs:string
Properties
use: optional
default: line
Used by
Complex Type curve2Type
Source
<xs:attribute name="curve_shape" type="xs:string" use="optional" default="line"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute curve3Type / @curve_shape
Namespace No namespace
Type xs:string
Properties
use: optional
default: line
Used by
Complex Type curve3Type
Source
<xs:attribute name="curve_shape" type="xs:string" use="optional" default="line"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute stringCoordinateType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type stringCoordinateType
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute scalarCoordinateType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type scalarCoordinateType
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute genVector2CoordinateType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute genVector3CoordinateType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector1CoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector1CoordinateType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector2CoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector2CoordinateType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector3CoordinateType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute posVector3CoordinateType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute velVector1CoordinateType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute velVector2CoordinateType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute velVector3CoordinateType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute regionAreaType / @linearAreaUnit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: required
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type regionAreaType
Source
<xs:attribute name="linearAreaUnit" type="posUnitType" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute regionAreaType / @validArea
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Complex Type regionAreaType
Source
<xs:attribute name="validArea" type="xs:boolean" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordIntervalType / @lo_include
Namespace No namespace
Annotations
Limit to be included?
Type xs:boolean
Properties
default: true
Used by
Complex Type coordIntervalType
Source
<xs:attribute name="lo_include" type="xs:boolean" default="true">
  <xs:annotation>
    <xs:documentation>Limit to be included?</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordIntervalType / @hi_include
Namespace No namespace
Annotations
Limit to be included?
Type xs:boolean
Properties
default: true
Used by
Complex Type coordIntervalType
Source
<xs:attribute name="hi_include" type="xs:boolean" default="true">
  <xs:annotation>
    <xs:documentation>Limit to be included?</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordIntervalType / @fill_factor
Namespace No namespace
Annotations
Fraction of interval that is occupied by data
Type xs:float
Properties
use: optional
default: 1.0
Used by
Complex Type coordIntervalType
Source
<xs:attribute name="fill_factor" type="xs:float" use="optional" default="1.0">
  <xs:annotation>
    <xs:documentation>Fraction of interval that is occupied by data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordIntervalType / @frame_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type coordIntervalType
Source
<xs:attribute name="frame_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute spatialIntervalType / @epoch
Namespace No namespace
Type xs:decimal
Properties
use: optional
Used by
Complex Type spatialIntervalType
Source
<xs:attribute name="epoch" type="xs:decimal" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute spatialIntervalType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type spatialIntervalType
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute regionType / @note
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Complex Type regionType
Source
<xs:attribute name="note" type="xs:string" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute regionType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: optional
Used by
Complex Type regionType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute uCoordScalarIntervalType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute uCoord2VecIntervalType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type uCoord2VecIntervalType
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute uCoord3VecIntervalType / @unit
Namespace No namespace
Type unitType
Properties
use: optional
Used by
Complex Type uCoord3VecIntervalType
Source
<xs:attribute name="unit" type="unitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute velocityIntervalType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: required
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type velocityIntervalType
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute sphereType / @radius_unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type sphereType
Source
<xs:attribute name="radius_unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute velocitySphereType / @radius_unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
default: deg
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type velocitySphereType
Source
<xs:attribute name="radius_unit" type="posUnitType" use="optional" default="deg"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute spectralIntervalType / @unit
Namespace No namespace
Type spectralUnitType
Type hierarchy
Properties
use: required
Facets
enumeration Hz
enumeration kHz
enumeration MHz
enumeration GHz
enumeration m
enumeration mm
enumeration um
enumeration nm
enumeration Angstrom
enumeration eV
enumeration keV
enumeration MeV
enumeration GeV
enumeration TeV
Used by
Complex Type spectralIntervalType
Source
<xs:attribute name="unit" type="spectralUnitType" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftIntervalType / @unit
Namespace No namespace
Type posUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration deg
enumeration deg deg m
enumeration deg deg Mpc
enumeration rad
enumeration h
enumeration arcmin
enumeration arcsec
enumeration m
enumeration km
enumeration mm
enumeration AU
enumeration pc
enumeration kpc
enumeration Mpc
enumeration lyr
enumeration
Used by
Complex Type redshiftIntervalType
Source
<xs:attribute name="unit" type="posUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute redshiftIntervalType / @vel_time_unit
Namespace No namespace
Type velTimeUnitType
Type hierarchy
Properties
use: optional
Facets
enumeration s
enumeration h
enumeration d
enumeration a
enumeration yr
enumeration cy
Used by
Complex Type redshiftIntervalType
Source
<xs:attribute name="vel_time_unit" type="velTimeUnitType" use="optional"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute coordAreaType / @coord_system_id
Namespace No namespace
Type xs:IDREF
Properties
use: required
Used by
Complex Type coordAreaType
Source
<xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]
Attribute @xlink:role
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Source
<xs:attribute name="role" type="xs:anyURI"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:arcrole
Namespace http://www.w3.org/1999/xlink
Type xs:anyURI
Properties
content: simple
Source
<xs:attribute name="arcrole" type="xs:anyURI"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:title
Namespace http://www.w3.org/1999/xlink
Type xs:string
Properties
content: simple
Source
<xs:attribute name="title" type="xs:string"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:label
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="label" type="xs:NMTOKEN"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:actuate
Namespace http://www.w3.org/1999/xlink
Type restriction of xs:NMTOKEN
Properties
content: simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:from
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="from" type="xs:NMTOKEN"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute @xlink:to
Namespace http://www.w3.org/1999/xlink
Type xs:NMTOKEN
Properties
content: simple
Source
<xs:attribute name="to" type="xs:NMTOKEN"/>
Schema location http://www.ivoa.net/xml/Xlink/xlink.xsd
[ top ]
Attribute vr:Validation / @validatedBy
Namespace No namespace
Annotations
The IVOA ID of the registry or organisation that
assigned the validation level.
Type vr:IdentifierURI
Properties
use: required
Facets
pattern ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?
Used by
Complex Type vr:Validation
Source
<xs:attribute name="validatedBy" type="vr:IdentifierURI" use="required">
  <xs:annotation>
    <xs:documentation>The IVOA ID of the registry or organisation that assigned the validation level.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Date / @role
Namespace No namespace
Annotations
A string indicating what the date refers to.
While this vocabulary is uncontrolled, recognized strings 
include "creation", indicating the date that the resource 
itself was created, and "update", indicating when the
resource was updated last.  The default value, 
"representative", means that the date is a rough 
representation of the time coverage of the resource.
Note that this date refers to the resource; dates describing
the metadata description of the resource are handled by
the "created" and "updated" attributes of the Resource 
element.
Type xs:string
Properties
default: representative
Used by
Complex Type vr:Date
Source
<xs:attribute name="role" type="xs:string" default="representative">
  <xs:annotation>
    <xs:documentation>A string indicating what the date refers to.</xs:documentation>
    <xs:documentation>While this vocabulary is uncontrolled, recognized strings include "creation", indicating the date that the resource itself was created, and "update", indicating when the resource was updated last. The default value, "representative", means that the date is a rough representation of the time coverage of the resource.</xs:documentation>
    <xs:documentation>Note that this date refers to the resource; dates describing the metadata description of the resource are handled by the "created" and "updated" attributes of the Resource element.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Resource / @created
Namespace No namespace
Annotations
The UTC date and time this resource metadata description
was created.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
Type xs:dateTime
Properties
use: required
Used by
Complex Type vr:Resource
Source
<xs:attribute name="created" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation>The UTC date and time this resource metadata description was created.</xs:documentation>
    <xs:documentation>This timestamp must not be in the future. This time is not required to be accurate; it should be at least accurate to the day. Any insignificant time fields should be set to zero.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Resource / @updated
Namespace No namespace
Annotations
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future.  This time is
not required to be accurate; it should be at least
accurate to the day.  Any insignificant time fields
should be set to zero.
Type xs:dateTime
Properties
use: required
Used by
Complex Type vr:Resource
Source
<xs:attribute name="updated" type="xs:dateTime" use="required">
  <xs:annotation>
    <xs:documentation>The UTC date this resource metadata description was last updated.</xs:documentation>
    <xs:documentation>This timestamp must not be in the future. This time is not required to be accurate; it should be at least accurate to the day. Any insignificant time fields should be set to zero.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Resource / @status
Namespace No namespace
Annotations
a tag indicating whether this resource is believed to be still
actively maintained.
Type restriction of xs:string
Properties
use: required
Facets
enumeration active
resource is believed to be currently maintained, and its
description is up to date (default).
enumeration inactive
resource is apparently not being maintained at the present.
enumeration deleted
resource publisher has explicitly deleted the resource.
Used by
Complex Type vr:Resource
Source
<xs:attribute name="status" use="required">
  <xs:annotation>
    <xs:documentation>a tag indicating whether this resource is believed to be still actively maintained.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="active">
        <xs:annotation>
          <xs:documentation>resource is believed to be currently maintained, and its description is up to date (default).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="inactive">
        <xs:annotation>
          <xs:documentation>resource is apparently not being maintained at the present.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="deleted">
        <xs:annotation>
          <xs:documentation>resource publisher has explicitly deleted the resource.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:SecurityMethod / @standardID
Namespace No namespace
Annotations
A URI identifier for a standard security mechanism.
This provides a unique way to refer to a security
specification standard.  The use of an IVOA identifier here 
implies that a VOResource description of the standard is 
registered and accessible.
Type xs:anyURI
Properties
content: simple
Used by
Complex Type vr:SecurityMethod
Source
<xs:attribute name="standardID" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>A URI identifier for a standard security mechanism.</xs:documentation>
    <xs:documentation>This provides a unique way to refer to a security specification standard. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Interface / @version
Namespace No namespace
Annotations
The version of a standard interface specification that this 
interface complies with.  When the interface is
provided in the context of a Capability element, then
the standard being refered to is the one identified by
the Capability's standardID element.  If the standardID
is not provided, the meaning of this attribute is
undefined.
Type xs:string
Properties
default: 1.0
Used by
Complex Type vr:Interface
Source
<xs:attribute name="version" type="xs:string" default="1.0">
  <xs:annotation>
    <xs:documentation>The version of a standard interface specification that this interface complies with. When the interface is provided in the context of a Capability element, then the standard being refered to is the one identified by the Capability's standardID element. If the standardID is not provided, the meaning of this attribute is undefined.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Interface / @role
Namespace No namespace
Annotations
A tag name the identifies the role the interface plays
in the particular capability.  If the value is equal to
"std" or begins with "std:", then the interface refers
to a standard interface defined by the standard
referred to by the capability's standardID attribute.
For an interface complying with some registered
standard (i.e. has a legal standardID), the role can be
match against interface roles enumerated in standard 
resource record.  The interface descriptions in
the standard record can provide default descriptions 
so that such details need not be repeated here.
Type xs:NMTOKEN
Properties
content: simple
Used by
Complex Type vr:Interface
Source
<xs:attribute name="role" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>A tag name the identifies the role the interface plays in the particular capability. If the value is equal to "std" or begins with "std:", then the interface refers to a standard interface defined by the standard referred to by the capability's standardID attribute.</xs:documentation>
    <xs:documentation>For an interface complying with some registered standard (i.e. has a legal standardID), the role can be match against interface roles enumerated in standard resource record. The interface descriptions in the standard record can provide default descriptions so that such details need not be repeated here.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute vr:Capability / @standardID
Namespace No namespace
Annotations
A URI identifier for a standard service.
This provides a unique way to refer to a service
specification standard, such as a Simple Image Access service.
The use of an IVOA identifier here implies that a
VOResource description of the standard is registered and 
accessible.
Type xs:anyURI
Properties
content: simple
Used by
Complex Type vr:Capability
Source
<xs:attribute name="standardID" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>A URI identifier for a standard service.</xs:documentation>
    <xs:documentation>This provides a unique way to refer to a service specification standard, such as a Simple Image Access service. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd
[ top ]
Attribute Group STCReference
Namespace http://www.ivoa.net/xml/STC/stc-v1.30.xsd
Annotations
These four attributes represent the standard IVOA referencing system: internal (within the document) referencing through "id" and "idref", external referencing through Xlink, using only "type=simple" and "href".
The attributes ID_type and IDREF_type allow the author to list attributes of type ID, respectively IDREF, enabling readers to identify these attributes without having to refer to the schema. This is important in cases where documents are concatenated (e.g., in registries), raising the potential for non-unique IDs. The value of these attributes is a string of comma-separated attribute names.
Diagram
Diagram EPNCore.tmp#STCReference_id EPNCore.tmp#STCReference_idref EPNCore.tmp#STCReference_ucd EPNCore.tmp#type EPNCore.tmp#href EPNCore.tmp#STCReference_ID_type EPNCore.tmp#STCReference_IDREF_type
Used by
Attributes
QName Type Fixed Default Use Annotation
IDREF_type xs:string optional
ID_type xs:string optional
id xs:ID optional
idref xs:IDREF optional
ucd xs:string optional
xlink:href xs:anyURI optional
xlink:type restriction of xs:NMTOKEN simple optional
Source
<xs:attributeGroup name="STCReference">
  <xs:annotation>
    <xs:documentation>These four attributes represent the standard IVOA referencing system: internal (within the document) referencing through "id" and "idref", external referencing through Xlink, using only "type=simple" and "href".</xs:documentation>
    <xs:documentation>The attributes ID_type and IDREF_type allow the author to list attributes of type ID, respectively IDREF, enabling readers to identify these attributes without having to refer to the schema. This is important in cases where documents are concatenated (e.g., in registries), raising the potential for non-unique IDs. The value of these attributes is a string of comma-separated attribute names.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="idref" type="xs:IDREF" use="optional"/>
  <xs:attribute name="ucd" type="xs:string" use="optional"/>
  <xs:attribute ref="xlink:type" use="optional" default="simple"/>
  <xs:attribute ref="xlink:href" use="optional"/>
  <xs:attribute name="ID_type" type="xs:string" use="optional"/>
  <xs:attribute name="IDREF_type" type="xs:string" use="optional"/>
</xs:attributeGroup>
Schema location http://www.ivoa.net/xml/STC/stc-v1.30.xsd
[ top ]