Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema CommonElements.xsd
Namespace http://tethys.sdsu.edu/schema/1.0
Properties
attribute form default unqualified
element form default qualified
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:DescriptionType / ns1:Objectives
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
What are the objectives of this effort?  Examples:
Beamform to increase SNR for detection.
Detect every click of a rare species.
Verify data quality.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Objectives" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>What are the objectives of this effort? Examples: Beamform to increase SNR for detection. Detect every click of a rare species. Verify data quality.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:DescriptionType / ns1:Abstract
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Overview of effort.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Abstract" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Overview of effort.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:DescriptionType / ns1:Method
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
High-level description of the method used.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Method" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>High-level description of the method used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:DataSourceType / ns1:EnsembleId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Serves as a foreign key into the ensembles collection and 
must match an Id element in an ensemble document.  Ensembles are used to group instruments together for a common purpose (e.g. large aperture array).
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="EnsembleId" type="xs:string">
  <xs:annotation>
    <xs:documentation>Serves as a foreign key into the ensembles collection and must match an Id element in an ensemble document. Ensembles are used to group instruments together for a common purpose (e.g. large aperture array).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:DataSourceType / ns1:DeploymentId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Serves as a foreign key into the Deployments collection and 
must match an Id element in a deployment document.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="DeploymentId" type="xs:string">
  <xs:annotation>
    <xs:documentation>Serves as a foreign key into the Deployments collection and must match an Id element in a deployment document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:Method
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Text based description of algorithm or citation
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Method" type="xs:string">
  <xs:annotation>
    <xs:documentation>Text based description of algorithm or citation</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:Software
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Name of software that implements the algorithm or supports human analysts.  This might be the name of a plug-in or extension module that is part of a larger program or system.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Software" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of software that implements the algorithm or supports human analysts. This might be the name of a plug-in or extension module that is part of a larger program or system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:Version
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Software version identifier
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Version" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Software version identifier</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:Parameters
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Structured tags to describe parameters used in algorithm execution.
Diagram
Properties
content complex
minOccurs 0
Model
ANY element from TARGET namespace 'http://tethys.sdsu.edu/schema/1.0'
Source
<xs:element name="Parameters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Structured tags to describe parameters used in algorithm execution.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:SupportSoftware
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Software required in addition to the algorithm itself, e.g. Matlab, Ishmael, PAMGUARD, Triton, etc.
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ns1:Parameters, ns1:Software, ns1:Version
Instance
<ns1:SupportSoftware xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:Software>{1,1}</ns1:Software>
  <ns1:Version>{0,1}</ns1:Version>
  <ns1:Parameters>{0,1}</ns1:Parameters>
</ns1:SupportSoftware>
Source
<xs:element name="SupportSoftware" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Software required in addition to the algorithm itself, e.g. Matlab, Ishmael, PAMGUARD, Triton, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Software" type="xs:string"/>
      <xs:element name="Version" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Software version identifier.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parameters" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Structured tags to describe parameters used in algorithm execution.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:SupportSoftware / ns1:Software
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Software" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:SupportSoftware / ns1:Version
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Software version identifier.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Version" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Software version identifier.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:AlgorithmType / ns1:SupportSoftware / ns1:Parameters
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Structured tags to describe parameters used in algorithm execution.
Diagram
Properties
content complex
minOccurs 0
Model
ANY element from TARGET namespace 'http://tethys.sdsu.edu/schema/1.0'
Source
<xs:element name="Parameters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Structured tags to describe parameters used in algorithm execution.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:QualityAssuranceProcessType / ns1:Description
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:DescriptionType
Properties
content complex
minOccurs 0
Model
Children ns1:Abstract, ns1:Method, ns1:Objectives
Instance
<ns1:Description xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:Objectives>{0,1}</ns1:Objectives>
  <ns1:Abstract>{0,1}</ns1:Abstract>
  <ns1:Method>{0,1}</ns1:Method>
</ns1:Description>
Source
<xs:element name="Description" type="ns1:DescriptionType" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:QualityAssuranceProcessType / ns1:ResponsibleParty
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:ResponsibleParty
Properties
content complex
minOccurs 0
Model
Children ns1:contactInfo, ns1:individualName, ns1:organizationName, ns1:positionName
Instance
<ns1:ResponsibleParty id="" xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:individualName>{0,1}</ns1:individualName>
  <ns1:organizationName>{0,1}</ns1:organizationName>
  <ns1:positionName>{0,1}</ns1:positionName>
  <ns1:contactInfo>{0,1}</ns1:contactInfo>
</ns1:ResponsibleParty>
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:element name="ResponsibleParty" type="ns1:ResponsibleParty" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ResponsibleParty / ns1:individualName
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="individualName" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ResponsibleParty / ns1:organizationName
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="organizationName" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ResponsibleParty / ns1:positionName
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="positionName" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ResponsibleParty / ns1:contactInfo
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:contactInfo
Properties
content complex
minOccurs 0
Model
Children ns1:address, ns1:contactInstructions, ns1:hoursOfService, ns1:onlineResource, ns1:phone
Instance
<ns1:contactInfo xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:phone>{0,1}</ns1:phone>
  <ns1:address>{0,1}</ns1:address>
  <ns1:onlineResource>{0,unbounded}</ns1:onlineResource>
  <ns1:hoursOfService>{0,1}</ns1:hoursOfService>
  <ns1:contactInstructions>{0,1}</ns1:contactInstructions>
</ns1:contactInfo>
Source
<xs:element minOccurs="0" name="contactInfo" type="ns1:contactInfo"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:phone
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children ns1:facsimile, ns1:voice
Instance
<ns1:phone xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:voice>{0,unbounded}</ns1:voice>
  <ns1:facsimile>{0,unbounded}</ns1:facsimile>
</ns1:phone>
Source
<xs:element minOccurs="0" name="phone">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="voice" type="xs:string"/>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="facsimile" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:phone / ns1:voice
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="voice" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:phone / ns1:facsimile
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="facsimile" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children ns1:administrativeArea, ns1:city, ns1:country, ns1:deliveryPoint, ns1:electronicMailAddress, ns1:postalCode
Instance
<ns1:address xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:deliveryPoint>{0,unbounded}</ns1:deliveryPoint>
  <ns1:city>{0,1}</ns1:city>
  <ns1:administrativeArea>{0,1}</ns1:administrativeArea>
  <ns1:postalCode>{0,1}</ns1:postalCode>
  <ns1:country>{0,1}</ns1:country>
  <ns1:electronicMailAddress>{0,1}</ns1:electronicMailAddress>
</ns1:address>
Source
<xs:element minOccurs="0" name="address">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="deliveryPoint" type="xs:string"/>
      <xs:element minOccurs="0" name="city" type="xs:string"/>
      <xs:element minOccurs="0" name="administrativeArea" type="xs:string"/>
      <xs:element minOccurs="0" name="postalCode" type="xs:string"/>
      <xs:element minOccurs="0" name="country" type="xs:string"/>
      <xs:element minOccurs="0" name="electronicMailAddress" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:deliveryPoint
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="deliveryPoint" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:city
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="city" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:administrativeArea
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="administrativeArea" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:postalCode
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="postalCode" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:country
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="country" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:address / ns1:electronicMailAddress
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="electronicMailAddress" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:onlineResource
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
We do not fully conform to the onlineResources of ISO 19115
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
Wildcard: ANY attribute from TARGET namespace 'http://tethys.sdsu.edu/schema/1.0'
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="onlineResource">
  <xs:annotation>
    <xs:documentation>We do not fully conform to the onlineResources of ISO 19115</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:anyAttribute namespace="##targetNamespace"/>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:hoursOfService
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="hoursOfService" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:contactInfo / ns1:contactInstructions
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="contactInstructions" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:BespokeDataType / ns1:Abstract
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Abstract" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:BespokeDataType / ns1:Data
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ns1:Comment, ns1:URI
Instance
<ns1:Data xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:URI>{1,1}</ns1:URI>
  <ns1:Comment>{0,1}</ns1:Comment>
</ns1:Data>
Source
<xs:element name="Data" maxOccurs="unbounded" minOccurs="0">
  <xs:complexType>
    <xs:sequence maxOccurs="1">
      <xs:element maxOccurs="1" name="URI" type="xs:string">
        <xs:annotation>
          <xs:documentation>Data that are not stored within the schema. This may take the form of a URI or other textual value. In the Tethys server, the value here permits retrieval of the data by visitng a URL related to the current document. The URI will just consist of the filename that was submitted, e.g., AdditionalData.zip or Calculations.hdf. A combination of the document Id and the filename can be used to download the data. For example, if AdditionaData.zip was submitted with the document localization document Id CINMS32B as BespokeData, one could retrieve the data by visiting: http://myTethysServer.local:9779/Attach/Localizations/CINMS32B?URI=AdditionalData.zip The above URL would need to be updated for the appropriate server, port, and protocol (http vs. https).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Comment" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:BespokeDataType / ns1:Data / ns1:URI
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Data that are not stored within the schema.  This may take the form of a URI or other textual value.  

In the Tethys server, the value here permits retrieval of the data by visitng a URL related to the current document.  The URI will just consist of the filename that was submitted, e.g., AdditionalData.zip or Calculations.hdf.  A combination of the document Id and the filename can be used to download the data.  For example, if AdditionaData.zip was submitted with the document localization document Id CINMS32B as BespokeData, one could retrieve the data by visiting:

http://myTethysServer.local:9779/Attach/Localizations/CINMS32B?URI=AdditionalData.zip

The above URL would need to be updated for the appropriate server, port, and protocol (http vs. https).
Diagram
Type xs:string
Properties
content simple
maxOccurs 1
Source
<xs:element maxOccurs="1" name="URI" type="xs:string">
  <xs:annotation>
    <xs:documentation>Data that are not stored within the schema. This may take the form of a URI or other textual value. In the Tethys server, the value here permits retrieval of the data by visitng a URL related to the current document. The URI will just consist of the filename that was submitted, e.g., AdditionalData.zip or Calculations.hdf. A combination of the document Id and the filename can be used to download the data. For example, if AdditionaData.zip was submitted with the document localization document Id CINMS32B as BespokeData, one could retrieve the data by visiting: http://myTethysServer.local:9779/Attach/Localizations/CINMS32B?URI=AdditionalData.zip The above URL would need to be updated for the appropriate server, port, and protocol (http vs. https).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:BespokeDataType / ns1:Data / ns1:Comment
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Comment" type="xs:string"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:BespokeDataType / ns1:UserDefined
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Any user-defined elements may be stored here.
Diagram
Properties
content complex
minOccurs 0
Model
ANY element from TARGET namespace 'http://tethys.sdsu.edu/schema/1.0'
Source
<xs:element name="UserDefined" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Any user-defined elements may be stored here.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:MetadataInfo / ns1:Contact
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:ResponsibleParty
Properties
content complex
Model
Children ns1:contactInfo, ns1:individualName, ns1:organizationName, ns1:positionName
Instance
<ns1:Contact id="" xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:individualName>{0,1}</ns1:individualName>
  <ns1:organizationName>{0,1}</ns1:organizationName>
  <ns1:positionName>{0,1}</ns1:positionName>
  <ns1:contactInfo>{0,1}</ns1:contactInfo>
</ns1:Contact>
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:element name="Contact" type="ns1:ResponsibleParty"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:MetadataInfo / ns1:Date
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Last update.
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="Date" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Last update.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:MetadataInfo / ns1:UpdateFrequency
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
How often are these data updated?
as-needed, unplanned, or yearly
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration as-needed
enumeration unplanned
enumeration yearly
Source
<xs:element name="UpdateFrequency">
  <xs:annotation>
    <xs:documentation>How often are these data updated? as-needed, unplanned, or yearly</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="as-needed"/>
      <xs:enumeration value="unplanned"/>
      <xs:enumeration value="yearly"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ContactGroup / ns1:Person
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Person
Properties
content complex
Model
Children ns1:affiliation, ns1:email, ns1:name, ns1:phoneNumber, ns1:surname, ns1:userID
Instance
<ns1:Person id="" xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:surname>{1,1}</ns1:surname>
  <ns1:name>{1,1}</ns1:name>
  <ns1:userID>{1,1}</ns1:userID>
  <ns1:affiliation>{1,1}</ns1:affiliation>
  <ns1:phoneNumber>{1,1}</ns1:phoneNumber>
  <ns1:email>{1,1}</ns1:email>
</ns1:Person>
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:element name="Person" type="ns1:Person"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:surname
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="surname" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:name
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="name" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:userID
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="userID" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:affiliation
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="affiliation" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:phoneNumber
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="phoneNumber" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:Person / ns1:email
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="email" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:ContactGroup / ns1:ResponsibleParty
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:ResponsibleParty
Properties
content complex
Model
Children ns1:contactInfo, ns1:individualName, ns1:organizationName, ns1:positionName
Instance
<ns1:ResponsibleParty id="" xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:individualName>{0,1}</ns1:individualName>
  <ns1:organizationName>{0,1}</ns1:organizationName>
  <ns1:positionName>{0,1}</ns1:positionName>
  <ns1:contactInfo>{0,1}</ns1:contactInfo>
</ns1:ResponsibleParty>
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:element name="ResponsibleParty" type="ns1:ResponsibleParty"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat / ns1:Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees East [0, 360)
Diagram
Type ns1:LongitudeValueType
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Longitude" type="ns1:LongitudeValueType">
  <xs:annotation>
    <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat / ns1:Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees North [-90, 90]
Diagram
Type ns1:LatitudeValueType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element name="Latitude" type="ns1:LatitudeValueType">
  <xs:annotation>
    <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Longitudes
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Longitudes
Properties
content simple
Source
<xs:element name="Longitudes" type="ns1:Longitudes"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Latitudes
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Latitudes
Properties
content simple
Source
<xs:element name="Latitudes" type="ns1:Latitudes"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Elevations_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Elevations_m
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevations_m" type="ns1:Elevations_m"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Depths_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Depths_m
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Depths_m" type="ns1:Depths_m"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Timestamps
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:Timestamps
Properties
content simple
Source
<xs:element name="Timestamps" type="ns1:Timestamps"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Bounding box for tempo-spatial data from northwest to southeast quadrant.  If elevation/depth information is available, separate depth boundaries are given as well.
Note that longitudes are always degrees east.  When a track crosses 0° east, the northwest longitude will be > than the souteast longitude (e.g. a 2° path from 359°E to 1°E)
Diagram
Properties
content complex
Model
Children ns1:Depth, ns1:Elevations, ns1:NorthWest, ns1:SouthEast
Instance
<ns1:Bounds xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:NorthWest>{1,1}</ns1:NorthWest>
  <ns1:SouthEast>{1,1}</ns1:SouthEast>
  <ns1:Elevations>{0,1}</ns1:Elevations>
  <ns1:Depth>{0,1}</ns1:Depth>
</ns1:Bounds>
Source
<xs:element name="Bounds">
  <xs:annotation>
    <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. If elevation/depth information is available, separate depth boundaries are given as well. Note that longitudes are always degrees east. When a track crosses 0° east, the northwest longitude will be > than the souteast longitude (e.g. a 2° path from 359°E to 1°E)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NorthWest">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
            <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SouthEast">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
            <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Elevations">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="MinElevation_m" type="xs:double"/>
            <xs:element name="MaxElevation_m" type="xs:double"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Depth">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="MinDepth_m" type="xs:double"/>
            <xs:element name="MaxDepth_m" type="xs:double"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:NorthWest
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children ns1:Latitude, ns1:Longitude
Instance
<ns1:NorthWest xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:Longitude>{1,1}</ns1:Longitude>
  <ns1:Latitude>{1,1}</ns1:Latitude>
</ns1:NorthWest>
Source
<xs:element name="NorthWest">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
      <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:NorthWest / ns1:Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LongitudeValueType
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Longitude" type="ns1:LongitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:NorthWest / ns1:Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LatitudeValueType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element name="Latitude" type="ns1:LatitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:SouthEast
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children ns1:Latitude, ns1:Longitude
Instance
<ns1:SouthEast xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:Longitude>{1,1}</ns1:Longitude>
  <ns1:Latitude>{1,1}</ns1:Latitude>
</ns1:SouthEast>
Source
<xs:element name="SouthEast">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
      <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:SouthEast / ns1:Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LongitudeValueType
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Longitude" type="ns1:LongitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:SouthEast / ns1:Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LatitudeValueType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element name="Latitude" type="ns1:LatitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Elevations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children ns1:MaxElevation_m, ns1:MinElevation_m
Instance
<ns1:Elevations xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:MinElevation_m>{1,1}</ns1:MinElevation_m>
  <ns1:MaxElevation_m>{1,1}</ns1:MaxElevation_m>
</ns1:Elevations>
Source
<xs:element minOccurs="0" name="Elevations">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MinElevation_m" type="xs:double"/>
      <xs:element name="MaxElevation_m" type="xs:double"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Elevations / ns1:MinElevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="MinElevation_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Elevations / ns1:MaxElevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="MaxElevation_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Depth
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children ns1:MaxDepth_m, ns1:MinDepth_m
Instance
<ns1:Depth xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:MinDepth_m>{1,1}</ns1:MinDepth_m>
  <ns1:MaxDepth_m>{1,1}</ns1:MaxDepth_m>
</ns1:Depth>
Source
<xs:element minOccurs="0" name="Depth">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MinDepth_m" type="xs:double"/>
      <xs:element name="MaxDepth_m" type="xs:double"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Depth / ns1:MinDepth_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="MinDepth_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3List / ns1:Bounds / ns1:Depth / ns1:MaxDepth_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="MaxDepth_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3 / ns1:Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees East [0, 360)
Diagram
Type ns1:LongitudeValueType
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Longitude" type="ns1:LongitudeValueType">
  <xs:annotation>
    <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3 / ns1:Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees North [-90, 90]
Diagram
Type ns1:LatitudeValueType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element name="Latitude" type="ns1:LatitudeValueType">
  <xs:annotation>
    <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLat3 / ns1:Depth_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Depth_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLatAlt / ns1:Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees East [0, 360)
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Longitude" type="xs:double">
  <xs:annotation>
    <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLatAlt / ns1:Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees North [-90, 90]
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Latitude" type="xs:double">
  <xs:annotation>
    <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:LongLatAlt / ns1:Altitude_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Altitude_m" type="xs:double" maxOccurs="1" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:vernacularType / ns1:name
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type extension of xs:token
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
language xs:token optional
Source
<xs:element name="name" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:token">
        <xs:attribute name="language" type="xs:token"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:tsngroup / ns1:tsn
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Integrated Taxonomic Information System (ITIS) Serial Number
See www.itis.gov
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="tsn" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Integrated Taxonomic Information System (ITIS) Serial Number See www.itis.gov</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:tsngroup / ns1:taxon_unit
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Taxnomic unit to which this TSN belongs, e.g. species, family, etc.  This can be inferred in schemata that are hierarchical such as ITIS.xsd, and is typically only used in flattened schemata.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="taxon_unit" type="xs:string">
  <xs:annotation>
    <xs:documentation>Taxnomic unit to which this TSN belongs, e.g. species, family, etc. This can be inferred in schemata that are hierarchical such as ITIS.xsd, and is typically only used in flattened schemata.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:tsngroup / ns1:completename
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Scientific name for this taxa
Diagram
Type restriction of xs:token
Properties
content simple
Facets
whiteSpace collapse
Source
<xs:element name="completename">
  <xs:annotation>
    <xs:documentation>Scientific name for this taxa</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:whiteSpace value="collapse"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:tsngroup / ns1:vernacular
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Common names for this taxa.
Diagram
Type ns1:vernacularType
Properties
content complex
Model
Children ns1:name
Instance
<ns1:vernacular xmlns:ns1="http://tethys.sdsu.edu/schema/1.0">
  <ns1:name language="">{0,unbounded}</ns1:name>
</ns1:vernacular>
Source
<xs:element name="vernacular" type="ns1:vernacularType">
  <xs:annotation>
    <xs:documentation>Common names for this taxa.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:GeometryType_m / ns1:x_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="x_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:GeometryType_m / ns1:y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="y_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element ns1:GeometryType_m / ns1:z_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="z_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:DescriptionType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Text based description of process.
Diagram
Used by
Model
Children ns1:Abstract, ns1:Method, ns1:Objectives
Source
<xs:complexType name="DescriptionType">
  <xs:annotation>
    <xs:documentation>Text based description of process.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Objectives" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>What are the objectives of this effort? Examples: Beamform to increase SNR for detection. Detect every click of a rare species. Verify data quality.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Abstract" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Overview of effort.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Method" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>High-level description of the method used.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:DataSourceType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Indicates the deployment or ensemble from which the process (e.g. detector) derived information.
Diagram
Used by
Model
Children ns1:DeploymentId, ns1:EnsembleId
Source
<xs:complexType name="DataSourceType">
  <xs:annotation>
    <xs:documentation>Indicates the deployment or ensemble from which the process (e.g. detector) derived information.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="EnsembleId" type="xs:string">
      <xs:annotation>
        <xs:documentation>Serves as a foreign key into the ensembles collection and must match an Id element in an ensemble document. Ensembles are used to group instruments together for a common purpose (e.g. large aperture array).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeploymentId" type="xs:string">
      <xs:annotation>
        <xs:documentation>Serves as a foreign key into the Deployments collection and must match an Id element in a deployment document.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:AlgorithmType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Description of an algorithm or process.
Diagram
Used by
Model
Children ns1:Method, ns1:Parameters, ns1:Software, ns1:SupportSoftware, ns1:Version
Source
<xs:complexType name="AlgorithmType">
  <xs:annotation>
    <xs:documentation>Description of an algorithm or process.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Method" type="xs:string">
      <xs:annotation>
        <xs:documentation>Text based description of algorithm or citation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Software" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of software that implements the algorithm or supports human analysts. This might be the name of a plug-in or extension module that is part of a larger program or system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Software version identifier</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Parameters" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Structured tags to describe parameters used in algorithm execution.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="SupportSoftware" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Software required in addition to the algorithm itself, e.g. Matlab, Ishmael, PAMGUARD, Triton, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Software" type="xs:string"/>
          <xs:element name="Version" type="xs:string" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Software version identifier.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Parameters" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Structured tags to describe parameters used in algorithm execution.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:QualityAssuranceProcessType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Description of a quality assurance process
Diagram
Used by
Model
Children ns1:Description, ns1:ResponsibleParty
Source
<xs:complexType name="QualityAssuranceProcessType">
  <xs:annotation>
    <xs:documentation>Description of a quality assurance process</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Description" type="ns1:DescriptionType" minOccurs="0"/>
    <xs:element name="ResponsibleParty" type="ns1:ResponsibleParty" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:ResponsibleParty
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
based on ISO 19115
Diagram
Used by
Model
Children ns1:contactInfo, ns1:individualName, ns1:organizationName, ns1:positionName
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:complexType name="ResponsibleParty">
  <xs:annotation>
    <xs:documentation>based on ISO 19115</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="individualName" type="xs:string"/>
    <xs:element minOccurs="0" name="organizationName" type="xs:string"/>
    <xs:element minOccurs="0" name="positionName" type="xs:string"/>
    <xs:element minOccurs="0" name="contactInfo" type="ns1:contactInfo"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NCName">
    <xs:annotation>
      <xs:documentation>Handle to external database</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:contactInfo
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children ns1:address, ns1:contactInstructions, ns1:hoursOfService, ns1:onlineResource, ns1:phone
Source
<xs:complexType name="contactInfo">
  <xs:sequence>
    <xs:element minOccurs="0" name="phone">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" minOccurs="0" name="voice" type="xs:string"/>
          <xs:element maxOccurs="unbounded" minOccurs="0" name="facsimile" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="address">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" minOccurs="0" name="deliveryPoint" type="xs:string"/>
          <xs:element minOccurs="0" name="city" type="xs:string"/>
          <xs:element minOccurs="0" name="administrativeArea" type="xs:string"/>
          <xs:element minOccurs="0" name="postalCode" type="xs:string"/>
          <xs:element minOccurs="0" name="country" type="xs:string"/>
          <xs:element minOccurs="0" name="electronicMailAddress" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="onlineResource">
      <xs:annotation>
        <xs:documentation>We do not fully conform to the onlineResources of ISO 19115</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:anyAttribute namespace="##targetNamespace"/>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="hoursOfService" type="xs:string"/>
    <xs:element minOccurs="0" name="contactInstructions" type="xs:string"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:dbReferenceIntensity
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Reference intensity in µ Pascals for dB measurements.  Commonly used:
underwater acoustics:  1
terrestrial acoustics: 20
Diagram
Type xs:double
Used by
Source
<xs:simpleType name="dbReferenceIntensity">
  <xs:annotation>
    <xs:documentation>Reference intensity in µ Pascals for dB measurements. Commonly used: underwater acoustics: 1 terrestrial acoustics: 20</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:SpeciesIDType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Integrated Taxonomic Information System species identifier http://www.itis.gov/ for positive numbers.  Negative numbers are used for physical phenomena.
Diagram
Type extension of xs:integer
Used by
Attributes
QName Type Use Annotation
Group xs:string optional
Attribute used to denote groups within a species or other taxonomic unit.  This can be useful for subpopulations or for denoting hypotheses.  For example, many echolocation clicks can be identified to the family Hyperoodontidae (beaked whales), but not to a species.  Using the Group attribute can help to distinguish between different types of beaked whale clicks without knowing which species family member produced them.
Source
<xs:complexType name="SpeciesIDType">
  <xs:annotation>
    <xs:documentation>Integrated Taxonomic Information System species identifier http://www.itis.gov/ for positive numbers. Negative numbers are used for physical phenomena.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:integer">
      <xs:attribute name="Group" type="xs:string">
        <xs:annotation>
          <xs:documentation>Attribute used to denote groups within a species or other taxonomic unit. This can be useful for subpopulations or for denoting hypotheses. For example, many echolocation clicks can be identified to the family Hyperoodontidae (beaked whales), but not to a species. Using the Group attribute can help to distinguish between different types of beaked whale clicks without knowing which species family member produced them.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:CallType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Name that describes call.
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="CallType">
  <xs:annotation>
    <xs:documentation>Name that describes call.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:QualityValueBasic
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Measurement is: unverified, valid, invalid
Diagram
Type restriction of xs:string
Facets
enumeration unverified
enumeration valid
enumeration invalid
Used by
Source
<xs:simpleType name="QualityValueBasic">
  <xs:annotation>
    <xs:documentation>Measurement is: unverified, valid, invalid</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="unverified"/>
    <xs:enumeration value="valid"/>
    <xs:enumeration value="invalid"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:EventType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Event identifier.  Optional tag typically in ISO datetime format YYYY-MM-DDTHH:MM:SSZ identifying this event uniquely within the stream (detections, localizations, etc.).  
For human analysts, it is typical to use the time at which the detection was made.  When used, the combination of the event and attributes that uniquely identify the set of detections (or document name) must be unique.
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="EventType">
  <xs:annotation>
    <xs:documentation>Event identifier. Optional tag typically in ISO datetime format YYYY-MM-DDTHH:MM:SSZ identifying this event uniquely within the stream (detections, localizations, etc.). For human analysts, it is typical to use the time at which the detection was made. When used, the combination of the event and attributes that uniquely identify the set of detections (or document name) must be unique.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:BespokeDataType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children ns1:Abstract, ns1:Data, ns1:UserDefined
Source
<xs:complexType name="BespokeDataType">
  <xs:sequence>
    <xs:element name="Abstract" type="xs:string"/>
    <xs:element name="Data" maxOccurs="unbounded" minOccurs="0">
      <xs:complexType>
        <xs:sequence maxOccurs="1">
          <xs:element maxOccurs="1" name="URI" type="xs:string">
            <xs:annotation>
              <xs:documentation>Data that are not stored within the schema. This may take the form of a URI or other textual value. In the Tethys server, the value here permits retrieval of the data by visitng a URL related to the current document. The URI will just consist of the filename that was submitted, e.g., AdditionalData.zip or Calculations.hdf. A combination of the document Id and the filename can be used to download the data. For example, if AdditionaData.zip was submitted with the document localization document Id CINMS32B as BespokeData, one could retrieve the data by visiting: http://myTethysServer.local:9779/Attach/Localizations/CINMS32B?URI=AdditionalData.zip The above URL would need to be updated for the appropriate server, port, and protocol (http vs. https).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Comment" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="UserDefined" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Any user-defined elements may be stored here.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:MetadataInfo
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Information about who is responsible for this metadata record, when it was created, and how often it is updated.
Diagram
Used by
Model
Children ns1:Contact, ns1:Date, ns1:UpdateFrequency
Source
<xs:complexType name="MetadataInfo">
  <xs:annotation>
    <xs:documentation>Information about who is responsible for this metadata record, when it was created, and how often it is updated.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Contact" type="ns1:ResponsibleParty"/>
    <xs:element name="Date" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>Last update.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UpdateFrequency">
      <xs:annotation>
        <xs:documentation>How often are these data updated? as-needed, unplanned, or yearly</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="as-needed"/>
          <xs:enumeration value="unplanned"/>
          <xs:enumeration value="yearly"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:Person
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children ns1:affiliation, ns1:email, ns1:name, ns1:phoneNumber, ns1:surname, ns1:userID
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:complexType name="Person">
  <xs:sequence>
    <xs:element name="surname" type="xs:token"/>
    <xs:element name="name" type="xs:token"/>
    <xs:element name="userID" type="xs:token"/>
    <xs:element name="affiliation" type="xs:token"/>
    <xs:element name="phoneNumber" type="xs:token"/>
    <xs:element name="email" type="xs:token"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NCName">
    <xs:annotation>
      <xs:documentation>Handle to external database</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:LongitudeValueType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Longitude is expressed in degrees East [0,360)
Diagram
Type restriction of xs:double
Facets
maxExclusive 360
minInclusive 0
Used by
Source
<xs:simpleType name="LongitudeValueType">
  <xs:annotation>
    <xs:documentation>Longitude is expressed in degrees East [0,360)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
    <xs:maxExclusive value="360"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:LatitudeValueType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Expressed in degrees North [-90,90]
Diagram
Type restriction of xs:double
Facets
maxInclusive 90
minInclusive -90
Used by
Source
<xs:simpleType name="LatitudeValueType">
  <xs:annotation>
    <xs:documentation>Expressed in degrees North [-90,90]</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="-90"/>
    <xs:maxInclusive value="90"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:Longitudes
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of ns1:LongitudeValueType
Used by
Source
<xs:simpleType name="Longitudes">
  <xs:list itemType="ns1:LongitudeValueType"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:Latitudes
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of ns1:LatitudeValueType
Used by
Source
<xs:simpleType name="Latitudes">
  <xs:list itemType="ns1:LatitudeValueType"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:Elevations_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of xs:double
Used by
Source
<xs:simpleType name="Elevations_m">
  <xs:list itemType="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:Depths_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of xs:double
Used by
Source
<xs:simpleType name="Depths_m">
  <xs:list itemType="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:Timestamps
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of xs:dateTime
Used by
Source
<xs:simpleType name="Timestamps">
  <xs:list itemType="xs:dateTime"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:LongLat3List
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
List of longitudes [0,359), latitudes (-90,90) elevations in meters, depths in meters and timestamps.  Only Longitudes and Latitudes are mandatory.
Diagram
Model
Children ns1:Bounds, ns1:Depths_m, ns1:Elevations_m, ns1:Latitudes, ns1:Longitudes, ns1:Timestamps
Source
<xs:complexType name="LongLat3List">
  <xs:annotation>
    <xs:documentation>List of longitudes [0,359), latitudes (-90,90) elevations in meters, depths in meters and timestamps. Only Longitudes and Latitudes are mandatory.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Longitudes" type="ns1:Longitudes"/>
    <xs:element name="Latitudes" type="ns1:Latitudes"/>
    <xs:element minOccurs="0" name="Elevations_m" type="ns1:Elevations_m"/>
    <xs:element minOccurs="0" name="Depths_m" type="ns1:Depths_m"/>
    <xs:element name="Timestamps" type="ns1:Timestamps"/>
    <xs:element name="Bounds">
      <xs:annotation>
        <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. If elevation/depth information is available, separate depth boundaries are given as well. Note that longitudes are always degrees east. When a track crosses 0° east, the northwest longitude will be > than the souteast longitude (e.g. a 2° path from 359°E to 1°E)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NorthWest">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
                <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="SouthEast">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Longitude" type="ns1:LongitudeValueType"/>
                <xs:element name="Latitude" type="ns1:LatitudeValueType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element minOccurs="0" name="Elevations">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="MinElevation_m" type="xs:double"/>
                <xs:element name="MaxElevation_m" type="xs:double"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element minOccurs="0" name="Depth">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="MinDepth_m" type="xs:double"/>
                <xs:element name="MaxDepth_m" type="xs:double"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:BearingDeg
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Facets
maxExclusive 360
minInclusive 0
Used by
Source
<xs:simpleType name="BearingDeg">
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
    <xs:maxExclusive value="360"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:LongLatAlt
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Model
Children ns1:Altitude_m, ns1:Latitude, ns1:Longitude
Source
<xs:complexType name="LongLatAlt">
  <xs:sequence>
    <xs:element name="Longitude" type="xs:double">
      <xs:annotation>
        <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Latitude" type="xs:double">
      <xs:annotation>
        <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Altitude_m" type="xs:double" maxOccurs="1" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:HorizontalAngleType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type extension of ns1:HorizontalAngleRestriction
Type hierarchy
Attributes
QName Type Fixed Use
uom deg optional
Source
<xs:complexType name="HorizontalAngleType">
  <xs:simpleContent>
    <xs:extension base="ns1:HorizontalAngleRestriction">
      <xs:attribute fixed="deg" name="uom" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:HorizontalAngleRestriction
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Facets
maxExclusive 360
minInclusive 0
Used by
Source
<xs:simpleType name="HorizontalAngleRestriction">
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
    <xs:maxExclusive value="360"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:VerticalAngleType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type extension of ns1:VerticalAngleRestriction
Type hierarchy
Attributes
QName Type Fixed Use
uom deg optional
Source
<xs:complexType name="VerticalAngleType">
  <xs:simpleContent>
    <xs:extension base="ns1:VerticalAngleRestriction">
      <xs:attribute fixed="deg" name="uom" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:VerticalAngleRestriction
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Facets
maxInclusive 90
minInclusive -90
Used by
Complex Type ns1:VerticalAngleType
Source
<xs:simpleType name="VerticalAngleRestriction">
  <xs:restriction base="xs:double">
    <xs:minInclusive value="-90"/>
    <xs:maxInclusive value="90"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Simple Type ns1:DoubleList
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
White-space separated double precision numbers.
Diagram
Type list of xs:double
Source
<xs:simpleType name="DoubleList">
  <xs:annotation>
    <xs:documentation>White-space separated double precision numbers.</xs:documentation>
  </xs:annotation>
  <xs:list itemType="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:vernacularType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children ns1:name
Source
<xs:complexType name="vernacularType">
  <xs:sequence>
    <xs:element name="name" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:token">
            <xs:attribute name="language" type="xs:token"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Complex Type ns1:GeometryType_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children ns1:x_m, ns1:y_m, ns1:z_m
Source
<xs:complexType name="GeometryType_m">
  <xs:sequence>
    <xs:element name="x_m" type="xs:double"/>
    <xs:element name="y_m" type="xs:double"/>
    <xs:element name="z_m" type="xs:double"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:ResponsibleParty / @id
Namespace No namespace
Annotations
Handle to external database
Type xs:NCName
Properties
content simple
Used by
Complex Type ns1:ResponsibleParty
Source
<xs:attribute name="id" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Handle to external database</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:SpeciesIDType / @Group
Namespace No namespace
Annotations
Attribute used to denote groups within a species or other taxonomic unit.  This can be useful for subpopulations or for denoting hypotheses.  For example, many echolocation clicks can be identified to the family Hyperoodontidae (beaked whales), but not to a species.  Using the Group attribute can help to distinguish between different types of beaked whale clicks without knowing which species family member produced them.
Type xs:string
Properties
content simple
Used by
Complex Type ns1:SpeciesIDType
Source
<xs:attribute name="Group" type="xs:string">
  <xs:annotation>
    <xs:documentation>Attribute used to denote groups within a species or other taxonomic unit. This can be useful for subpopulations or for denoting hypotheses. For example, many echolocation clicks can be identified to the family Hyperoodontidae (beaked whales), but not to a species. Using the Group attribute can help to distinguish between different types of beaked whale clicks without knowing which species family member produced them.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:Person / @id
Namespace No namespace
Annotations
Handle to external database
Type xs:NCName
Properties
content simple
Used by
Complex Type ns1:Person
Source
<xs:attribute name="id" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Handle to external database</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:HorizontalAngleType / @uom
Namespace No namespace
Properties
use optional
fixed deg
Used by
Source
<xs:attribute fixed="deg" name="uom" use="optional"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:VerticalAngleType / @uom
Namespace No namespace
Properties
use optional
fixed deg
Used by
Complex Type ns1:VerticalAngleType
Source
<xs:attribute fixed="deg" name="uom" use="optional"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Attribute ns1:vernacularType / ns1:name / @language
Namespace No namespace
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="language" type="xs:token"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element Group ns1:ContactGroup
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Contains a subset of the OpenGIS SensorML ContactGroup
(http://www.opengis.net/sensorML/1.0).  Parsing the full SensorML schema will slow down processing.
Diagram
Used by
Model
Children ns1:Person, ns1:ResponsibleParty
Source
<xs:group name="ContactGroup">
  <xs:annotation>
    <xs:documentation>Contains a subset of the OpenGIS SensorML ContactGroup (http://www.opengis.net/sensorML/1.0). Parsing the full SensorML schema will slow down processing.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Person" type="ns1:Person"/>
    <xs:element name="ResponsibleParty" type="ns1:ResponsibleParty"/>
  </xs:choice>
</xs:group>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element Group ns1:LongLat
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Spherical reference system
Diagram
Used by
Model
Children ns1:Latitude, ns1:Longitude
Source
<xs:group name="LongLat">
  <xs:annotation>
    <xs:documentation>Spherical reference system</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Longitude" type="ns1:LongitudeValueType">
      <xs:annotation>
        <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Latitude" type="ns1:LatitudeValueType">
      <xs:annotation>
        <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element Group ns1:LongLat3
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Model
Children ns1:Depth_m, ns1:Latitude, ns1:Longitude
Source
<xs:group name="LongLat3">
  <xs:sequence>
    <xs:element name="Longitude" type="ns1:LongitudeValueType">
      <xs:annotation>
        <xs:documentation>Expressed in degrees East [0, 360)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Latitude" type="ns1:LatitudeValueType">
      <xs:annotation>
        <xs:documentation>Expressed in degrees North [-90, 90]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Depth_m" type="xs:double"/>
  </xs:sequence>
</xs:group>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd
Element Group ns1:tsngroup
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
This describes one entity, e.g. a kingdom, a phylum, a species, etc.
Diagram
Used by
Model
Children ns1:completename, ns1:taxon_unit, ns1:tsn, ns1:vernacular
Source
<xs:group name="tsngroup">
  <xs:annotation>
    <xs:documentation>This describes one entity, e.g. a kingdom, a phylum, a species, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tsn" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Integrated Taxonomic Information System (ITIS) Serial Number See www.itis.gov</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="taxon_unit" type="xs:string">
      <xs:annotation>
        <xs:documentation>Taxnomic unit to which this TSN belongs, e.g. species, family, etc. This can be inferred in schemata that are hierarchical such as ITIS.xsd, and is typically only used in flattened schemata.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="completename">
      <xs:annotation>
        <xs:documentation>Scientific name for this taxa</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:whiteSpace value="collapse"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="vernacular" type="ns1:vernacularType">
      <xs:annotation>
        <xs:documentation>Common names for this taxa.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/CommonElements.xsd