<?xml version="1.0" encoding="UTF-8"?>
<!-- Automatically created based on the dictionary stored at http://www.spase-group.org -->
<!-- Version: 1.1.0 -->
<!-- Generated: 2008-03-21 13:23:55.978 -->
<xsd:schema
	      xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	      targetNamespace="http://www.spase-group.org/data/schema"
	      xmlns="http://www.spase-group.org/data/schema"
	      elementFormDefault="qualified">
   
      <xsd:element name="Spase" type="Spase"/>
      <xsd:complexType name="Spase">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Space Physics Archive Search and Extract (SPASE).
               The outermost container or envelope for SPASE
               metadata. This indicates the start of the
               SPASE metadata.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Version" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Catalog" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="DisplayData" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="NumericalData" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Granule" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Instrument" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Observatory" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Person" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Registry" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Repository" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Service" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
            <xsd:attribute name="lang" type="xsd:string" default="en"/>
      </xsd:complexType>
   
      <xsd:element name="Catalog" type="Catalog"/>
      <xsd:complexType name="Catalog">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A tabular listing of events or observational
               notes, especially those that have utility
               in aiding a user in locating data. Catalogues
               include lists of events, files in a product,
               and data availability.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AccessInformation" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ProviderResourceName" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ProviderVersion" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="InstrumentID" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="PhenomenonType" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="TimeSpan" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Caveats" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Keyword" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="InputResourceID" minOccurs="1" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="ResourceHeader" type="ResourceHeader"/>
      <xsd:complexType name="ResourceHeader">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of a resource which pertain to
               the provider of the resource and descriptive
               information about the resource.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceName" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AlternateName" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="ReleaseDate" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Description" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Acknowledgement" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Contact" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="InformationURL" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="AssociationID" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Contact" type="Contact"/>
      <xsd:complexType name="Contact">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The person or organization who may be able
               to provide special assistance or serve as
               a channel for communication for additional
               information about a resource.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="PersonID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Role" minOccurs="1" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="InformationURL" type="InformationURL"/>
      <xsd:complexType name="InformationURL">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of the method of acquiring additional
               information.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Name" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="URL" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Description" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="AccessInformation" type="AccessInformation"/>
      <xsd:complexType name="AccessInformation">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of the resource which pertain to
               how to acquire the resource, availability
               and storage format.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="RepositoryID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Availability" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="AccessRights" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="AccessURL" minOccurs="1" maxOccurs="unbounded" /> 
            <xsd:element ref="Format" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Encoding" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Acknowledgement" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="AccessURL" type="AccessURL"/>
      <xsd:complexType name="AccessURL">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of the method of acquiring a resource
               including a URL, name and description.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Name" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="URL" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Description" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="TimeSpan" type="TimeSpan"/>
      <xsd:complexType name="TimeSpan">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The duration of an interval in time.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="StartDate" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="EndDate" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="RelativeEndDate" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="DisplayData" type="DisplayData"/>
      <xsd:complexType name="DisplayData">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A graphical representation of data wherein
               the underlying numeric values are not (readily)
               accessible for analysis.. Examples are line
               plots and spectrograms.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AccessInformation" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ProviderResourceName" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ProviderProcessingLevel" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ProviderVersion" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="InstrumentID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="MeasurementType" minOccurs="1" maxOccurs="unbounded" /> 
            <xsd:element ref="TemporalDescription" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="SpectralRange" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="DisplayCadence" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="InstrumentRegion" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="ObservedRegion" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Caveats" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Keyword" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="InputResourceID" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="TemporalDescription" type="TemporalDescription"/>
      <xsd:complexType name="TemporalDescription">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of the time over which
               the measurement was taken.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="TimeSpan" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Cadence" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Exposure" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="NumericalData" type="NumericalData"/>
      <xsd:complexType name="NumericalData">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Data stored as numerical values in a specified
               format.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AccessInformation" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ProviderResourceName" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ProviderProcessingLevel" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ProviderVersion" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="InstrumentID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="MeasurementType" minOccurs="1" maxOccurs="unbounded" /> 
            <xsd:element ref="TemporalDescription" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="SpectralRange" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="InstrumentRegion" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="ObservedRegion" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="Caveats" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Keyword" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="InputResourceID" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="PhysicalParameter" minOccurs="1" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="PhysicalParameter" type="PhysicalParameter"/>
      <xsd:complexType name="PhysicalParameter">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A container of information regarding a parameter
               whose values are part of the product. Every
               product contains or can be related to one
               or more parameters.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Name" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ParameterKey" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Description" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Caveats" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Cadence" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Units" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="UnitsConversion" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="CoordinateSystem" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Dimension" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Measured" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Support" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="CoordinateSystem" type="CoordinateSystem"/>
      <xsd:complexType name="CoordinateSystem">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Specification of the origin and orientation
               of axes against which the location of some
               point is given and the representative form
               of each point.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="CoordinateRepresentation" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="CoordinateSystemName" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Dimension" type="Dimension"/>
      <xsd:complexType name="Dimension">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of an independent variable or axis
               associated with the data.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Size" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Description" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Measured" type="Measured"/>
      <xsd:complexType name="Measured">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Attributes of observations obtained from an
               instrument or sensor.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Field" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Particle" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Photon" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Mixed" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Field" type="Field"/>
      <xsd:complexType name="Field">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The space around a radiating body within which
               its electromagnetic attributes can exert force
               on another similar body that is not in direct
               contact.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Orientation" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="FieldQualifier" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="FieldQuantity" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Particle" type="Particle"/>
      <xsd:complexType name="Particle">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A description of the types of particles observed
               in the measurement. This includes both direct
               observations and inferred observations.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ParticleType" minOccurs="1" maxOccurs="unbounded" /> 
            <xsd:element ref="ParticleQualifier" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="ParticleQuantity" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AtomicNumber" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="EnergyRange" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="AzimuthalAngleRange" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="PolarAngleRange" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="EnergyRange" type="EnergyRange"/>
      <xsd:complexType name="EnergyRange">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The minimum and maximum energy values of the
               particles represented by a given &quot;physical
               parameter&quot; description.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Low" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="High" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Units" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Bin" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Bin" type="Bin"/>
      <xsd:complexType name="Bin">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A grouping of observations according to a
               band or window of a common attribute.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Low" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="High" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="AzimuthalAngleRange" type="AzimuthalAngleRange"/>
      <xsd:complexType name="AzimuthalAngleRange">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The range of possible azimuthal angles for
               a group of energy observations.  Default units
               are degrees.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Low" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="High" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Units" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Bin" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="PolarAngleRange" type="PolarAngleRange"/>
      <xsd:complexType name="PolarAngleRange">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The range of possible polar angles for a group
               of energy observations. Defaults units are
               degrees.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Low" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="High" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Units" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Bin" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Photon" type="Photon"/>
      <xsd:complexType name="Photon">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Photon (radio through gamma-rays): the fundamental
               particle or quantum of electromagnetic radiation
               (radiant energy)
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="PhotonQualifier" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="PhotonQuantity" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="FrequencyRange" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="FrequencyRange" type="FrequencyRange"/>
      <xsd:complexType name="FrequencyRange">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The range of possible values for the observed
               frequency.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Low" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="High" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Units" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Bin" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Support" type="Support"/>
      <xsd:complexType name="Support">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Information useful in understanding the context
               of an observation, typically observed or measured
               coincidentally with a physical observation.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Other" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Positional" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Temporal" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Positional" type="Positional"/>
      <xsd:complexType name="Positional">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The specification of the location of an object
               or measurement within a reference coordinate
               system. The position is usually expressed
               as a set of values corresponding to the location
               along a set of orthogonal axes together with
               the date/time of the observation.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="Orientation" minOccurs="1" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Granule" type="Granule"/>
      <xsd:complexType name="Granule">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               An accessible portion of another resource.
               The ParentID of a Granule resource must be
               a NumericalData resource. The attributes of
               a Granule supersede the corresponding attributes
               in the NumericalData resource.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ReleaseDate" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ParentID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="URL" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="StartDate" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="StopDate" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Instrument" type="Instrument"/>
      <xsd:complexType name="Instrument">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A device which is used to sense and parameterize
               a physical phenomenon.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="InstrumentType" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="InvestigationName" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ObservatoryID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Caveats" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Observatory" type="Observatory"/>
      <xsd:complexType name="Observatory">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
                The host (spacecraft, network, facility)
               for instruments making observations.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="ObservatoryGroup" minOccurs="0" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Person" type="Person"/>
      <xsd:complexType name="Person">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               An individual human being.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ReleaseDate" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="PersonName" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="OrganizationName" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="Address" minOccurs="0" maxOccurs="1" /> 
            <xsd:element ref="Email" minOccurs="0" maxOccurs="unbounded" /> 
            <xsd:element ref="PhoneNumber" minOccurs="0" maxOccurs="unbounded" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Registry" type="Registry"/>
      <xsd:complexType name="Registry">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A location or facility where resources are
               cataloged.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Repository" type="Repository"/>
      <xsd:complexType name="Repository">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A location or facility where resources are
               stored.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
   
      <xsd:element name="Service" type="Service"/>
      <xsd:complexType name="Service">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A location or facility that can perform a
               well defined task.
            </xsd:documentation>
         </xsd:annotation>
         <xsd:sequence>
            <xsd:element ref="ResourceID" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="ResourceHeader" minOccurs="1" maxOccurs="1" /> 
            <xsd:element ref="AccessURL" minOccurs="1" maxOccurs="1" /> 
         </xsd:sequence>
      </xsd:complexType>
<!-- ================================
      Dictionary Terms
     ================================ -->
      <xsd:element name="AccessRights" type="enumAccessRights">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Permissions granted or denied by the host
               of a product to allow other users to access
               and use the resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Acknowledgement" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The individual, group or organization which
               should be acknowledged when the data is used
               in or contributes to a presentation or publication.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Address" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Directions for finding some location; written
               on letters or packages that are to be delivered
               to that location.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="AlternateName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               An alternative or shortened name used to refer
               to a resource. This includes acronyms, expanded
               names or synonym for a resource. 
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="AssociationID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The resource identifier for a resource with
               which this resource is closely associated.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="AtomicNumber" type="xsd:decimal">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The the number of protons in the nucleus of
               an atom.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Availability" type="enumAvailability">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               An indication of the method or service which
               may be used to access the resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Cadence" type="xsd:duration">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The time interval between the start of successive
               measurements.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Caveats" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Information which may be important in the
               avoidance of misuse of the resource. This
               includes things such as instrument maladies,
               corruption or contamination.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="CoordinateRepresentation" type="enumCoordinateRepresentation">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The method or form for specifying a given
               point in a given coordinate system
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="CoordinateSystemName" type="enumCoordinateSystemName">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifies the coordinate system in which
               the position, direction or observation has
               been expressed.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Description" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A detailed description of the resource which
               should include discussions of the main quantities
               in the resource, possible uses and search
               terms. A description should also include whether
               any corrections (i.e, geometry, inertial)
               have been applied to it.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="DisplayCadence" type="xsd:duration">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The time interval between the successive display
               elements.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Email" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The electronic address at which the individual
               may be contacted expressed in the form &quot;local-part@domain&quot;.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Encoding" type="enumEncoding">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A set of unambiguous rules that establishes
               the representation of information within a
               file.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="EndDate" type="xsd:dateTime">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The specification of a stopping point in time.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Exposure" type="xsd:duration">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The time interval over which an individual
               measurement is taken.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="FieldQualifier" type="enumFieldQualifier">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Characterizes the directional and statistical
               aspects of the field observation.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="FieldQuantity" type="enumFieldQuantity">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The physical attribute of the field.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Format" type="enumFormat">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The organization of data according to preset
               specifications. The value is selected from
               a list of accepted names for known, well documented
               formats.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="High" type="xsd:decimal">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The largest value within a range of possible
               values.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="InputResourceID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The resource identifier for a resource which
               was used to generate this resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="InstrumentID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The identifier of an Instrument resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="InstrumentRegion" type="enumRegion">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The portion of space occupied by the instrument
               at the time of an observation. A region is
               distinguished by certain natural features
               or physical characteristics.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="InstrumentType" type="enumInstrumentType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of an integrated collection
               of software and hardware containing one or
               more sensors and associated controls used
               to produce data on an environment.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="InvestigationName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The name given to the contract or engagement
               which enabled the data to be produced. Each
               investigation is associated with a Principal
               Investigator or Guest Investigator who was
               responsible for the original proposal.  For
               single PI missions each major subsystem having
               its own identified Team Leader may also be
               classed as an &quot;Investigation&quot; for the purposes
               of data archiving.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Keyword" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A word or phrase that is relevant to the resource
               but does not exist in other documentary information.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Low" type="xsd:decimal">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The smallest value within a range of possible
               values.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="MeasurementType" type="enumMeasurementType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of the quantitative assessment
               of a phenomenon.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Mixed" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A measured observation which is derived from
               a combination of two or more individual measurements.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Name" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A language unit by which a person or thing
               is known.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ObservatoryGroup" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A set of programmatically related observatories.
               The value is taken from an approved list of
               observatory group names.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ObservatoryID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The identifier of an Observatory resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ObservedRegion" type="enumRegion">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The portion of space measured by the instrument
               at the time of an observation. A region is
               distinguished by certain natural features
               or physical characteristics. It is the location
               of the observatory for in situ data, the location
               or region sensed by remote sensing observatories
               and the location-of-relevance for parameters
               that are derived from observational data.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="OrganizationName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A unit within a company or other entity (e.g.,
               Government agency or branch of service) within
               which many projects are managed as a whole.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Orientation" type="enumOrientation">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The direction within a coordinate system.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Other" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Values, such as flags, that are not time tags,
               location data or measured or derived parameters.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ParameterKey" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The name or identfier which can be used to
               access the parameter in the resource. The
               associated value is dependent on the service
               used to access the resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ParentID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The resource identifier for a resource that
               a resource is a part of. The resource inherits
               the attributes of the referenced resource.
               Attributes defined in the resource override
               attributes of the parent in the manner perscribed
               by the containing resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ParticleQualifier" type="enumParticleQualifier">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Characterizes the directional and statistical
               aspects of the particle observation.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ParticleQuantity" type="enumParticleQuantity">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of the physical properties
               of the particle.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ParticleType" type="enumParticleType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of the kind of particle
               observed by the measurement.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PersonID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The identifier assigned to a Person description.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PersonName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The words used to address an individual.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PhenomenonType" type="enumPhenomenonType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The characteristics or categorization of an
               event type.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PhoneNumber" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The symbols and numerals required to contact
               an individual by telephone. The string may
               contain punctuation marks such as dash (-)
               or dot (.) to separate fields within the string.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PhotonQualifier" type="enumPhotonQualifier">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Characterizes the directional and statistical
               aspects of the photon observation.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="PhotonQuantity" type="enumPhotonQuantity">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A characterization of the physical properties
               of the photon.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ProviderProcessingLevel" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The provider specific classification of the
               processing performed on the product.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ProviderResourceName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A short textual description of a resource
               used by the provider which may be used to
               identify a resource.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ProviderVersion" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Describes the release or edition of the product
               used by the provider. The formation rule may
               vary between providers. It is intended to
               aid in queries to the provider regarding the
               product.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="RelativeEndDate" type="xsd:duration">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               An indication of the nominal end date relative
               to the present. 
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ReleaseDate" type="xsd:dateTime">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The point in time when an item is made available.
               
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="RepositoryID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ResourceID" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A Resource ID is a URI that has the form &quot;scheme://authority/path&quot;
               where &quot;scheme&quot; is &quot;spase&quot; for those resources
               administered through the SPASE framework,
               &quot;authority&quot; is the unique identifier for the
               resource provider registered within the SPASE
               framework and &quot;path&quot; is the unique identifier
               of the resource within the context of the
               &quot;authority&quot;. The resource ID must be unique
               within the SPASE framework.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="ResourceName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A short textual description of a resource
               which may be useful when read by a person.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Role" type="enumRole">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The assigned or assumed function or position
               of an individual.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Size" type="xsd:integer">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The physical dimensions, proportions, magnitude,
               or extent of an object..
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="SpectralRange" type="enumSpectralRange">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The general term used to describe wavelengths
               or frequencies within a given span of values
               for those quantities.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="StartDate" type="xsd:dateTime">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The specification of a starting point in time.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="StopDate" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Temporal" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Pertaining to time.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="URL" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Uniform Resource Locator (URL) is the global
               address of documents and other resources on
               the World Wide Web. The first part of the
               address indicates what protocol to use, and
               the second part specifies the IP address or
               the domain name where the resource is located
               followed by the pathname of the resource.
               A URL is specified in the form protocol://server.domain.name:port/pathname.
               Example protocols are HTTP or FTP, server
               domain name is the Internet name.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Units" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               A description of the standardized measurement
               increments in which a value is specified.
               The description is represented as a mathematical
               phrase. Individual units within the phrase
               must conform to the International System of
               Units (SI) which is maintained by BIPM (Bureau
               International des Poids et Mesures. See &lt;http://www.bipm.fr/&gt;
               ). The symbol associated with a unit should
               be used in the phrase. Within the phrase the
               circumflex (^) is used to indicate a power,
               a star (*) is used to indicate multiplication
               and a slash (/) division. When symbols are
               not separated by a mathematical operator,
               multiplication is assumed. Symbols for base
               units can be found at: &lt;http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols&gt;
               and those for common derived units can be
               found at: &lt;http://www.bipm.fr/en/si/derived_units/2-2-2.html&gt;
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="UnitsConversion" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               The multiplicative factor for converting a
               unit into International System of Units (SI)
               units. The factor is expressed in the form
               &quot;number &gt; x&quot;, where &quot;number&quot; is a numerical
               value and &quot;x&quot; is the appropriate SI units.
               The basic SI units are Enumerated: m (meter),
               N (newton), kg (kilogram), Pa (pascal), s
               (second), Hz (hertz), A (ampere), V (volt),
               K (kelvin), W (watt), rad (radian), J (joule),
               sr (steradian), C (coulomb), T (tesla), ohm
               (ohm), mho (mho or seimens), H (henry), and
               F (farad). Two useful units which are not
               SI units are: degree (angle), and unitless
               (no units). An example is: &quot;1.0E-5&gt;T&quot; which
               converts the units, presumable nT, to tesla.
               Another example is: &quot;1.0e-1&gt;km/s&quot; which converts
               a velocity expressed in meters per second
               to kilometers per second.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
      <xsd:element name="Version" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Indicates the release identifier. When used
               to indicate the release of the SPASE data
               model, it is a in the form Major.Minor.Fix
               where Major: A significant change in the architecture
               of the model or rewrite of the implementation.
               This includes major changes in design or implementation
               language. This number starts at 0 (zero).
               Minor: An addition of terms or features that
               require changes in documentation/external
               API. This number starts at 0 (zero). Fix:
               Any change that doesn&#39;t require documentation/external
               API changes. This number starts at 0 (zero).
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
<!-- ================================
      Lists
     ================================ -->
<!-- ==========================
Access Rights

Identifiers for permissions granted or denied
by the host of a product to allow other users
to access and use the resource.
========================== -->
      <xsd:simpleType name="enumAccessRights">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for permissions granted or denied
               by the host of a product to allow other users
               to access and use the resource.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Open">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Access is granted to everyone.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Restricted">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Access to the product is regulated and requires
            some form of identification.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Availability

Identifiers for indicating the method or service
which may be used to access the resource.
========================== -->
      <xsd:simpleType name="enumAvailability">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for indicating the method or service
               which may be used to access the resource.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Offline">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Not directly accessible electronically. This
            includes resources which may to be moved to
            an online status in response to a given request.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Online">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Directly accessible electronically.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Coordinate Representation

Identifiers the represenational form for coordinate
system.ation has been expressed.
========================== -->
      <xsd:simpleType name="enumCoordinateRepresentation">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers the represenational form for coordinate
               system.ation has been expressed.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Cartesian">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A coordinate system in which the position
            of a point is determined by its distance from
            two or three mutually perpendicular axes.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cylindrical">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A system of curvilinear coordinates in which
            the position of a point in space is determined
            by its perpendicular distance from a given
            line, its distance from a selected reference
            plane perpendicular to this line, and its
            angular distance from a selected reference
            line when projected onto this plane.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Spherical">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A system of curvilinear coordinates characterized
            by an azimuthal angle (longitude),  a polar
            angle (latitude), and a distance (radius)
            from a point to the origin.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Coordinate System Name

Identifiers for coordinate systems in which
the position, direction or observation has
been expressed.
========================== -->
      <xsd:simpleType name="enumCoordinateSystemName">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for coordinate systems in which
               the position, direction or observation has
               been expressed.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="CGM">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Corrected Geomagnetic - A coordinate system
            from a spatial point with GEO radial distance
            and geomagnetic latitude and longitude, follow
            the epoch-appropriate IGRF/DGRF model field
            vector through to the point where the field
            line crosses the geomagnetic dipole equatorial
            plane. Then trace the dipole magnetic field
            vector Earthward from that point on the equatorial
            plane, in the same hemisphere as the original
            point, until the initial radial distance is
            reached. Designate the dipole latitude and
            longitude at that point as the CGM latitude
            and longitude of the original point. See &lt;http://nssdc.gsfc.nasa.gov/space/cgm/cgmm_des.html&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DM">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Dipole Meridian - A coordinate system centered
            at the observation point. Z axis is parallel
            to the Earth&#39;s dipole axis, positive northward.
            X is in the plane defined by Z and the line
            linking the observation point with the Earth&#39;s
            center. Y is positive eastward. See &lt;http://cdpp.cnes.fr/00428.pdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GEI">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geocentric Equatorial Inertial - A coordinate
            system where the Z axis is along Earth&#39;s spin
            vector, positive northward. X axis points
            towards the first point of Aries (from the
            Earth towards the Sun at the vernal equinox).
            See Russell, 1971
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GEO">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geographic - geocentric corotating - A coordinate
            system where the Z axis is along Earth&#39;s spin
            vector, positive northward. X axis lies in
            Greenwich meridian, positive towards Greenwich.
            See Russell, 1971.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GSE">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geocentric Solar Ecliptic - A coordinate system
            where the X axis is from Earth to Sun. Z axis
            is normal to the ecliptic, positive northward.
            See Russell, 1971.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GSEQ">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geocentric Solar Equatorial - A coordinate
            system where the X axis is from Earth to Sun.
            Y axis is parallel to solar equatorial plane.
            Z axis is positive northward. See Russell,
            1971
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GSM">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geocentric Solar Magnetospheric - A coordinate
            system where the X axis is from Earth to Sun,
            Z axis is northward in a plane containing
            the X axis and the geomagnetic dipole axis.
            See Russell, 1971
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HAE">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Heliocentric Aries Ecliptic - A coordinate
            system where the Z axis is normal to the ecliptic
            plane, positive northward. X axis is positive
            towards the first point of Aries (from Earth
            to Sun at vernal equinox). Same as SE below.
            See Hapgood, 1992.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HEE">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Heliocentric Earth Ecliptic - A coordinate
            system where the Z axis is normal to the ecliptic
            plane, positive northward. X axis points from
            Sun to Earth. See Hapgood, 1992
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HEEQ">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Heliocentric Earth Equatorial - A coordinate
            system where the Z axis is normal to the solar
            equatorial plane, positive northward. X axis
            is generally Earthward in the plane defined
            by the Z axis and the Sun-Earth direction.
            See Hapgood, 1992.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HG">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Heliographic - A heliocentric rotating coordinate
            system where the Z axis is normal to the solar
            equatorial plane, positive northward. X, Y
            axes rotate with a 25.38 day period. The zero
            longitude (X axis) is defined as the longitude
            that passed through the ascending node of
            the solar equator on the ecliptic plane on
            1 January, 1854 at 12 UT. See &lt;http://nssdc.gsfc.nasa.gov/space/helios/coor_des.html&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HGI">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Heliographic Inertial - A heliocentric coordinate
            system where the Z axis is normal to the solar
            equatorial plane, positive northward. X axis
            is along the intersection line between solar
            equatorial and ecliptic planes. The X axis
            was positive at SE longitude of 74.367 deg
            on Jan 1, 1900. (See SE below.) See &lt;http://nssdc.gsfc.nasa.gov/space/helios/coor_des.html&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="J2000">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An astronomical coordinate system which uses
            the mean equator and equinox of Julian date
            2451545.0 TT (Terrestrial Time), or January
            1, 2000, noon TT. (aka J2000) to define a
            celestial reference frame.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LGM">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Local Geomagnetic - A coordinate system used
            mainly for Earth surface or near Earth surface
            magnetic field data. X axis northward from
            observation point in a geographic meridian.
            Z axis downward towards Earth&#39;s center. In
            this system, H (total horizontal component)
            = SQRT (Bx**2 + By**2) and D (declination
            angle) = arctan (By/Bx)
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MAG">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Geomagnetic - geocentric. Z axis is parallel
            to the geomagnetic dipole axis, positive north.
            X is in the plane defined by the Z axis and
            the Earth&#39;s rotation axis. If N is a unit
            vector from the Earth&#39;s center to the north
            geographic pole, the signs of the X and Y
            axes are given by Y = N x Z, X = Y x Z.. See
            Russell, 1971, and &lt;http://cdpp.cnes.fr/00428.pdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MFA">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Magnetic Field Aligned - A coordinate system
            spacecraft-centered system with Z in the direction
            of the ambient magnetic field vector. X is
            in the plane defined by Z and the spacecraft-Sun
            line, positive sunward. See &lt;http://cdpp.cnes.fr/00428.pdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RTN">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Radial Tangential Normal. Typically centered
            at a spacecraft. Used for IMF and plasma V
            vectors. R (radial) axis is radially away
            from the Sun, T (tangential) axis is normal
            to the plane formed by R and the Sun&#39;s spin
            vector, positive in the direction of planetary
            motion. N (normal) is R x T.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SC">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Spacecraft - A coordinate system defined by
            the spacecraft geometry and/or spin. Often
            has Z axis parallel to spacecraft spin vector.
            X and Y axes may or may not corotate with
            the spacecraft. See SR and SR2 below.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SE">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Solar Ecliptic - A heliocentric coordinate
            system where the Z axis is normal to the ecliptic
            plane, positive northward. X axis is positive
            towards the first point of Aries (from Earth
            to Sun at vernal equinox). Same as HAE above.
            See &lt;http://nssdc.gsfc.nasa.gov/space/helios/coor_des.html&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SM">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Solar Magnetic - A geocentric coordinate system
            where the Z axis is northward along Earth&#39;s
            dipole axis, X axis is in plane of z axis
            and Earth-Sun line, positive sunward. See
            Russell, 1971.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SR">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Spin Reference - A special case of a Spacecraft
            (SC) coordinate system for a spinning spacecraft.
            Z is parallel to the spacecraft spin vector.
            X and Y rotate with the spacecraft. See &lt;http://cdpp.cnes.fr/00428.pdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SR2">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Spin Reference 2 - A special case of a Spacecraft
            (SC) coordinate system for a spinning spacecraft.
            Z is parallel to the spacecraft spin vector.
            X is in the plane defined by Z and the spacecraft-Sun
            line, positive sunward. See &lt;http://cdpp.cnes.fr/00428.pdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SSE">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Spacecraft Solar Ecliptic - A coordinate system
            used for deep space spacecraft, for example
            Helios. - X axis from spacecraft to Sun. Z
            axis normal to ecliptic plane, positive northward.
            Note: Angle between normals to ecliptic and
            to Helios orbit plane ~ 0.25 deg.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Earth

dentifiers for the regions surrounding the
Earth.
========================== -->
      <xsd:simpleType name="enumEarth">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               dentifiers for the regions surrounding the
               Earth.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Magnetosheath">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region between the bow shock and the magnetopause,
            characterized by very turbulent plasma.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetosphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region of space above the atmosphere or
            surface of the planet, and bounded by the
            magnetopause, that is under the direct influence
            of the planet&#39;s magnetic field.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetosphere.Magnetotail">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region on the night side of the body where
            the magnetic filed is stretched backwards
            by the force of the solar wind. For Earth,
            the magnetotail begins at a night-side radial
            distance of 10 Re (X &gt; -10Re).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetosphere.Main">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region of the magnetosphere where the
            magnetic field lines are closed, but does
            not include the gaseous region gravitationally
            bound to the body.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetosphere.Polar">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region near the pole of a body. For a
            magnetosphere the polar region is the area
            where magnetic field lines are open and includes
            the aural zone.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetosphere.RadiationBelt">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region within a magnetosphere where high-energy
            particles could potentially be trapped in
            a magnetic field.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearSurface">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The gaseous and possibly ionized environment
            of a body extending from the surface to some
            specified altitude.  For the Earth, this altitude
            is 2000 km. 
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearSurface.Atmosphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The neutral gases surrounding a body that
            extends from the surface and is bound to the
            body by virtue of the gravitational attraction.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearSurface.AuroralRegion">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region in the atmospheric where electrically-charged
            particles bombarding the upper atmosphere
            of a planet in the presence of a magnetic
            field produce an opitcal phenomenum.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearSurface.Ionosphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The charged or ionized gases surrounding a
            body that are nominally bound to the body
            by virtue of the gravitational attraction..
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Surface">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The outermost area of a solid object.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Encoding

Identifier for unambiguous rules that establishes
the representation of information within a
file.
========================== -->
      <xsd:simpleType name="enumEncoding">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifier for unambiguous rules that establishes
               the representation of information within a
               file.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="ASCII">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A sequence of characters that adheres to American
            Standard Code for Information Interchange
            (ASCII) which is an 7-bit character-coding
            scheme.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Base64">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A data encoding scheme whereby binary-encoded
            data is converted to printable ASCII characters.
            It is defined as a MIME content transfer encoding
            for use in internet e-mail. The only characters
            used are the upper- and lower-case Roman alphabet
            characters (AZ, az), the numerals (09),
            and the &quot;+&quot; and &quot;/&quot; symbols, with the &quot;=&quot;
            symbol as a special suffix (padding) code.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BZIP2">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An open standard algorithm by Julian Seward
            using Burrows-Wheeler block sorting and Huffman
            coding. See &lt;http://www.bzip.org/&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GZIP">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An open standard algorithm distributed by
            GHU based on LZ77 and Huffman coding. See
            &lt;http://www.gnu.org/software/gzip/gzip.html&gt;
            or &lt;http://www.gzip.org/&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="None">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A lack or absence of anything.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Unicode">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Text in multi-byte Unicode format.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ZIP">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An open standard for compression which is
            a variation of the LZW method and was originally
            used in the PKZIP utility.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Field Component

Identifiers for components of a coordinate
system which can be associated with a Field
Quantity.
========================== -->
      <xsd:simpleType name="enumFieldComponent">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for components of a coordinate
               system which can be associated with a Field
               Quantity.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Field Qualifier

Identifiers for terms which can be associated
with a Field Quantity.
========================== -->
      <xsd:simpleType name="enumFieldQualifier">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for terms which can be associated
               with a Field Quantity.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Average">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The statistical mean; the sum of a set of
            values divided by the number of values in
            the set.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Component">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A part of a multi-part entity, e.g., the components
            of a vector.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Deviation">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The difference between an observed value and
            the expected value of a quantity.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnitude">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A measure of the strength or size of a vector
            quantity.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Peak">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The maximum value for the quantity in question,
            over a period of time which is usually equal
            to the cadence.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Perpendicular">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            At right angles to a given direction.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Variance">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A measure of dispersion of a set of data points
            around their mean value. The expectation value
            of the squared deviations from the mean.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Vector">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A quantity having both magnitude and direction,
            e.g. displacement, velocity, acceleration
            and force.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Field Quantity

Identifiers for the physical attribute of
the field.
========================== -->
      <xsd:simpleType name="enumFieldQuantity">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the physical attribute of
               the field.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="CrossSpectrum">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The Fourier transform of the cross correlation
            of two physical or empirical observations.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Electric">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The physical attribute that exerts an electrical
            force.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetic">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The physical attribute attributed to a magnet
            or its equivalent.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Potential">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A field which obeys Laplace&#39;s Equation.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PoyntingFlux">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The rate of energy transport per unit area
            per steradian.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Format

Identifiers for data organized according to
preset specifications.
========================== -->
      <xsd:simpleType name="enumFormat">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for data organized according to
               preset specifications.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="AVI">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Audio Video Interleave (AVI) a digital format
            for movies that conforms to the Microsoft
            Windows Resource Interchange File Format (RIFF).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Binary">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A direct representation of the bits which
            may be stored in memory on a computer.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CDF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Common Data Format (CDF). A binary storage
            format developed at Goddard Space Flight Center
            (GSFC).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CEF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Cluster Exchange Format (CEF) is a self-documenting
            ASCII format designed for the exchange of
            data. There are two versions of CEF which
            are not totally compatible.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CEF1">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Cluster Exchange Format (CEF), version 1,
            is a self-documenting ASCII format designed
            for the exchange of data. The metadata contains
            information compatible with the ISTP recommendations
            for CDF.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CEF2">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Cluster Exchange Format (CEF), version 2,
            is a self-documenting ASCII format designed
            for the exchange of data and introduced for
            Cluster Active Archive. Compared to version
            1, the metadata description of vectors and
            tensors is different.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FITS">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Flexible Image Transport System (FITS) is
            a digital format primarily designed to store
            scientific data sets consisting of multi-dimensional
            arrays (1-D spectra, 2-D images or 3-D data
            cubes) and 2-dimensional tables containing
            rows and columns of data.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GIF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Graphic Interchange Format (GIF) first introduced
            in 1987 by CompuServe. GIF uses LZW compression
            and images are limited to 256 colours.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HDF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Hierarchical Data Format
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HDF4">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Hierarchical Data Format, Version 4
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HDF5">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Hierarchical Data Format, Version 5
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HTML">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A text file containing structured information
            represented in the HyperText Mark-up Language
            (HTML). See &lt;http://www.w3.org/MarkUp/&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="IDFS">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Instrument Data File Set (IDFS) is a set of
            files written in a prescribed format which
            contain data, timing data, and meta-data.
            IDFS was developed at Southwest Research Institute
            (SwRI).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="IDL">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Interactive Data Language (IDL) save set.
            IDL is a proprietary format.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="JPEG">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A binary format for still images defined by
            the Joint Photographic Experts Group
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MATLAB_4">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            MATLAB Workspace save set, version 4. MAT-files
            are double-precision, binary, MATLAB format
            files. MATLAB is a proprietary product of
            The MathWorks. 
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MATLAB_6">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            MATLAB Workspace save set, version 6. MAT-files
            are double-precision, binary, MATLAB format
            files. MATLAB is a proprietary product of
            The MathWorks. 
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MATLAB_7">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            MATLAB Workspace save set, version 7. MAT-files
            are double-precision, binary, MATLAB format
            files. Version 7 includes data compression
            and Unicode encoding. MATLAB is a proprietary
            product of The MathWorks. 
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MPEG">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A digital format for movies defined by the
            Motion Picture Experts Group
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NCAR">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The National Center for Atmospheric Research
            (NCAR) format. A complete description of that
            standard is given in appendix C of the &quot;Report
            on Establishment &amp; Operation of the Incoherent-
            Scatter Data Base&quot;, dated August 23, 1984,
            obtainable from NCAR, P.O. Box 3000 Boulder,
            Colorado 80307-3000. 
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NetCDF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Unidata Program Center&#39;s Network Common Data
            Form (NetCDF). A self-describing data portable
            data format for array-oriented data access.
            See &lt;http://my.unidata.ucar.edu/content/software/netcdf&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PDF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A document expressed in the Portable Document
            Format (PDF) as defined by Adobe.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PNG">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A digital format for still images. Portable
            Network Graphics (PNG)
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="QuickTime">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A format for digital movies, as defined by
            Apple Computer. See &lt;http://developer.apple.com/quicktime/&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Text">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            ASCII text
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TIFF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A binary format for still pictures. Tagged
            Image Format File (TIFF). Originally developed
            by Aldus and now controlled by Adobe.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UDF">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Universal Data Format (UDF). The Optical Technology
            Storage Association&#39;s Universal Disk Format,
            based on ISO 13346. See &lt;http://www.osta.org/specs/index.htm&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="VOTable">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A proposed XML standard designed as a flexible
            storage and exchange format for tabular data.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="XML">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            eXtensible Mark-up Language (XML). A structured
            format for representing information. See &lt;http://www.w3.org/XML/&gt;
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Heliosphere

Identifiers for regions of the solar atmosphere
which extends roughly from the inner corona
to the edge of the solar plasma at the heliopause
separating primarily solar plasma from interstellar
plasma.
========================== -->
      <xsd:simpleType name="enumHeliosphere">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for regions of the solar atmosphere
               which extends roughly from the inner corona
               to the edge of the solar plasma at the heliopause
               separating primarily solar plasma from interstellar
               plasma.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Inner">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region of the heliosphere extending radially
            out from the &quot;surface&quot; of the Sun to 1 AU.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NearEarth">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The heliospheric region near the Earth which
            extends to and includes the area near the
            L1 and L2 Lagrange point.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Outer">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region of the heliosphere from, but not
            including, 1 AU to the farthest extent of
            the heliosphere (heliopause).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Remote1AU">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The heliospheric region near the Earth&#39;s orbit,
            but exclusive of the region near the Earth.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Instrument Type

Identifiers for the type of experiment the
instrument performs. This is the technique
of observation.
========================== -->
      <xsd:simpleType name="enumInstrumentType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the type of experiment the
               instrument performs. This is the technique
               of observation.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Antenna">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A sensor used to measure electric potential.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Channeltron">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument that detects electrons, ions,
            and UV-radiation, according to the principle
            of a secondary emission multiplier. It is
            typically used in electron spectroscopy and
            mass spectrometry.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DoubleSphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A dipole antenna of which the active (sensor)
            elements are small spheres located at the
            ends of two wires deployed in the equatorial
            plane, on opposite sides of a spinning spacecraft.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ElectronDriftInstrument">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An active experiment to measure the electron
            drift velocity based on sensing the displacement
            of a weak beam of electrons after one gyration
            in the ambient magnetic field.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ElectrostaticAnalyser">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which uses charged plates to
            analyze the mass, charge and kinetic energies
            of charged particles which enter the instrument.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EnergeticParticleInstrument">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument that measures fluxes of charged
            particles as a function of time, direction
            of motion, mass, charge and/or species
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FaradayCup">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument consisting of an electrode from
            which electrical current is measured while
            a charged particle beam (electrons or ions)
            impinges on it. Used to determine energy spectrum
            and sometimes ion composition of the impinging
            particles.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FluxFeedback">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A search coil whose bandwidth and signal/noise
            ratio are increased by the application of
            negative feedback at the sensor (flux) level
            by driving a collocated coil with a signal
            from the preamplifier.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FourierTransformSpectrograph">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument that determines the spectra
            of a radiative source, using time-domain measurements
            and a Fourier transform.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Imager">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which samples the radiation
            from an area at one or more spectral ranges
            emitted or reflected by an object.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LangmuirProbe">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A monopole antenna associated with an instrument.
            The instrument applies a potential to the
            antenna which is swept to determine the voltage/current
            characteristic. This provides information
            about the plasma surrounding the probe and
            spacecraft.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LongWire">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A dipole antenna whose active (sensor) elements
            are two wires deployed in the equatorial plane
            on opposite sides of a spinning spacecraft,
            and whose length is several times greater
            than the spacecraft diameter.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetometer">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which measures the ambient magnetic
            field.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MassSpectrometer">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which distinguishes chemical
            species in terms of their different isotopic
            masses.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MicrochannelPlate">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument used for the detection of elementary
            particles, ions, ultraviolet rays and soft
            X-rays constructed from very thin conductive
            glass capillaries.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Monopole">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ParticleCorrelator">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which correlates particle flux
            to help identify wave/particle interactions.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="QuadrisphericalAnalyser">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument used for the 3-D detection of
            plasma, energetic electrons and ions, and
            for positive-ion composition measurements.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Radar">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument which uses radar to obtain an
            image of an object.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ResonanceSounder">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A combination of a radio receiver and a pulsed
            transmitter used to study the plasma surrounding
            a spacecraft by identifying resonances or
            cut-offs (of the wave dispersion relation),
            whose frequencies are related to the ambient
            plasma density and magnetic field. When the
            transmitter is off it is essentially a high
            frequency-resolution spectral power receiver.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SearchCoil">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A loop of wire used to determine the time
            variation of the magnetic flux threading the
            loop by measurement of the electric potential
            difference induced between the ends of the
            wire.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SpacecraftPotentialControl">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument to control the electric potential
            of a spacecraft with respect to the ambient
            plasma by emitting a variable current of positive
            ions.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SpectralPowerReceiver">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A radio receiver which determines the power
            spectral density of the electric or magnetic
            field, or both, at one or more frequencies.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Spectrometer">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An instrument that measures the component
            wavelengths of light or other electromagnetic
            radiation into its component wavelengths.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WaveformReceiver">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A radio receiver which outputs the value of
            one or more components of the electric and/or
            magnetic field as a function of time.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Magnetosphere

Identifiers for the region of space above
the atmosphere or surface of the planet, and
bounded by the magnetopause, that is under
the direct influence of planet's magnetic
field.
========================== -->
      <xsd:simpleType name="enumMagnetosphere">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the region of space above
               the atmosphere or surface of the planet, and
               bounded by the magnetopause, that is under
               the direct influence of planet&#39;s magnetic
               field.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Magnetotail">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region on the night side of the body where
            the magnetic filed is stretched backwards
            by the force of the solar wind. For Earth,
            the magnetotail begins at a night-side radial
            distance of 10 Re (X &gt; -10Re).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Main">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region of the magnetosphere where the
            magnetic field lines are closed, but does
            not include the gaseous region gravitationally
            bound to the body.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Polar">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region near the pole of a body. For a
            magnetosphere the polar region is the area
            where magnetic field lines are open and includes
            the aural zone.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RadiationBelt">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region within a magnetosphere where high-energy
            particles could potentially be trapped in
            a magnetic field.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Measurement Type

Identifiers for the method of making an estimated
value of a quantity that forms the basis of
an observaton.
========================== -->
      <xsd:simpleType name="enumMeasurementType">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the method of making an estimated
               value of a quantity that forms the basis of
               an observaton.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="ActivityIndex">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An indication, derived from one or more measurements,
            of the level of activity of an object or region,
            such as sunspot number, F10.7 flux, Dst, or
            the Polar Cap Indices.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ChargedParticleFlux">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of fluxes of charged or ionized
            particles at above thermal energies, including
            relativistic particles of solar and galactic
            origin. May give simple fluxes, but more complete
            distributions are sometimes possible. Composition
            measurements may also be made.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Dopplergram">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A map or image depicting the spatial distribution
            of line-of-sight velocities of the observed
            object.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DynamicSpectra">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A three-dimensional representation of successive
            spectra which allows time evolution to be
            clearly seen. Time is plotted along the abscissa,
            frequency (or particle energy) along the ordinate,
            and the spectral power density (or differential
            particle flux) is represented by different
            shades of grey, or color. This representation
            is also known as a spectrogram.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ElectricField">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of electric field vectors (sometimes
            not all components) as a time series.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EnergeticParticles">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Pieces of matter that are moving very fast.
            Energetic particles include protons, electrons,
            neutrons, neutrinos, the nuclei of atoms,
            and other sub-atomic particles.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ImageIntensity">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of the two-dimensional distribution
            of the intensity of photons from some region
            or object such as the Sun or the polar auroral
            regions; can be in any wavelength band, and
            polarized, etc.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="IonComposition">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            In situ measurements of the relative flux
            or density of electrically charged particles
            in the space environment. May give simple
            fluxes, but full distribution functions are
            sometimes measured.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Irradiance">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A radiometric term for the power of electromagnetic
            radiation at a surface, per unit area. &quot;Irradiance&quot;
            is used when the electromagnetic radiation
            is incident on the surface. The SI unit of
            irradiance is watts per square meter (W·m-2).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MagneticField">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of magnetic field vectors (sometimes
            not all components) as time series; can be
            space- or ground-based. Also, [Zeeman splitting,
            etc. based]: A region of space near a magnetized
            body where magnetic forces can be detected
            [as measured by methods such as Zeeman splitting,
            etc.]
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnetogram">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of the vector or line-of-sight
            magnetic field determined from remote sensing
            measurements of the detailed structure of
            spectral lines, including their splitting
            and polarization. (&quot;Magnetogram.&quot;)
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NeutralAtomImages">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of neutral atom fluxes as a function
            of look direction; often related to remote
            energetic charged particles that lose their
            charge through charge-exchange and then reach
            the detector on a line.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NeutralGas">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of neutral atomic and molecular
            components of a body and its surrounding environments.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Profile">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of a quantity as a function of
            height above an object such as the limb of
            a body.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Radiance">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A radiometric measurement that describe the
            amount of electromagnetic radiation that passes
            through or is emitted from a particular area,
            and falls within a given solid angle in a
            specified direction. They are used to characterize
            both emission from diffuse sources and reflection
            from diffuse surfaces. The SI unit of radiance
            is watts per steradian per square meter (W·sr-1·m-2).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RadioandPlasmaWaves">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of electric and/or magnetic fields
            using electric or magnetic antennas at frequencies
            anywhere between the spacecraft spin frequency
            and the characteristic frequencies of the
            ambient plasma.  The output can be waveform,
            power spectral density, or other statistical
            parameters.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RadioSoundings">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of plasma density, magnetic field
            and possibly other parameters of the space
            environment by active probing of the plasma
            by radio waves.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ThermalPlasma">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Measurements of the plasma in the energy regime
            where the most of the plasma occurs.  May
            be the basic fluxes in the form of distribution
            functions or the derived bulk parameters (density,
            flow velocity, etc.).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Near Earth

Identifiers for heliospheric regions near
the earth or within the earth's orbit.
========================== -->
      <xsd:simpleType name="enumNearEarth">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for heliospheric regions near
               the earth or within the earth&#39;s orbit.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Near Surface

Identifiers for regions of the gaseous and
possibly ionized environment of a body extending
from the surface to some specified altitude.
========================== -->
      <xsd:simpleType name="enumNearSurface">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for regions of the gaseous and
               possibly ionized environment of a body extending
               from the surface to some specified altitude.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Atmosphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The neutral gases surrounding a body that
            extends from the surface and is bound to the
            body by virtue of the gravitational attraction.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AuroralRegion">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The region in the atmospheric where electrically-charged
            particles bombarding the upper atmosphere
            of a planet in the presence of a magnetic
            field produce an opitcal phenomenum.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Ionosphere">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The charged or ionized gases surrounding a
            body that are nominally bound to the body
            by virtue of the gravitational attraction..
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Observatory Group

Open List. See: Identifiers for programmatically
related observatories. The value is taken
from an approved list of observatory group
names. See <http://www.igpp.ucla.edu/spase/>
for the list.
========================== -->
      <xsd:element name="enumObservatoryGroup" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Open List. See: Identifiers for programmatically
               related observatories. The value is taken
               from an approved list of observatory group
               names. See &lt;http://www.igpp.ucla.edu/spase/&gt;
               for the list.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
<!-- ==========================
Observatory Name

Open List. See: Identifiers for a location
or platform. An observatory may be part of
an observatory group. The value is taken from
an approved list of observatory names. See
<http://www.igpp.ucla.edu/spase/> for the
list.
========================== -->
      <xsd:element name="enumObservatoryName" type="xsd:string">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Open List. See: Identifiers for a location
               or platform. An observatory may be part of
               an observatory group. The value is taken from
               an approved list of observatory names. See
               &lt;http://www.igpp.ucla.edu/spase/&gt; for the
               list.
            </xsd:documentation>
         </xsd:annotation>
      </xsd:element>
<!-- ==========================
Orientation

Identifiers for the axis of coordinate systems.
========================== -->
      <xsd:simpleType name="enumOrientation">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the axis of coordinate systems.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="H">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            TheHierarchical Data Format
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Phi">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector in a sperical coordinate
            system in the direction of the angle between
            the x-axis and the line from the origin to
            the measured point.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="R">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector along in the radial
            direction in a spherical system.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Theta">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector in a sperical coordinate
            system in the direction of the angle between
            the z-axis and the line from the origin to
            the measured point. In a cylindical coordinate
            system it is the angle between the x-axis
            and the line from the origin to the point.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="X">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector along the X-axis
            in a cartessian coordinate system.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Y">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector along the Y-axis
            in a cartessian coordinate system.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Z">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The component of a vector along the Z-axis
            in a cartessian coordinate system.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Particle Qualifier

Identifiers for terms which can be associated
with a Particle Quantity.
========================== -->
      <xsd:simpleType name="enumParticleQualifier">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for terms which can be associated
               with a Particle Quantity.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="Average">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The statistical mean; the sum of a set of
            values divided by the number of values in
            the set.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Component">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A part of a multi-part entity, e.g., the components
            of a vector.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Deviation">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The difference between an observed value and
            the expected value of a quantity.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Differential">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The ratio of the intensity of radiant energy
            scattered in a given direction to the incident
            irradiance and thus has dimensions of area
            per unit solid angle.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fit">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Values that make an model agree with the data.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Integral">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The summation of values over a given area
            or range.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Magnitude">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A measure of the strength or size of a vector
            quantity.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Moment">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Parameters determined by integration over
            a distribution function convolved with a power
            of velocity.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Parallel">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Having the same direction as a given direction
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Peak">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The maximum value for the quantity in question,
            over a period of time which is usually equal
            to the cadence.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Perpendicular">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            At right angles to a given direction.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Ratio">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The relative magnitudes of two quantities.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Variance">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A measure of dispersion of a set of data points
            around their mean value. The expectation value
            of the squared deviations from the mean.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Vector">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A quantity having both magnitude and direction,
            e.g. displacement, velocity, acceleration
            and force.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
      </xsd:restriction>
</xsd:simpleType>
<!-- ==========================
Particle Quantity

Identifiers for the characterization of the
physical properties of the particle.
========================== -->
      <xsd:simpleType name="enumParticleQuantity">
         <xsd:annotation>
            <xsd:documentation xml:lang="en">
               Identifiers for the characterization of the
               physical properties of the particle.
            </xsd:documentation>
         </xsd:annotation>
      <xsd:restriction base="xsd:string">
<xsd:enumeration value="AlfvenMachNumber">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The ratio of the bulk flow speed to the Alfven
            speed.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AverageChargeState">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            A measure of the composite deficit (positive)
            or excess (negative) of electrons with respect
            to protons.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Counts">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            An enumeration of the number of detection
            events occurring in a particle detector per
            unit time or over detector accumulation times.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Flux">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            In radiation studies, this refers to the amount
            of radiant energy passing through a unit area
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HeatFlux">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            Flow of thermal energy through a gas or plasma;
            typically computed as third moment of a distribution
            function.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Mass">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The measure of inertia (mass) of individual
            objects (e.g., aerosols).
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MassDensity">
      <xsd:annotation>
         <xsd:documentation xml:lang="en">
            The mass of particles per unit volume.
         </xsd:documentation>
      </xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NumberDensity">
      <xsd:annotation>
         <xs