A tabular listing of events or observationalnotes, especially those that have utilityin aiding a user in locating data. Cataloguesinclude lists of events, files in a product,and data availability. A Catalog resourceis a type of "data product" which is a setof data that is uniformly processed and formatted,from one or more instruments, typically spanningthe full duration of the observations of therelevant instrument(s). A data product mayconsist of a collection of granules of successivetime spans, but may be a single high-levelentity.
<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. A Catalog resource is a type of "data product" which is a set of data that is uniformly processed and formatted, from one or more instruments, typically spanning the full duration of the observations of the relevant instrument(s). A data product may consist of a collection of granules of successive time spans, but may be a single high-level entity.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ResourceHeader" type="spase:ResourceHeader" minOccurs="1" maxOccurs="1"/><xsd:element name="AccessInformation" type="spase:AccessInformation" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="ProviderResourceName" type="spase:ProviderResourceName" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderVersion" type="spase:ProviderVersion" minOccurs="0" maxOccurs="1"/><xsd:element name="InstrumentID" type="spase:InstrumentID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="PhenomenonType" type="spase:PhenomenonType" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="TimeSpan" type="spase:TimeSpan" minOccurs="0" maxOccurs="1"/><xsd:element name="Caveats" type="spase:Caveats" minOccurs="0" maxOccurs="1"/><xsd:element name="Keyword" type="spase:Keyword" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="InputResourceID" type="spase:InputResourceID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Parameter" type="spase:Parameter" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Extension" type="spase:Extension" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:ResourceID
Namespace
http://www.spase-group.org/data/schema
Annotations
A Resource ID is a URI that has the form "scheme://authority/path"where "scheme" is "spase" for those resourcesadministered through the SPASE framework,"authority" is the unique identifier for theresource provider registered within the SPASEframework and "path" is the unique identifierof the resource within the context of the"authority". The resource ID must be uniquewithin the SPASE framework.
<xsd:simpleType name="ResourceID"><xsd:annotation><xsd:documentation xml:lang="en">A Resource ID is a URI that has the form "scheme://authority/path" where "scheme" is "spase" for those resources administered through the SPASE framework, "authority" is the unique identifier for the resource provider registered within the SPASE framework and "path" is the unique identifier of the resource within the context of the "authority". The resource ID must be unique within the SPASE framework.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:ResourceHeader
Namespace
http://www.spase-group.org/data/schema
Annotations
Attributes of a resource which pertain tothe provider of the resource and descriptiveinformation about the resource.
<xsd:simpleType name="ResourceName"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:AlternateName
Namespace
http://www.spase-group.org/data/schema
Annotations
An alternative or shortened name used to referto a resource. This includes acronyms, expandednames or a synonym for a resource.
<xsd:simpleType name="AlternateName"><xsd:annotation><xsd:documentation xml:lang="en">An alternative or shortened name used to refer to a resource. This includes acronyms, expanded names or a synonym for a resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:ReleaseDate
Namespace
http://www.spase-group.org/data/schema
Annotations
The date and time when a resource is madeavailable. The availability of a resourcecoincides with the release of a resource description.If the Release Date is specified as a futuredate then it indicates that resource shouldnot be made available until that time. However,this is only advisory and in practice theRelease Date should be the actual date theresource description was published.
<xsd:simpleType name="ReleaseDate"><xsd:annotation><xsd:documentation xml:lang="en">The date and time when a resource is made available. The availability of a resource coincides with the release of a resource description. If the Release Date is specified as a future date then it indicates that resource should not be made available until that time. However, this is only advisory and in practice the Release Date should be the actual date the resource description was published.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:dateTime"/></xsd:simpleType>
Simple Type spase:ExpirationDate
Namespace
http://www.spase-group.org/data/schema
Annotations
The date and time when a resource is no longeravailable. If the Expiration Date is specifiedthen it indicates that resource should notbe made available after that time. However,this is only advisory and in practice a resourcedescription should be unpublished to eliminateaccess to a resource.
<xsd:simpleType name="ExpirationDate"><xsd:annotation><xsd:documentation xml:lang="en">The date and time when a resource is no longer available. If the Expiration Date is specified then it indicates that resource should not be made available after that time. However, this is only advisory and in practice a resource description should be unpublished to eliminate access to a resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:dateTime"/></xsd:simpleType>
Simple Type spase:Description
Namespace
http://www.spase-group.org/data/schema
Annotations
A narrative explanation with detail appropriatefor the item it describes. For example a descriptionof data resource should include discussionsof the main quantities in the resource, possibleuses and search terms. A description shouldalso include whether any corrections (i.e,geometry, inertial) have been applied to theresource.
<xsd:simpleType name="Description"><xsd:annotation><xsd:documentation xml:lang="en">A narrative explanation with detail appropriate for the item it describes. For example a description of data resource 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 the resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Acknowledgement
Namespace
http://www.spase-group.org/data/schema
Annotations
The individual, group or organization whichshould be acknowledged when the data is usedin or contributes to a presentation or publication.
<xsd:simpleType name="Acknowledgement"><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:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Contact
Namespace
http://www.spase-group.org/data/schema
Annotations
The person or organization who may be ableto provide special assistance or serve asa channel for communication for additionalinformation about a resource.
<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 name="PersonID" type="spase:PersonID" minOccurs="1" maxOccurs="1"/><xsd:element name="Role" type="spase:Role" minOccurs="1" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
<xsd:simpleType name="PersonID"><xsd:annotation><xsd:documentation xml:lang="en">The identifier assigned to a Person description.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Role
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the assigned or assumed functionor position of an individual.
<xsd:simpleType name="Role"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the assigned or assumed function or position of an individual.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="ArchiveSpecialist"/><xsd:enumeration value="CoInvestigator"/><xsd:enumeration value="Contributor"/><xsd:enumeration value="DataProducer"/><xsd:enumeration value="DeputyPI"/><xsd:enumeration value="FormerPI"/><xsd:enumeration value="GeneralContact"/><xsd:enumeration value="MetadataContact"/><xsd:enumeration value="PrincipalInvestigator"/><xsd:enumeration value="ProjectScientist"/><xsd:enumeration value="Publisher"/><xsd:enumeration value="Scientist"/><xsd:enumeration value="TeamLeader"/><xsd:enumeration value="TeamMember"/><xsd:enumeration value="TechnicalContact"/></xsd:restriction></xsd:simpleType>
Complex Type spase:InformationURL
Namespace
http://www.spase-group.org/data/schema
Annotations
Attributes of the method of acquiring additionalinformation.
<xsd:simpleType name="Name"><xsd:annotation><xsd:documentation xml:lang="en">A language unit by which a person or thing is known.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:URL
Namespace
http://www.spase-group.org/data/schema
Annotations
Uniform Resource Locator (URL) is the globaladdress of documents and other resources onthe World Wide Web. The first part of theaddress indicates what protocol to use, andthe second part specifies the IP address orthe domain name where the resource is locatedfollowed 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, serverdomain name is the Internet name.
<xsd:simpleType name="URL"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Language
Namespace
http://www.spase-group.org/data/schema
Annotations
The two character indicator of language selectedfrom the ISO 630-1 codes for the representationof names of languages.
<xsd:simpleType name="Language"><xsd:annotation><xsd:documentation xml:lang="en">The two character indicator of language selected from the ISO 630-1 codes for the representation of names of languages.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Association
Namespace
http://www.spase-group.org/data/schema
Annotations
Attributes of a relationship a resource haswith another resource.
<xsd:complexType name="Association"><xsd:annotation><xsd:documentation xml:lang="en">Attributes of a relationship a resource has with another resource.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="AssociationID" type="spase:AssociationID" minOccurs="1" maxOccurs="1"/><xsd:element name="AssociationType" type="spase:AssociationType" minOccurs="1" maxOccurs="1"/><xsd:element name="Note" type="spase:Note" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:AssociationID
Namespace
http://www.spase-group.org/data/schema
Annotations
The resource identifier for a resource withwhich this resource is closely associated.
<xsd:simpleType name="AssociationID"><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:restriction base="xsd:string"/></xsd:simpleType>
<xsd:simpleType name="Note"><xsd:annotation><xsd:documentation xml:lang="en">Information which is useful or important for the understanding of a value or parameter.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:PriorID
Namespace
http://www.spase-group.org/data/schema
Annotations
The resource identifier for a resource thatis superseded or replaced by a resource.
<xsd:simpleType name="PriorID"><xsd:annotation><xsd:documentation xml:lang="en">The resource identifier for a resource that is superseded or replaced by a resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:AccessInformation
Namespace
http://www.spase-group.org/data/schema
Annotations
Attributes of the resource which pertain tohow to accessing the resource, availabilityand storage format.
<xsd:simpleType name="RepositoryID"><xsd:annotation><xsd:documentation xml:lang="en">The identifier of an Repository resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Availability
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for indicating the method or servicewhich may be used to access the resource.
<xsd:simpleType name="Availability"><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:enumeration value="Online"/></xsd:restriction></xsd:simpleType>
Simple Type spase:AccessRights
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for permissions granted or deniedby the host of a product to allow other usersto access and use the resource.
<xsd:simpleType name="AccessRights"><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:enumeration value="Restricted"/></xsd:restriction></xsd:simpleType>
Complex Type spase:AccessURL
Namespace
http://www.spase-group.org/data/schema
Annotations
Attributes of the method for accessing a resourceincluding a URL, name and description.
<xsd:complexType name="AccessURL"><xsd:annotation><xsd:documentation xml:lang="en">Attributes of the method for accessing a resource including a URL, name and description.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="Name" type="spase:Name" minOccurs="0" maxOccurs="1"/><xsd:element name="URL" type="spase:URL" minOccurs="1" maxOccurs="1"/><xsd:element name="ProductKey" type="spase:ProductKey" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Description" type="spase:Description" minOccurs="0" maxOccurs="1"/><xsd:element name="Language" type="spase:Language" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:ProductKey
Namespace
http://www.spase-group.org/data/schema
Annotations
The key (identifier) of the resource withina Repository. This is a local identifier whichcan be used to retrieve or locate the resource.
<xsd:simpleType name="ProductKey"><xsd:annotation><xsd:documentation xml:lang="en">The key (identifier) of the resource within a Repository. This is a local identifier which can be used to retrieve or locate the resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Format
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for data organized according topreset specifications.
<xsd:simpleType name="Encoding"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers 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:enumeration value="BZIP2"/><xsd:enumeration value="Base64"/><xsd:enumeration value="GZIP"/><xsd:enumeration value="None"/><xsd:enumeration value="S3_BUCKET"/><xsd:enumeration value="TAR"/><xsd:enumeration value="Unicode"/><xsd:enumeration value="ZIP"/></xsd:restriction></xsd:simpleType>
Complex Type spase:DataExtent
Namespace
http://www.spase-group.org/data/schema
Annotations
The area of storage in a file system requiredto store the contents of a resource. The defaultunits for data extent is bytes.
<xsd:complexType name="DataExtent"><xsd:annotation><xsd:documentation xml:lang="en">The area of storage in a file system required to store the contents of a resource. The default units for data extent is bytes.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="Quantity" type="spase:Quantity" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="0" maxOccurs="1"/><xsd:element name="Per" type="spase:Per" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:Quantity
Namespace
http://www.spase-group.org/data/schema
Annotations
A value that describes a characteristic ofa system.
<xsd:simpleType name="Quantity"><xsd:annotation><xsd:documentation xml:lang="en">A value that describes a characteristic of a system.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:Units
Namespace
http://www.spase-group.org/data/schema
Annotations
A description of the standardized measurementincrements in which a value is specified.The description is represented as a mathematicalphrase. Units should be represented by widelyaccepted representation. For example, unitsshould conform to the International Systemof Units (SI) which is maintained by BIPM(Bureau International des Poids et Mesures(see <http://www.bipm.fr/> ) when appropriateor use tokens like "Re" to represent unitsof the Radius of the Earth. Within a phrasethe circumflex (^) is used to indicate a power,a star (*) is used to indicate multiplicationand a slash (/) division. When symbols arenot separated by a mathematical operator,multiplication is assumed. Symbols for baseunits can be found at: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols>and those for common derived units can befound at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html>
<xsd:simpleType name="Units"><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. Units should be represented by widely accepted representation. For example, units should conform to the International System of Units (SI) which is maintained by BIPM (Bureau International des Poids et Mesures (see <http://www.bipm.fr/> ) when appropriate or use tokens like "Re" to represent units of the Radius of the Earth. Within a 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: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols> and those for common derived units can be found at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Per
Namespace
http://www.spase-group.org/data/schema
Annotations
The time interval over which a characterizationapplies. For example, the number of bytesgenerated each day.
<xsd:simpleType name="Per"><xsd:annotation><xsd:documentation xml:lang="en">The time interval over which a characterization applies. For example, the number of bytes generated each day.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:duration"/></xsd:simpleType>
Simple Type spase:ProviderResourceName
Namespace
http://www.spase-group.org/data/schema
Annotations
A short textual description of a resourceused by the provider which may be used toidentify a resource.
<xsd:simpleType name="ProviderResourceName"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:ProviderVersion
Namespace
http://www.spase-group.org/data/schema
Annotations
Describes the release or edition of the productused by the provider. The formation rule mayvary between providers. It is intended toaid in queries to the provider regarding theproduct.
<xsd:simpleType name="ProviderVersion"><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:restriction base="xsd:string"/></xsd:simpleType>
<xsd:simpleType name="InstrumentID"><xsd:annotation><xsd:documentation xml:lang="en">The identifier of an Instrument resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:PhenomenonType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the characteristics or categorizationof an observation. Note: Joe King to provide.
<xsd:simpleType name="PhenomenonType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the characteristics or categorization of an observation. Note: Joe King to provide.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="ActiveRegion"/><xsd:enumeration value="Aurora"/><xsd:enumeration value="BowShockCrossing"/><xsd:enumeration value="CoronalHole"/><xsd:enumeration value="CoronalMassEjection"/><xsd:enumeration value="EITWave"/><xsd:enumeration value="EnergeticSolarParticleEvent"/><xsd:enumeration value="ForbushDecrease"/><xsd:enumeration value="GeomagneticStorm"/><xsd:enumeration value="InterplanetaryShock"/><xsd:enumeration value="MagneticCloud"/><xsd:enumeration value="MagnetopauseCrossing"/><xsd:enumeration value="RadioBurst"/><xsd:enumeration value="SectorBoundaryCrossing"/><xsd:enumeration value="SolarFlare"/><xsd:enumeration value="SolarWindExtreme"/><xsd:enumeration value="StreamInteractionRegion"/><xsd:enumeration value="Substorm"/></xsd:restriction></xsd:simpleType>
<xsd:simpleType name="StartDate"><xsd:annotation><xsd:documentation xml:lang="en">The specification of a starting point in time.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:dateTime"/></xsd:simpleType>
<xsd:simpleType name="StopDate"><xsd:annotation><xsd:documentation xml:lang="en">The specification of a stopping point in time.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:dateTime"/></xsd:simpleType>
Simple Type spase:RelativeStopDate
Namespace
http://www.spase-group.org/data/schema
Annotations
An indication of the nominal end date relativeto the present.
<xsd:simpleType name="RelativeStopDate"><xsd:annotation><xsd:documentation xml:lang="en">An indication of the nominal end date relative to the present.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:duration"/></xsd:simpleType>
Simple Type spase:Caveats
Namespace
http://www.spase-group.org/data/schema
Annotations
Information which may be important in theavoidance of the misuse of the resource, forinstance instrument maladies, corruption orcontamination.
<xsd:simpleType name="Caveats"><xsd:annotation><xsd:documentation xml:lang="en">Information which may be important in the avoidance of the misuse of the resource, for instance instrument maladies, corruption or contamination.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Keyword
Namespace
http://www.spase-group.org/data/schema
Annotations
A word or phrase that is relevant to the resourcebut does not exist in other documentary information.
<xsd:simpleType name="Keyword"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:InputResourceID
Namespace
http://www.spase-group.org/data/schema
Annotations
The resource identifier for a resource whichwas used to generate this resource.
<xsd:simpleType name="InputResourceID"><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:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Parameter
Namespace
http://www.spase-group.org/data/schema
Annotations
A container of information regarding a parameterwhose values are part of the product. Everyproduct contains or can be related to oneor more parameters.
<xsd:simpleType name="Set"><xsd:annotation><xsd:documentation xml:lang="en">A collection of items for a particular purpose.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:ParameterKey
Namespace
http://www.spase-group.org/data/schema
Annotations
The name or identifier which can be used toaccess the parameter in the resource. Theassociated value is dependent on the serviceused to access the resource. For columnarASCII data, use "Column_X" for a single-elementparameter and "Column_X-Column_Y" for a multi-elementparameter, where X and Y are the relevantcolumn index. The first column index is 1.
<xsd:simpleType name="ParameterKey"><xsd:annotation><xsd:documentation xml:lang="en">The name or identifier which can be used to access the parameter in the resource. The associated value is dependent on the service used to access the resource. For columnar ASCII data, use "Column_X" for a single-element parameter and "Column_X-Column_Y" for a multi-element parameter, where X and Y are the relevant column index. The first column index is 1.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Cadence
Namespace
http://www.spase-group.org/data/schema
Annotations
The time interval between the start of successivemeasurements.
<xsd:simpleType name="Cadence"><xsd:annotation><xsd:documentation xml:lang="en">The time interval between the start of successive measurements.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:duration"/></xsd:simpleType>
Simple Type spase:UnitsConversion
Namespace
http://www.spase-group.org/data/schema
Annotations
The multiplicative factor for converting aunit into International System of Units (SI)units. The factor is expressed in the form"number > x", where "number" is a numericalvalue and "x" 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), andF (farad). Two useful units which are notSI units are: degree (angle), and unitless(no units). An example is: "1.0E-9>T" whichconverts the units, presumable nT, to Tesla.Another example is: "1.0e+3>m/s" which convertsa velocity expressed in kilometers per secondto meters per second.
<xsd:simpleType name="UnitsConversion"><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 "number > x", where "number" is a numerical value and "x" 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: "1.0E-9>T" which converts the units, presumable nT, to Tesla. Another example is: "1.0e+3>m/s" which converts a velocity expressed in kilometers per second to meters per second.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:CoordinateSystem
Namespace
http://www.spase-group.org/data/schema
Annotations
The specification of the orientation of aset of (typically) orthogonal base axes.
<xsd:complexType name="CoordinateSystem"><xsd:annotation><xsd:documentation xml:lang="en">The specification of the orientation of a set of (typically) orthogonal base axes.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="CoordinateRepresentation" type="spase:CoordinateRepresentation" minOccurs="1" maxOccurs="1"/><xsd:element name="CoordinateSystemName" type="spase:CoordinateSystemName" minOccurs="1" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:CoordinateRepresentation
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers of the method or form for specifyinga given point or vector in a given coordinatesystem.
<xsd:simpleType name="CoordinateRepresentation"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers of the method or form for specifying a given point or vector in a given coordinate system.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Cartesian"/><xsd:enumeration value="Cylindrical"/><xsd:enumeration value="Spherical"/></xsd:restriction></xsd:simpleType>
Simple Type spase:CoordinateSystemName
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers of the origin and orientationof a set of typically orthogonal axes.
<xsd:simpleType name="DisplayType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for types or classes of rendered data.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Image"/><xsd:enumeration value="Plasmagram"/><xsd:enumeration value="Spectrogram"/><xsd:enumeration value="StackPlot"/><xsd:enumeration value="TimeSeries"/><xsd:enumeration value="WaveForm"/></xsd:restriction></xsd:simpleType>
Simple Type spase:AxisLabel
Namespace
http://www.spase-group.org/data/schema
Annotations
A short character string (approximately 10characters, but preferably 6 characters -more only if absolutely required for clarity)which can be used to label a y-axis for aplot or to provide a heading for a data listing.
<xsd:simpleType name="AxisLabel"><xsd:annotation><xsd:documentation xml:lang="en">A short character string (approximately 10 characters, but preferably 6 characters - more only if absolutely required for clarity) which can be used to label a y-axis for a plot or to provide a heading for a data listing.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:RenderingAxis
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the reference component ofa plot or rendering of data.
<xsd:simpleType name="RenderingAxis"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the reference component of a plot or rendering of data.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="ColorBar"/><xsd:enumeration value="Horizontal"/><xsd:enumeration value="Vertical"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Index
Namespace
http://www.spase-group.org/data/schema
Annotations
The location of an item in an array or vector.An index can be multivalued to represent thelocation in a multidimensional object. Theindex of the first item is "1". A value of"0" is a wild card for all elements at thelocation in an array. A value of "-1" is areference to the dimension at the locationin the array. A "-1" is used when describingthe attributes of the dimension, where as"0" or a positive integer is used to describeattributes of individual elements.
<xsd:simpleType name="Index"><xsd:annotation><xsd:documentation xml:lang="en">The location of an item in an array or vector. An index can be multivalued to represent the location in a multidimensional object. The index of the first item is "1". A value of "0" is a wild card for all elements at the location in an array. A value of "-1" is a reference to the dimension at the location in the array. A "-1" is used when describing the attributes of the dimension, where as "0" or a positive integer is used to describe attributes of individual elements.</xsd:documentation></xsd:annotation><xsd:restriction base="spase:typeSequence"/></xsd:simpleType>
Simple Type spase:typeSequence
Namespace
http://www.spase-group.org/data/schema
Annotations
<xsd:annotation><xsd:documentation xml:lang="en">A list of whole number values where the order of the values is fixed. A space separates each value. For example, "1 2 3".</xsd:documentation></xsd:annotation>
<xsd:simpleType name="typeSequence"><xsd:annotation><xsd:documentation xml:lang="en"><xsd:annotation><xsd:documentation xml:lang="en">A list of whole number values where the order of the values is fixed. A space separates each value. For example, "1 2 3".</xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation><xsd:list itemType="xsd:integer"/></xsd:simpleType>
Simple Type spase:ValueFormat
Namespace
http://www.spase-group.org/data/schema
Annotations
A string defining the output format used whenextracting data values out to a file or screen.The magnitude and the number of significantfigures needed should be carefully considered.The output format string can be in eitherFortran or C syntax.
<xsd:simpleType name="ValueFormat"><xsd:annotation><xsd:documentation xml:lang="en">A string defining the output format used when extracting data values out to a file or screen. The magnitude and the number of significant figures needed should be carefully considered. The output format string can be in either Fortran or C syntax.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:ScaleMin
Namespace
http://www.spase-group.org/data/schema
Annotations
The minimum value that the variable is expectedto attain. Used, for example, by automatedplotting software.
<xsd:simpleType name="ScaleMin"><xsd:annotation><xsd:documentation xml:lang="en">The minimum value that the variable is expected to attain. Used, for example, by automated plotting software.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:ScaleMax
Namespace
http://www.spase-group.org/data/schema
Annotations
The maximum value that the variable is expectedto attain. Used, for example, by automatedplotting software.
<xsd:simpleType name="ScaleMax"><xsd:annotation><xsd:documentation xml:lang="en">The maximum value that the variable is expected to attain. Used, for example, by automated plotting software.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:ScaleType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for scaling applied to a set ofnumbers.
<xsd:simpleType name="ScaleType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for scaling applied to a set of numbers.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="LinearScale"/><xsd:enumeration value="LogScale"/></xsd:restriction></xsd:simpleType>
Complex Type spase:Structure
Namespace
http://www.spase-group.org/data/schema
Annotations
The organization and relationship of individualvalues within a quantity.
<xsd:complexType name="Structure"><xsd:annotation><xsd:documentation xml:lang="en">The organization and relationship of individual values within a quantity.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="Size" type="spase:Size" minOccurs="1" maxOccurs="1"/><xsd:element name="Description" type="spase:Description" minOccurs="0" maxOccurs="1"/><xsd:element name="Element" type="spase:Element" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:Size
Namespace
http://www.spase-group.org/data/schema
Annotations
The number of elements in each dimension ofa multi-dimensional array. A scalar has asize of 1. A multi-dimensional vector willhave a size for each dimension. Note thatthe number of elements in the size of an N-dimensionalarray conveys the array's dimensionality whilethe product of those numbers conveys the totalnumber of elements in the array. When sizeis used to describe a tensor it is the numberof elements in the tensor. As such it hasa limited set of values. A tensor of rank1 has a size of 3, rank 2 a size of 9, rank3 a size of 27 and rank n a size of 3^n.
<xsd:simpleType name="Size"><xsd:annotation><xsd:documentation xml:lang="en">The number of elements in each dimension of a multi-dimensional array. A scalar has a size of 1. A multi-dimensional vector will have a size for each dimension. Note that the number of elements in the size of an N-dimensional array conveys the array's dimensionality while the product of those numbers conveys the total number of elements in the array. When size is used to describe a tensor it is the number of elements in the tensor. As such it has a limited set of values. A tensor of rank 1 has a size of 3, rank 2 a size of 9, rank 3 a size of 27 and rank n a size of 3^n.</xsd:documentation></xsd:annotation><xsd:restriction base="spase:typeSequence"/></xsd:simpleType>
Complex Type spase:Element
Namespace
http://www.spase-group.org/data/schema
Annotations
A component or individual unit of a multiplevalue quantity such as an array or vector.
<xsd:simpleType name="FillValue"><xsd:annotation><xsd:documentation xml:lang="en">A value that indicates that a quantity is undefined.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Field
Namespace
http://www.spase-group.org/data/schema
Annotations
The space around a radiating body within whichits electromagnetic attributes can exert forceon another similar body that is not in directcontact.
<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 name="Qualifier" type="spase:Qualifier" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="FieldQuantity" type="spase:FieldQuantity" minOccurs="1" maxOccurs="1"/><xsd:element name="FrequencyRange" type="spase:FrequencyRange" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:FieldQuantity
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the physical attribute ofthe field.
<xsd:simpleType name="FieldQuantity"><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="Current"/><xsd:enumeration value="Electric"/><xsd:enumeration value="Electromagnetic"/><xsd:enumeration value="Gyrofrequency"/><xsd:enumeration value="Magnetic"/><xsd:enumeration value="PlasmaFrequency"/><xsd:enumeration value="Potential"/><xsd:enumeration value="PoyntingFlux"/></xsd:restriction></xsd:simpleType>
Complex Type spase:FrequencyRange
Namespace
http://www.spase-group.org/data/schema
Annotations
The range of possible values for the observedfrequency.
<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 name="SpectralRange" type="spase:SpectralRange" minOccurs="0" maxOccurs="1"/><xsd:element name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="1" maxOccurs="1"/><xsd:element name="Bin" type="spase:Bin" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:SpectralRange
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for names associated with wavelengths.Based on the ISO 21348 Solar Irradiance Standard.Additions have been made to extend the frequencyranges to include those used in space physics.Those additions are indicated in blue text.The "Total Solar Irradiance" category hasnot been included since it is a type of measurementand not a specific spectral range. See AppendixA - Comparison of Spectrum Domains for a comparisonof the spectral ranges with other systems.
<xsd:simpleType name="SpectralRange"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for names associated with wavelengths. Based on the ISO 21348 Solar Irradiance Standard. Additions have been made to extend the frequency ranges to include those used in space physics. Those additions are indicated in blue text. The "Total Solar Irradiance" category has not been included since it is a type of measurement and not a specific spectral range. See Appendix A - Comparison of Spectrum Domains for a comparison of the spectral ranges with other systems.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="CaK"/><xsd:enumeration value="ExtremeUltraviolet"/><xsd:enumeration value="FarUltraviolet"/><xsd:enumeration value="GammaRays"/><xsd:enumeration value="Halpha"/><xsd:enumeration value="HardXrays"/><xsd:enumeration value="He10830"/><xsd:enumeration value="He304"/><xsd:enumeration value="Infrared"/><xsd:enumeration value="K7699"/><xsd:enumeration value="LBHBand"/><xsd:enumeration value="Microwave"/><xsd:enumeration value="NaD"/><xsd:enumeration value="Ni6768"/><xsd:enumeration value="Optical"/><xsd:enumeration value="RadioFrequency"/><xsd:enumeration value="SoftXRays"/><xsd:enumeration value="Ultraviolet"/><xsd:enumeration value="WhiteLight"/><xsd:enumeration value="XRays"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Low
Namespace
http://www.spase-group.org/data/schema
Annotations
The smallest value within a range of possiblevalues.
<xsd:simpleType name="Low"><xsd:annotation><xsd:documentation xml:lang="en">The smallest value within a range of possible values.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:High
Namespace
http://www.spase-group.org/data/schema
Annotations
The largest value within a range of possiblevalues.
<xsd:simpleType name="High"><xsd:annotation><xsd:documentation xml:lang="en">The largest value within a range of possible values.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Complex Type spase:Bin
Namespace
http://www.spase-group.org/data/schema
Annotations
A grouping of observations according to aband or window of a common attribute.
<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 name="BandName" type="spase:BandName" minOccurs="0" maxOccurs="1"/><xsd:element name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:BandName
Namespace
http://www.spase-group.org/data/schema
Annotations
A common or provider assigned name for a rangeof values.
<xsd:simpleType name="BandName"><xsd:annotation><xsd:documentation xml:lang="en">A common or provider assigned name for a range of values.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Particle
Namespace
http://www.spase-group.org/data/schema
Annotations
A description of the types of particles observedin the measurement. This includes both directobservations and inferred observations.
<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 name="ParticleType" type="spase:ParticleType" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="Qualifier" type="spase:Qualifier" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="ParticleQuantity" type="spase:ParticleQuantity" minOccurs="1" maxOccurs="1"/><xsd:element name="AtomicNumber" type="spase:AtomicNumber" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="EnergyRange" type="spase:EnergyRange" minOccurs="0" maxOccurs="1"/><xsd:element name="AzimuthalAngleRange" type="spase:AzimuthalAngleRange" minOccurs="0" maxOccurs="1"/><xsd:element name="PolarAngleRange" type="spase:PolarAngleRange" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:ParticleType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the characterization of thekind of particle observed by the measurement.
<xsd:simpleType name="ParticleType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the characterization of the kind of particle observed by the measurement.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Aerosol"/><xsd:enumeration value="AlphaParticle"/><xsd:enumeration value="Atom"/><xsd:enumeration value="Dust"/><xsd:enumeration value="Electron"/><xsd:enumeration value="Ion"/><xsd:enumeration value="Molecule"/><xsd:enumeration value="Neutron"/><xsd:enumeration value="Proton"/></xsd:restriction></xsd:simpleType>
Simple Type spase:ParticleQuantity
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the characterization of thephysical properties of the particle.
<xsd:simpleType name="AtomicNumber"><xsd:annotation><xsd:documentation xml:lang="en">The number of protons in the nucleus of an atom.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Complex Type spase:EnergyRange
Namespace
http://www.spase-group.org/data/schema
Annotations
The minimum and maximum energy values of theparticles represented by a given "physicalparameter" description.
<xsd:complexType name="EnergyRange"><xsd:annotation><xsd:documentation xml:lang="en">The minimum and maximum energy values of the particles represented by a given "physical parameter" description.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="1" maxOccurs="1"/><xsd:element name="Bin" type="spase:Bin" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:AzimuthalAngleRange
Namespace
http://www.spase-group.org/data/schema
Annotations
The range of possible azimuthal angles fora group of energy observations. Default unitsare degrees.
<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 name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="1" maxOccurs="1"/><xsd:element name="Bin" type="spase:Bin" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:PolarAngleRange
Namespace
http://www.spase-group.org/data/schema
Annotations
The range of possible polar angles for a groupof energy observations. Defaults units aredegrees.
<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 name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="1" maxOccurs="1"/><xsd:element name="Bin" type="spase:Bin" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:Wave
Namespace
http://www.spase-group.org/data/schema
Annotations
Periodic or quasi-periodic (AC) variationsof physical quantities in time and space,capable of propagating or being trapped withinparticular regimes.
<xsd:simpleType name="WaveType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the carrier or phenomenum of wave information observed by the measurement.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Electromagnetic"/><xsd:enumeration value="Electrostatic"/><xsd:enumeration value="Hydrodynamic"/><xsd:enumeration value="MHD"/><xsd:enumeration value="Photon"/><xsd:enumeration value="PlasmaWaves"/></xsd:restriction></xsd:simpleType>
Simple Type spase:WaveQuantity
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the characterization of thephysical properties of a wave.
<xsd:complexType name="WavelengthRange"><xsd:annotation><xsd:documentation xml:lang="en">The range of possible values for the observed wavelength.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="SpectralRange" type="spase:SpectralRange" minOccurs="0" maxOccurs="1"/><xsd:element name="Low" type="spase:Low" minOccurs="1" maxOccurs="1"/><xsd:element name="High" type="spase:High" minOccurs="1" maxOccurs="1"/><xsd:element name="Units" type="spase:Units" minOccurs="1" maxOccurs="1"/><xsd:element name="Bin" type="spase:Bin" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:Mixed
Namespace
http://www.spase-group.org/data/schema
Annotations
A parameter derived from more than one ofthe type of parameter. For example, plasmabeta, the ratio of plasma particle energydensity to the energy density of the magneticfield permeating the plasma, is "mixed."
<xsd:complexType name="Mixed"><xsd:annotation><xsd:documentation xml:lang="en">A parameter derived from more than one of the type of parameter. For example, plasma beta, the ratio of plasma particle energy density to the energy density of the magnetic field permeating the plasma, is "mixed."</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="MixedQuantity" type="spase:MixedQuantity" minOccurs="1" maxOccurs="1"/><xsd:element name="ParticleType" type="spase:ParticleType" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Qualifier" type="spase:Qualifier" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:MixedQuantity
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the combined attributes ofa mixed parameter quantity.
<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 name="Qualifier" type="spase:Qualifier" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="SupportQuantity" type="spase:SupportQuantity" minOccurs="1" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:SupportQuantity
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the information useful inunderstanding the context of an observation,typically observed or measured coincidentallywith a physical observation.
<xsd:simpleType name="SupportQuantity"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the information useful in understanding the context of an observation, typically observed or measured coincidentally with a physical observation.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="InstrumentMode"/><xsd:enumeration value="Other"/><xsd:enumeration value="Positional"/><xsd:enumeration value="Temporal"/><xsd:enumeration value="Velocity"/></xsd:restriction></xsd:simpleType>
Complex Type spase:Extension
Namespace
http://www.spase-group.org/data/schema
Annotations
A container of other metadata which is notpart of the SPASE data model. The contentsof this element are defined by individualusage. The organization and content are constrainedby the implementation. For example, in anXML representation of the SPASE metadata thecontent must conform to the XML specifications.
<xsd:complexType name="Extension"><xsd:annotation><xsd:documentation xml:lang="en">A container of other metadata which is not part of the SPASE data model. The contents of this element are defined by individual usage. The organization and content are constrained by the implementation. For example, in an XML representation of the SPASE metadata the content must conform to the XML specifications.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:any minOccurs="0"/></xsd:sequence></xsd:complexType>
Complex Type spase:DisplayData
Namespace
http://www.spase-group.org/data/schema
Annotations
A graphical representation of data whereinthe underlying numeric values are not (readily)accessible for analysis.. Examples are lineplots and spectrograms. A Display Data resourceis a type of "data product" which is a setof data that is uniformly processed and formatted,from one or more instruments, typically spanningthe full duration of the observations of therelevant instrument(s). A data product mayconsist of a collection of granules of successivetime spans, but may be a single high-levelentity.
<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. A Display Data resource is a type of "data product" which is a set of data that is uniformly processed and formatted, from one or more instruments, typically spanning the full duration of the observations of the relevant instrument(s). A data product may consist of a collection of granules of successive time spans, but may be a single high-level entity.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ResourceHeader" type="spase:ResourceHeader" minOccurs="1" maxOccurs="1"/><xsd:element name="AccessInformation" type="spase:AccessInformation" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="ProcessingLevel" type="spase:ProcessingLevel" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderResourceName" type="spase:ProviderResourceName" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderProcessingLevel" type="spase:ProviderProcessingLevel" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderVersion" type="spase:ProviderVersion" minOccurs="0" maxOccurs="1"/><xsd:element name="InstrumentID" type="spase:InstrumentID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="MeasurementType" type="spase:MeasurementType" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="TemporalDescription" type="spase:TemporalDescription" minOccurs="0" maxOccurs="1"/><xsd:element name="SpectralRange" type="spase:SpectralRange" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="DisplayCadence" type="spase:DisplayCadence" minOccurs="0" maxOccurs="1"/><xsd:element name="ObservedRegion" type="spase:Region" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Caveats" type="spase:Caveats" minOccurs="0" maxOccurs="1"/><xsd:element name="Keyword" type="spase:Keyword" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="InputResourceID" type="spase:InputResourceID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Parameter" type="spase:Parameter" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Extension" type="spase:Extension" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:ProcessingLevel
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers to characterize the amount andtype of manipulation which has been appliedto the sampled data.
<xsd:simpleType name="ProcessingLevel"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers to characterize the amount and type of manipulation which has been applied to the sampled data.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Calibrated"/><xsd:enumeration value="Raw"/><xsd:enumeration value="Uncalibrated"/></xsd:restriction></xsd:simpleType>
Simple Type spase:ProviderProcessingLevel
Namespace
http://www.spase-group.org/data/schema
Annotations
The provider specific classification of theprocessing performed on the product.
<xsd:simpleType name="ProviderProcessingLevel"><xsd:annotation><xsd:documentation xml:lang="en">The provider specific classification of the processing performed on the product.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:MeasurementType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the method of making an estimatedvalue of a quantity that forms the basis ofan observation.
<xsd:simpleType name="MeasurementType"><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 observation.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="ActivityIndex"/><xsd:enumeration value="Dopplergram"/><xsd:enumeration value="Dust"/><xsd:enumeration value="ElectricField"/><xsd:enumeration value="EnergeticParticles"/><xsd:enumeration value="Ephemeris"/><xsd:enumeration value="ImageIntensity"/><xsd:enumeration value="InstrumentStatus"/><xsd:enumeration value="IonComposition"/><xsd:enumeration value="Irradiance"/><xsd:enumeration value="MagneticField"/><xsd:enumeration value="Magnetogram"/><xsd:enumeration value="NeutralAtomImages"/><xsd:enumeration value="NeutralGas"/><xsd:enumeration value="Profile"/><xsd:enumeration value="Radiance"/><xsd:enumeration value="Spectrum"/><xsd:enumeration value="ThermalPlasma"/><xsd:enumeration value="Waves"/><xsd:enumeration value="Waves.Active"/><xsd:enumeration value="Waves.Passive"/></xsd:restriction></xsd:simpleType>
Complex Type spase:TemporalDescription
Namespace
http://www.spase-group.org/data/schema
Annotations
A characterization of the time over whichthe measurement was taken.
<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 name="TimeSpan" type="spase:TimeSpan" minOccurs="1" maxOccurs="1"/><xsd:element name="Cadence" type="spase:Cadence" minOccurs="0" maxOccurs="1"/><xsd:element name="Exposure" type="spase:Exposure" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:Exposure
Namespace
http://www.spase-group.org/data/schema
Annotations
The time interval over which an individualmeasurement is taken.
<xsd:simpleType name="Exposure"><xsd:annotation><xsd:documentation xml:lang="en">The time interval over which an individual measurement is taken.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:duration"/></xsd:simpleType>
Simple Type spase:DisplayCadence
Namespace
http://www.spase-group.org/data/schema
Annotations
The time interval between the successive displayelements.
<xsd:simpleType name="DisplayCadence"><xsd:annotation><xsd:documentation xml:lang="en">The time interval between the successive display elements.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:duration"/></xsd:simpleType>
Simple Type spase:Region
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for areas of the physical worldwhich may be occupied or observed.
<xsd:simpleType name="Region"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for areas of the physical world which may be occupied or observed.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Asteroid"/><xsd:enumeration value="Comet"/><xsd:enumeration value="Earth"/><xsd:enumeration value="Earth.Magnetosheath"/><xsd:enumeration value="Earth.Magnetosphere"/><xsd:enumeration value="Earth.Magnetosphere.Magnetotail"/><xsd:enumeration value="Earth.Magnetosphere.Main"/><xsd:enumeration value="Earth.Magnetosphere.Polar"/><xsd:enumeration value="Earth.Magnetosphere.RadiationBelt"/><xsd:enumeration value="Earth.Moon"/><xsd:enumeration value="Earth.NearSurface"/><xsd:enumeration value="Earth.Surface"/><xsd:enumeration value="Heliosphere"/><xsd:enumeration value="Heliosphere.Heliosheath"/><xsd:enumeration value="Heliosphere.Inner"/><xsd:enumeration value="Heliosphere.NearEarth"/><xsd:enumeration value="Heliosphere.Outer"/><xsd:enumeration value="Heliosphere.Remote1AU"/><xsd:enumeration value="Interstellar"/><xsd:enumeration value="Jupiter"/><xsd:enumeration value="Mars"/><xsd:enumeration value="Mercury"/><xsd:enumeration value="Neptune"/><xsd:enumeration value="Pluto"/><xsd:enumeration value="Saturn"/><xsd:enumeration value="Sun"/><xsd:enumeration value="Sun.Chromosphere"/><xsd:enumeration value="Sun.Corona"/><xsd:enumeration value="Sun.Interior"/><xsd:enumeration value="Sun.Photosphere"/><xsd:enumeration value="Sun.TransitionRegion"/><xsd:enumeration value="Uranus"/><xsd:enumeration value="Venus"/></xsd:restriction></xsd:simpleType>
Complex Type spase:NumericalData
Namespace
http://www.spase-group.org/data/schema
Annotations
Data stored as numerical values in one ormore specified formats. A Numerical Data resourceis a type of "data product" which is a setof data that is uniformly processed and formatted,from one or more instruments, typically spanningthe full duration of the observations of therelevant instrument(s). A data product mayconsist of Parameters stored in a collectionof granules of successive time spans or asingle data granule.
<xsd:complexType name="NumericalData"><xsd:annotation><xsd:documentation xml:lang="en">Data stored as numerical values in one or more specified formats. A Numerical Data resource is a type of "data product" which is a set of data that is uniformly processed and formatted, from one or more instruments, typically spanning the full duration of the observations of the relevant instrument(s). A data product may consist of Parameters stored in a collection of granules of successive time spans or a single data granule.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ResourceHeader" type="spase:ResourceHeader" minOccurs="1" maxOccurs="1"/><xsd:element name="AccessInformation" type="spase:AccessInformation" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="ProcessingLevel" type="spase:ProcessingLevel" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderResourceName" type="spase:ProviderResourceName" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderProcessingLevel" type="spase:ProviderProcessingLevel" minOccurs="0" maxOccurs="1"/><xsd:element name="ProviderVersion" type="spase:ProviderVersion" minOccurs="0" maxOccurs="1"/><xsd:element name="InstrumentID" type="spase:InstrumentID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="MeasurementType" type="spase:MeasurementType" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="TemporalDescription" type="spase:TemporalDescription" minOccurs="0" maxOccurs="1"/><xsd:element name="SpectralRange" type="spase:SpectralRange" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="ObservedRegion" type="spase:Region" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Caveats" type="spase:Caveats" minOccurs="0" maxOccurs="1"/><xsd:element name="Keyword" type="spase:Keyword" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="InputResourceID" type="spase:InputResourceID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Parameter" type="spase:Parameter" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="Extension" type="spase:Extension" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:Document
Namespace
http://www.spase-group.org/data/schema
Annotations
A set of information designed and presentedas an individual entity. A document may containplain or formatted text, in-line graphics,sound, other multimedia data, or hypermediareferences. A Document resource is intendedfor use on digital objects that have no otheridentifier (e.g., DOI or ISBN).
<xsd:complexType name="Document"><xsd:annotation><xsd:documentation xml:lang="en">A set of information designed and presented as an individual entity. A document may contain plain or formatted text, in-line graphics, sound, other multimedia data, or hypermedia references. A Document resource is intended for use on digital objects that have no other identifier (e.g., DOI or ISBN).</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ResourceHeader" type="spase:ResourceHeader" minOccurs="1" maxOccurs="1"/><xsd:element name="AccessInformation" type="spase:AccessInformation" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="Keyword" type="spase:Keyword" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="DocumentType" type="spase:DocumentType" minOccurs="1" maxOccurs="1"/><xsd:element name="MIMEType" type="spase:MIMEType" minOccurs="1" maxOccurs="1"/><xsd:element name="InputResourceID" type="spase:InputResourceID" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:DocumentType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the characterization of thecontent or purpose of a document.
<xsd:simpleType name="DocumentType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the characterization of the content or purpose of a document.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Other"/><xsd:enumeration value="Poster"/><xsd:enumeration value="Presentation"/><xsd:enumeration value="Report"/><xsd:enumeration value="Specification"/><xsd:enumeration value="TechnicalNote"/><xsd:enumeration value="WhitePaper"/></xsd:restriction></xsd:simpleType>
Simple Type spase:MIMEType
Namespace
http://www.spase-group.org/data/schema
Annotations
Multipurpose Internet Mail Extensions (MIME)type and sub-type which characterizes theformat of a file. MIME media types are definein RFC memorandum RFC 2046. Current MIME typesare maintained by Internet Assigned NumbersAuthority (IANA) at http://www.iana.org/assignments/media-types/index.html.Commonly used MIME types are: application/vnd.ms-powerpoint(ppt, pptx), application/vnd.ms-excel (xls,xlsx), text/richtext (rtx), application/postscript(eps, ps), application/pdf (pdf), application/xml-dtd(dtd), text/html (htm, html), text/xml (xsl,xml, xsd), application/x-dvi (dvi). If a documentis compressed the specified MIME type shouldbe for the uncompressed document.
<xsd:simpleType name="MIMEType"><xsd:annotation><xsd:documentation xml:lang="en">Multipurpose Internet Mail Extensions (MIME) type and sub-type which characterizes the format of a file. MIME media types are define in RFC memorandum RFC 2046. Current MIME types are maintained by Internet Assigned Numbers Authority (IANA) at http://www.iana.org/assignments/media-types/index.html. Commonly used MIME types are: application/vnd.ms-powerpoint (ppt, pptx), application/vnd.ms-excel (xls, xlsx), text/richtext (rtx), application/postscript (eps, ps), application/pdf (pdf), application/xml-dtd (dtd), text/html (htm, html), text/xml (xsl, xml, xsd), application/x-dvi (dvi). If a document is compressed the specified MIME type should be for the uncompressed document.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Granule
Namespace
http://www.spase-group.org/data/schema
Annotations
An accessible portion of another resource.A Granule may be composed of one or more physicalpieces (files) which are considered inseparable.For example, a data storage format that maintainsmetadata and binary data in separate, buttightly coupled files. Granules should notbe used to group files that have simple relationshipsor which are associated through a parent resource.For example, each file containing a time intervaldata for a Numerical Data resource would eachbe considered a Granule. The ParentID of aGranule resource must be a NumericalData resource.The attributes of a Granule supersede thecorresponding attributes in the NumericalDataresource.
<xsd:complexType name="Granule"><xsd:annotation><xsd:documentation xml:lang="en">An accessible portion of another resource. A Granule may be composed of one or more physical pieces (files) which are considered inseparable. For example, a data storage format that maintains metadata and binary data in separate, but tightly coupled files. Granules should not be used to group files that have simple relationships or which are associated through a parent resource. For example, each file containing a time interval data for a Numerical Data resource would each be considered a Granule. 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 name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ReleaseDate" type="spase:ReleaseDate" minOccurs="1" maxOccurs="1"/><xsd:element name="ExpirationDate" type="spase:ExpirationDate" minOccurs="0" maxOccurs="1"/><xsd:element name="ParentID" type="spase:ParentID" minOccurs="1" maxOccurs="1"/><xsd:element name="PriorID" type="spase:PriorID" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="StartDate" type="spase:StartDate" minOccurs="1" maxOccurs="1"/><xsd:element name="StopDate" type="spase:StopDate" minOccurs="1" maxOccurs="1"/><xsd:element name="Source" type="spase:Source" minOccurs="1" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Simple Type spase:ParentID
Namespace
http://www.spase-group.org/data/schema
Annotations
The resource identifier for a resource thata resource is a part of. The resource inheritsthe attributes of the referenced resource.Attributes defined in the resource overrideattributes of the parent in the manner prescribedby the containing resource.
<xsd:simpleType name="ParentID"><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 prescribed by the containing resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
<xsd:simpleType name="SourceType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the characterization of the function or purpose of a source.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Ancillary"/><xsd:enumeration value="Browse"/><xsd:enumeration value="Data"/><xsd:enumeration value="Layout"/><xsd:enumeration value="Thumbnail"/></xsd:restriction></xsd:simpleType>
Simple Type spase:MirrorURL
Namespace
http://www.spase-group.org/data/schema
Annotations
A Uniform Resource Locator (URL) to an alternatelocation of a resource.
<xsd:simpleType name="MirrorURL"><xsd:annotation><xsd:documentation xml:lang="en">A Uniform Resource Locator (URL) to an alternate location of a resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:anyURI"/></xsd:simpleType>
Complex Type spase:Checksum
Namespace
http://www.spase-group.org/data/schema
Annotations
A computed value that is dependent upon thecontents of a digital data object. Primarilyused to check whether errors or alterationshave occurred during the transmission or storageof a data object.
<xsd:complexType name="Checksum"><xsd:annotation><xsd:documentation xml:lang="en">A computed value that is dependent upon the contents of a digital data object. Primarily used to check whether errors or alterations have occurred during the transmission or storage of a data object.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="HashValue" type="spase:HashValue" minOccurs="1" maxOccurs="1"/><xsd:element name="HashFunction" type="spase:HashFunction" minOccurs="1" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:HashValue
Namespace
http://www.spase-group.org/data/schema
Annotations
The value calculated by a hash function, e.g.the message digest of a digital data object.
<xsd:simpleType name="HashValue"><xsd:annotation><xsd:documentation xml:lang="en">The value calculated by a hash function, e.g. the message digest of a digital data object.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:HashFunction
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for functions or algorithms thatconvert a digital data object into a hashvalue.
<xsd:simpleType name="HashFunction"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for functions or algorithms that convert a digital data object into a hash value.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="MD5"/><xsd:enumeration value="SHA1"/><xsd:enumeration value="SHA256"/></xsd:restriction></xsd:simpleType>
Complex Type spase:Instrument
Namespace
http://www.spase-group.org/data/schema
Annotations
A device that makes measurements used to characterizea physical phenomenon, or a family of likedevices.
<xsd:simpleType name="InstrumentType"><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:enumeration value="Channeltron"/><xsd:enumeration value="Coronograph"/><xsd:enumeration value="DoubleSphere"/><xsd:enumeration value="DustDetector"/><xsd:enumeration value="ElectronDriftInstrument"/><xsd:enumeration value="ElectrostaticAnalyser"/><xsd:enumeration value="EnergeticParticleInstrument"/><xsd:enumeration value="FaradayCup"/><xsd:enumeration value="FluxFeedback"/><xsd:enumeration value="FourierTransformSpectrograph"/><xsd:enumeration value="GeigerMuellerTube"/><xsd:enumeration value="Imager"/><xsd:enumeration value="ImagingSpectrometer"/><xsd:enumeration value="Interferometer"/><xsd:enumeration value="IonChamber"/><xsd:enumeration value="IonDrift"/><xsd:enumeration value="LangmuirProbe"/><xsd:enumeration value="LongWire"/><xsd:enumeration value="Magnetograph"/><xsd:enumeration value="Magnetometer"/><xsd:enumeration value="MassSpectrometer"/><xsd:enumeration value="MicrochannelPlate"/><xsd:enumeration value="MultispectralImager"/><xsd:enumeration value="NeutralAtomImager"/><xsd:enumeration value="NeutralParticleDetector"/><xsd:enumeration value="ParticleCorrelator"/><xsd:enumeration value="ParticleDetector"/><xsd:enumeration value="Photometer"/><xsd:enumeration value="PhotomultiplierTube"/><xsd:enumeration value="Photopolarimeter"/><xsd:enumeration value="Platform"/><xsd:enumeration value="ProportionalCounter"/><xsd:enumeration value="QuadrisphericalAnalyser"/><xsd:enumeration value="Radar"/><xsd:enumeration value="Radiometer"/><xsd:enumeration value="ResonanceSounder"/><xsd:enumeration value="RetardingPotentialAnalyser"/><xsd:enumeration value="Riometer"/><xsd:enumeration value="ScintillationDetector"/><xsd:enumeration value="SearchCoil"/><xsd:enumeration value="SolidStateDetector"/><xsd:enumeration value="Sounder"/><xsd:enumeration value="SpacecraftPotentialControl"/><xsd:enumeration value="SpectralPowerReceiver"/><xsd:enumeration value="Spectrometer"/><xsd:enumeration value="TimeOfFlight"/><xsd:enumeration value="Unspecified"/><xsd:enumeration value="WaveformReceiver"/></xsd:restriction></xsd:simpleType>
Simple Type spase:InvestigationName
Namespace
http://www.spase-group.org/data/schema
Annotations
The name given to the contract or engagementwhich enabled the data to be produced. Eachinvestigation is associated with a PrincipalInvestigator or Guest Investigator who wasresponsible for the original proposal. Forsingle PI missions each major subsystem havingits own identified Team Leader may also beclassed as an "Investigation" for the purposesof data archiving.
<xsd:simpleType name="InvestigationName"><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 "Investigation" for the purposes of data archiving.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:OperatingSpan
Namespace
http://www.spase-group.org/data/schema
Annotations
The interval in time from the first pointat which an instrument or spacecraft was producingand sending data until the last such time,ignoring possible gaps.
<xsd:complexType name="OperatingSpan"><xsd:annotation><xsd:documentation xml:lang="en">The interval in time from the first point at which an instrument or spacecraft was producing and sending data until the last such time, ignoring possible gaps.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="StartDate" type="spase:StartDate" minOccurs="1" maxOccurs="1"/><xsd:element name="StopDate" type="spase:StopDate" minOccurs="0" maxOccurs="1"/><xsd:element name="Note" type="spase:Note" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
<xsd:simpleType name="ObservatoryID"><xsd:annotation><xsd:documentation xml:lang="en">The identifier of an Observatory resource.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Observatory
Namespace
http://www.spase-group.org/data/schema
Annotations
The host (spacecraft, network, facility) forinstruments making observations, or a familyof closely related hosts.
<xsd:simpleType name="ObservatoryGroupID"><xsd:annotation><xsd:documentation xml:lang="en">The identifier of an Observatory resource which the referring resource is a member of.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Location
Namespace
http://www.spase-group.org/data/schema
Annotations
A position in space definable by a regionalreferencing system and geographic coordinates.
<xsd:complexType name="Location"><xsd:annotation><xsd:documentation xml:lang="en">A position in space definable by a regional referencing system and geographic coordinates.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="ObservatoryRegion" type="spase:Region" minOccurs="1" maxOccurs="unbounded"/><xsd:element name="CoordinateSystemName" type="spase:CoordinateSystemName" minOccurs="0" maxOccurs="1"/><xsd:element name="Latitude" type="spase:Latitude" minOccurs="0" maxOccurs="1"/><xsd:element name="Longitude" type="spase:Longitude" minOccurs="0" maxOccurs="1"/><xsd:element name="Elevation" type="spase:Elevation" minOccurs="0" maxOccurs="1"/></xsd:sequence></xsd:complexType>
Simple Type spase:Latitude
Namespace
http://www.spase-group.org/data/schema
Annotations
The angular distance north (positive) or south(negative) from the equator, measured alongthe meridian passing through the point.
<xsd:simpleType name="Latitude"><xsd:annotation><xsd:documentation xml:lang="en">The angular distance north (positive) or south (negative) from the equator, measured along the meridian passing through the point.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:Longitude
Namespace
http://www.spase-group.org/data/schema
Annotations
The angular distance measured west (positive)or east (negative) from a north-south linecalled the Prime Meridian.
<xsd:simpleType name="Longitude"><xsd:annotation><xsd:documentation xml:lang="en">The angular distance measured west (positive) or east (negative) from a north-south line called the Prime Meridian.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
Simple Type spase:Elevation
Namespace
http://www.spase-group.org/data/schema
Annotations
The distance in meters above (positive) orbelow (negative) the "zero elevation" definedby the World Geodetic System reference frame(WGS84).
<xsd:simpleType name="Elevation"><xsd:annotation><xsd:documentation xml:lang="en">The distance in meters above (positive) or below (negative) the "zero elevation" defined by the World Geodetic System reference frame (WGS84).</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:double"/></xsd:simpleType>
<xsd:simpleType name="PersonName"><xsd:annotation><xsd:documentation xml:lang="en">The words used to address an individual.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:OrganizationName
Namespace
http://www.spase-group.org/data/schema
Annotations
A unit within a company or other entity (e.g.,Government agency or branch of service) withinwhich many projects are managed as a whole.
<xsd:simpleType name="OrganizationName"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Address
Namespace
http://www.spase-group.org/data/schema
Annotations
Directions for finding some location; writtenon letters or packages that are to be deliveredto that location.
<xsd:simpleType name="Address"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Email
Namespace
http://www.spase-group.org/data/schema
Annotations
The electronic address at which the individualmay be contacted expressed in the form "local-part@domain".
<xsd:simpleType name="Email"><xsd:annotation><xsd:documentation xml:lang="en">The electronic address at which the individual may be contacted expressed in the form "local-part@domain".</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:PhoneNumber
Namespace
http://www.spase-group.org/data/schema
Annotations
The symbols and numerals required to contactan individual by telephone. The string maycontain punctuation marks such as dash (-)or dot (.) to separate fields within the string.
<xsd:simpleType name="PhoneNumber"><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:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:FaxNumber
Namespace
http://www.spase-group.org/data/schema
Annotations
The symbols and numerals required to senda facsimile (FAX) to an individual by telephone.The string may contain punctuation marks suchas dash (-) or dot (.) to separate fieldswithin the string.
<xsd:simpleType name="FaxNumber"><xsd:annotation><xsd:documentation xml:lang="en">The symbols and numerals required to send a facsimile (FAX) to 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:restriction base="xsd:string"/></xsd:simpleType>
Complex Type spase:Registry
Namespace
http://www.spase-group.org/data/schema
Annotations
A location or facility where resources arecataloged.
<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 name="ResourceID" type="spase:ResourceID" minOccurs="1" maxOccurs="1"/><xsd:element name="ResourceHeader" type="spase:ResourceHeader" minOccurs="1" maxOccurs="1"/><xsd:element name="AccessURL" type="spase:AccessURL" minOccurs="1" maxOccurs="1"/><xsd:element name="Extension" type="spase:Extension" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType>
Complex Type spase:Annotation
Namespace
http://www.spase-group.org/data/schema
Annotations
Information which is explanatory or descriptivewhich is associated with another resource.
<xsd:simpleType name="ImageURL"><xsd:annotation><xsd:documentation xml:lang="en">A URL to graphic, image or movie.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:anyURI"/></xsd:simpleType>
Simple Type spase:AnnotationType
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for an classification of an annotation.
<xsd:simpleType name="AnnotationType"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for an classification of an annotation.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Anomaly"/><xsd:enumeration value="Event"/><xsd:enumeration value="Feature"/></xsd:restriction></xsd:simpleType>
Simple Type spase:ClassificationMethod
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the technique used to determinethe characteristics of an object.
<xsd:simpleType name="ClassificationMethod"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the technique used to determine the characteristics of an object.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Automatic"/><xsd:enumeration value="Inferred"/><xsd:enumeration value="Inspection"/></xsd:restriction></xsd:simpleType>
Simple Type spase:ConfidenceRating
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the classification of thecertainty of an assertion.
<xsd:simpleType name="ConfidenceRating"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the classification of the certainty of an assertion.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Probable"/><xsd:enumeration value="Strong"/><xsd:enumeration value="Unlikely"/><xsd:enumeration value="Weak"/></xsd:restriction></xsd:simpleType>
<xsd:simpleType name="StartLocation"><xsd:annotation><xsd:documentation xml:lang="en">The initial position in space.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
<xsd:simpleType name="StopLocation"><xsd:annotation><xsd:documentation xml:lang="en">The final position in space.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"/></xsd:simpleType>
Simple Type spase:Component
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the axis of coordinate systems.
Diagram
Type
restriction of xsd:string
Facets
enumeration
I
enumeration
J
enumeration
K
Source
<xsd:simpleType name="Component"><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="I"/><xsd:enumeration value="J"/><xsd:enumeration value="K"/></xsd:restriction></xsd:simpleType>
Simple Type spase:DirectionAngle
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the angle between a vectorand a base axis.
Diagram
Type
restriction of xsd:string
Facets
enumeration
AzimuthAngle
enumeration
ElevationAngle
enumeration
PolarAngle
Source
<xsd:simpleType name="DirectionAngle"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the angle between a vector and a base axis.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="AzimuthAngle"/><xsd:enumeration value="ElevationAngle"/><xsd:enumeration value="PolarAngle"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Earth
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the regions surrounding theEarth.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Magnetosheath
enumeration
Magnetosphere
enumeration
Magnetosphere.Magnetotail
enumeration
Magnetosphere.Main
enumeration
Magnetosphere.Polar
enumeration
Magnetosphere.RadiationBelt
enumeration
Moon
enumeration
NearSurface
enumeration
Surface
Source
<xsd:simpleType name="Earth"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the regions surrounding the Earth.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Magnetosheath"/><xsd:enumeration value="Magnetosphere"/><xsd:enumeration value="Magnetosphere.Magnetotail"/><xsd:enumeration value="Magnetosphere.Main"/><xsd:enumeration value="Magnetosphere.Polar"/><xsd:enumeration value="Magnetosphere.RadiationBelt"/><xsd:enumeration value="Moon"/><xsd:enumeration value="NearSurface"/><xsd:enumeration value="Surface"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Hardcopy
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for permanent reproductions, orcopy in the form of a physical object, ofany media suitable for direct use by a person.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Film
enumeration
Microfiche
enumeration
Microfilm
enumeration
Photograph
enumeration
PhotographicPlate
enumeration
Print
Source
<xsd:simpleType name="Hardcopy"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for permanent reproductions, or copy in the form of a physical object, of any media suitable for direct use by a person.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Film"/><xsd:enumeration value="Microfiche"/><xsd:enumeration value="Microfilm"/><xsd:enumeration value="Photograph"/><xsd:enumeration value="PhotographicPlate"/><xsd:enumeration value="Print"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Heliosphere
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for regions of the solar atmospherewhich extends roughly from the inner coronato the edge of the solar plasma at the heliopauseseparating primarily solar plasma from interstellarplasma.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Heliosheath
enumeration
Inner
enumeration
NearEarth
enumeration
Outer
enumeration
Remote1AU
Source
<xsd:simpleType name="Heliosphere"><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="Heliosheath"/><xsd:enumeration value="Inner"/><xsd:enumeration value="NearEarth"/><xsd:enumeration value="Outer"/><xsd:enumeration value="Remote1AU"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Integral
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for values above a given thresholdand over area or solid-angle range.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Area
enumeration
Bandwidth
enumeration
SolidAngle
Source
<xsd:simpleType name="Integral"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for values above a given threshold and over area or solid-angle range.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Area"/><xsd:enumeration value="Bandwidth"/><xsd:enumeration value="SolidAngle"/></xsd:restriction></xsd:simpleType>
Identifiers for the region of space abovethe atmosphere or surface of the planet, andbounded by the magnetopause, that is underthe direct influence of planet's magneticfield.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Magnetotail
enumeration
Main
enumeration
Polar
enumeration
RadiationBelt
Source
<xsd:simpleType name="Magnetosphere"><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's magnetic field.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Magnetotail"/><xsd:enumeration value="Main"/><xsd:enumeration value="Polar"/><xsd:enumeration value="RadiationBelt"/></xsd:restriction></xsd:simpleType>
Simple Type spase:NearSurface
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for regions of the gaseous andpossibly ionized environment of a body extendingfrom the surface to some specified altitude.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Atmosphere
enumeration
AuroralRegion
enumeration
EquatorialRegion
enumeration
Ionosphere
enumeration
Ionosphere.DRegion
enumeration
Ionosphere.ERegion
enumeration
Ionosphere.FRegion
enumeration
Ionosphere.Topside
enumeration
Mesosphere
enumeration
Plasmasphere
enumeration
PolarCap
enumeration
SouthAtlanticAnomalyRegion
enumeration
Stratosphere
enumeration
Thermosphere
enumeration
Troposphere
Source
<xsd:simpleType name="NearSurface"><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:enumeration value="AuroralRegion"/><xsd:enumeration value="EquatorialRegion"/><xsd:enumeration value="Ionosphere"/><xsd:enumeration value="Ionosphere.DRegion"/><xsd:enumeration value="Ionosphere.ERegion"/><xsd:enumeration value="Ionosphere.FRegion"/><xsd:enumeration value="Ionosphere.Topside"/><xsd:enumeration value="Mesosphere"/><xsd:enumeration value="Plasmasphere"/><xsd:enumeration value="PolarCap"/><xsd:enumeration value="SouthAtlanticAnomalyRegion"/><xsd:enumeration value="Stratosphere"/><xsd:enumeration value="Thermosphere"/><xsd:enumeration value="Troposphere"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Projection
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers to projections into a coordinatesystem.
Diagram
Type
restriction of xsd:string
Facets
enumeration
IJ
enumeration
IK
enumeration
JK
Source
<xsd:simpleType name="Projection"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers to projections into a coordinate system.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="IJ"/><xsd:enumeration value="IK"/><xsd:enumeration value="JK"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Sun
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for regions of the star upon whichour solar system is centered.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Chromosphere
enumeration
Corona
enumeration
Interior
enumeration
Photosphere
enumeration
TransitionRegion
Source
<xsd:simpleType name="Sun"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for regions of the star upon which our solar system is centered.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Chromosphere"/><xsd:enumeration value="Corona"/><xsd:enumeration value="Interior"/><xsd:enumeration value="Photosphere"/><xsd:enumeration value="TransitionRegion"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Text
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for the encoding of sequencesof characters.
Diagram
Type
restriction of xsd:string
Facets
enumeration
ASCII
enumeration
Unicode
Source
<xsd:simpleType name="Text"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for the encoding of sequences of characters.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="ASCII"/><xsd:enumeration value="Unicode"/></xsd:restriction></xsd:simpleType>
Simple Type spase:Waves
Namespace
http://www.spase-group.org/data/schema
Annotations
Identifiers for experimental and natural wavephenomena.
Diagram
Type
restriction of xsd:string
Facets
enumeration
Active
enumeration
Passive
Source
<xsd:simpleType name="Waves"><xsd:annotation><xsd:documentation xml:lang="en">Identifiers for experimental and natural wave phenomena.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="Active"/><xsd:enumeration value="Passive"/></xsd:restriction></xsd:simpleType>
<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. Units should be represented by widely accepted representation. For example, units should conform to the International System of Units (SI) which is maintained by BIPM (Bureau International des Poids et Mesures (see <http://www.bipm.fr/> ) when appropriate or use tokens like "Re" to represent units of the Radius of the Earth. Within a 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: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols> and those for common derived units can be found at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html></xsd:documentation></xsd:annotation>
<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 "number > x", where "number" is a numerical value and "x" 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: "1.0E-9>T" which converts the units, presumable nT, to Tesla. Another example is: "1.0e+3>m/s" which converts a velocity expressed in kilometers per second to meters per second.</xsd:documentation></xsd:annotation>
Source
<xsd:complexType name="typeValue"><xsd:annotation><xsd:documentation xml:lang="en"><xsd:annotation><xsd:documentation xml:lang="en"></xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation><xsd:simpleContent><xsd:extension base="xsd:double"><xsd:attribute name="Units" type="xsd:string"><xsd:annotation><xsd:documentation xml:lang="en"><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. Units should be represented by widely accepted representation. For example, units should conform to the International System of Units (SI) which is maintained by BIPM (Bureau International des Poids et Mesures (see <http://www.bipm.fr/> ) when appropriate or use tokens like "Re" to represent units of the Radius of the Earth. Within a 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: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols> and those for common derived units can be found at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html></xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="UnitsConversion" type="xsd:string"><xsd:annotation><xsd:documentation xml:lang="en"><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 "number > x", where "number" is a numerical value and "x" 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: "1.0E-9>T" which converts the units, presumable nT, to Tesla. Another example is: "1.0e+3>m/s" which converts a velocity expressed in kilometers per second to meters per second.</xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType>
<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. Units should be represented by widely accepted representation. For example, units should conform to the International System of Units (SI) which is maintained by BIPM (Bureau International des Poids et Mesures (see <http://www.bipm.fr/> ) when appropriate or use tokens like "Re" to represent units of the Radius of the Earth. Within a 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: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols> and those for common derived units can be found at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html></xsd:documentation></xsd:annotation>
<xsd:attribute name="Units" type="xsd:string"><xsd:annotation><xsd:documentation xml:lang="en"><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. Units should be represented by widely accepted representation. For example, units should conform to the International System of Units (SI) which is maintained by BIPM (Bureau International des Poids et Mesures (see <http://www.bipm.fr/> ) when appropriate or use tokens like "Re" to represent units of the Radius of the Earth. Within a 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: <http://www.bipm.fr/en/si/si_brochure/chapter2/2-1/#symbols> and those for common derived units can be found at: <http://www.bipm.fr/en/si/derived_units/2-2-2.html></xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation></xsd:attribute>
<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 "number > x", where "number" is a numerical value and "x" 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: "1.0E-9>T" which converts the units, presumable nT, to Tesla. Another example is: "1.0e+3>m/s" which converts a velocity expressed in kilometers per second to meters per second.</xsd:documentation></xsd:annotation>
<xsd:attribute name="UnitsConversion" type="xsd:string"><xsd:annotation><xsd:documentation xml:lang="en"><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 "number > x", where "number" is a numerical value and "x" 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: "1.0E-9>T" which converts the units, presumable nT, to Tesla. Another example is: "1.0e+3>m/s" which converts a velocity expressed in kilometers per second to meters per second.</xsd:documentation></xsd:annotation></xsd:documentation></xsd:annotation></xsd:attribute>