Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema Localization.xsd
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Textual description of custom data retained along with this group of data.
Properties
attribute form default unqualified
element form default qualified
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Algorithm, BespokeData, DataSource, Description, Effort, Id, Localizations, MetadataInfo, QualityAssurance, UserId
Instance
<Localize xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Id>{1,1}</Id>
  <Description>{0,1}</Description>
  <DataSource>{1,1}</DataSource>
  <Algorithm>{1,1}</Algorithm>
  <QualityAssurance>{0,1}</QualityAssurance>
  <UserId>{1,1}</UserId>
  <Effort>{1,1}</Effort>
  <Localizations>{1,1}</Localizations>
  <BespokeData>{0,1}</BespokeData>
  <MetadataInfo>{0,1}</MetadataInfo>
</Localize>
Source
<xs:element name="Localize">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Id" type="xs:string">
        <xs:annotation>
          <xs:documentation>Identification string that is unique to all documents of this type</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" type="DescriptionType" minOccurs="0"/>
      <xs:element name="DataSource" type="DataSourceType"/>
      <xs:element name="Algorithm" type="AlgorithmType"/>
      <xs:element minOccurs="0" name="QualityAssurance" type="QualityAssuranceProcessType">
        <xs:annotation>
          <xs:documentation>Description of quality assurance checks (if any).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UserId" type="xs:string">
        <xs:annotation>
          <xs:documentation>User that submitted the document.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Effort">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Start" type="xs:dateTime">
              <xs:annotation>
                <xs:documentation>Time at which we started looking for location information.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="End" type="xs:dateTime">
              <xs:annotation>
                <xs:documentation>Time at which we stopped looking for location information.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CoordinateReferenceSystem">
              <xs:annotation>
                <xs:documentation>Specifies how coordinates/bearings/etc. will recorded.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Subtype">
                    <xs:annotation>
                      <xs:documentation>Geographic - Coordinate reference system with an ellipsoidal projection system. Derived - A coordinate system that is derived from another one. Engineering - A coordinate system that provides a reference relative to a local position and which does not consider the curvature of the Earth.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="Geographic"/>
                        <xs:enumeration value="Derived"/>
                        <xs:enumeration value="Engineering"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Name">
                    <xs:annotation>
                      <xs:documentation>Name of coordinate system. Valid names are dependent on the Subtype. Geographic: WGS84 Derived: UTM (Universal Transverse Mercator) Engineering: Cartesian coordinates (m), Polar (degrees, m), Spherical (degrees, degrees, m), Cylindrical (degrees, radial dist in plane (m), and plane offset (m), Range (m), PerpindicualRange (m)</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="WGS84"/>
                        <xs:enumeration value="UTM"/>
                        <xs:enumeration value="Cartesian"/>
                        <xs:enumeration value="Polar"/>
                        <xs:enumeration value="Spherical"/>
                        <xs:enumeration value="Cylindrical"/>
                        <xs:enumeration value="Range"/>
                        <xs:enumeration value="PerpendicularRange"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="ReferenceFrame" minOccurs="0">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Anchor">
                          <xs:annotation>
                            <xs:documentation>For Engineering Subtype, must be WGS84 or instrument. For Derived/UTM, anchor must be UTMZone. WGS84 - Latitude and Longitude will be populated UTMZone - UTMZone element will be populated instrument - Datum will be populated.</xs:documentation>
                          </xs:annotation>
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:enumeration value="UTMZone"/>
                              <xs:enumeration value="WGS84"/>
                              <xs:enumeration value="instrument"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element minOccurs="0" name="Latitude" type="LatitudeValueType"/>
                        <xs:element minOccurs="0" name="Longitude" type="LongitudeValueType"/>
                        <xs:element name="UTMZone" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N". Each zone covers 80°S to 84°N in 6° width zones. Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.</xs:documentation>
                          </xs:annotation>
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:pattern value="\d?\d[NS]"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element minOccurs="0" name="Datum" type="xs:string">
                          <xs:annotation>
                            <xs:documentation>Valid for Subtype Engineering, Anchor instrument. Description of the zero-point relative to the instrument. Examples of Datum values: Location of GPS sensor, instrument center of mass.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="LocalizationType" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Type of localization effort: Bearing, Range, PerpendicularRange, Point, Track. May be repeated. All localization effort is considered to be in the same coordinate reference system except ranging types (Range, PerpindicularRange) which have single-dimension measurements in meters. For Range, this is the straight-line distance (m) from the current instrument position to the sound source. PerpindicularRange is only useful for moving instruments and measures the distance between the instrument and the sound source as if the sound source were stationary and the distance measurement (m) were made when the sound source was 90 degrees to the left or right of the instrument (crossing beam). PerpindicularRange is mainly useful for distance sampling surveys where observers are moving along straight lines and significantly faster than the sound sources are moving.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="Bearing"/>
                  <xs:enumeration value="PerpendicularRange"/>
                  <xs:enumeration value="Point"/>
                  <xs:enumeration value="Range"/>
                  <xs:enumeration value="Track"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element minOccurs="1" name="TimeReference" default="relative">
              <xs:annotation>
                <xs:documentation>• absolute – Delays and position were used to estimate the time at which the sound was produced. • beam - Times are recorded based on projections of when the localized source will be at a 90 degree (crossing beam) angle from a moving observation platform based on an assumed straight line path and the current trajectory. • channel – All times are presented relative to arrival on a specific channel. When Source contains value “channel,” a second parameter ReferenceChannel must be present indicating which channel of the recording is used for reference. • relative – Times may be relative to any channel of opportunity within the recording or some function multiple times. If TimeReference is not specified, one should assume that the timestamps are relative.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="absolute"/>
                  <xs:enumeration value="channel"/>
                  <xs:enumeration value="relative"/>
                  <xs:enumeration value="beam"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Dimension" type="xs:int">
              <xs:annotation>
                <xs:documentation>Localizations may vary in dimension depending upon the number of channels on which they were received. This indicates the maxium number of dimensions that are to be expected and can be used to restrict searches for effort that covers a certain number of dimensions.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="ReferencedDocuments">
              <xs:complexType>
                <xs:sequence maxOccurs="unbounded" minOccurs="1">
                  <xs:element name="Document">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Type">
                          <xs:annotation>
                            <xs:documentation>What type of document is being referenced? Detections or Localizations</xs:documentation>
                          </xs:annotation>
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:enumeration value="Detections"/>
                              <xs:enumeration value="Localizations"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Id" type="xs:string">
                          <xs:annotation>
                            <xs:documentation>Unique identifier string for the document being referenced.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Index" type="xs:nonNegativeInteger">
                          <xs:annotation>
                            <xs:documentation>All localizations that wish to reference other detections or localizations from the referenced document should use this index value.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Localizations">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="Localization" type="LocalizationType" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="BespokeData" type="BespokeDataType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Custom user data</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="MetadataInfo" type="MetadataInfo">
        <xs:annotation>
          <xs:documentation>Party responsible for this record. Some applications may make this mandatory.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Id
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Identification string that is unique to all documents of this type
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Id" type="xs:string">
  <xs:annotation>
    <xs:documentation>Identification string that is unique to all documents of this type</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / 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
<Description xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Objectives>{0,1}</Objectives>
  <Abstract>{0,1}</Abstract>
  <Method>{0,1}</Method>
</Description>
Source
<xs:element name="Description" type="DescriptionType" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / DataSource
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:DataSourceType
Properties
content complex
Model
Children ns1:DeploymentId, ns1:EnsembleId
Instance
<DataSource xmlns="http://tethys.sdsu.edu/schema/1.0">
  <EnsembleId>{1,1}</EnsembleId>
  <DeploymentId>{1,1}</DeploymentId>
</DataSource>
Source
<xs:element name="DataSource" type="DataSourceType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Algorithm
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:AlgorithmType
Properties
content complex
Model
Children ns1:Method, ns1:Parameters, ns1:Software, ns1:SupportSoftware, ns1:Version
Instance
<Algorithm xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Method>{0,1}</Method>
  <Software>{1,1}</Software>
  <Version>{0,1}</Version>
  <Parameters>{0,1}</Parameters>
  <SupportSoftware>{0,unbounded}</SupportSoftware>
</Algorithm>
Source
<xs:element name="Algorithm" type="AlgorithmType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / QualityAssurance
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Description of quality assurance checks (if any).
Diagram
Type ns1:QualityAssuranceProcessType
Properties
content complex
minOccurs 0
Model
Children ns1:Description, ns1:ResponsibleParty
Instance
<QualityAssurance xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Description>{0,1}</Description>
  <ResponsibleParty id="">{0,1}</ResponsibleParty>
</QualityAssurance>
Source
<xs:element minOccurs="0" name="QualityAssurance" type="QualityAssuranceProcessType">
  <xs:annotation>
    <xs:documentation>Description of quality assurance checks (if any).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / UserId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
User that submitted the document.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="UserId" type="xs:string">
  <xs:annotation>
    <xs:documentation>User that submitted the document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children CoordinateReferenceSystem, Dimension, End, LocalizationType, ReferencedDocuments, Start, TimeReference
Instance
<Effort xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Start>{1,1}</Start>
  <End>{1,1}</End>
  <CoordinateReferenceSystem>{1,1}</CoordinateReferenceSystem>
  <LocalizationType>{1,unbounded}</LocalizationType>
  <TimeReference>{1,1}</TimeReference>
  <Dimension>{1,1}</Dimension>
  <ReferencedDocuments>{0,1}</ReferencedDocuments>
</Effort>
Source
<xs:element name="Effort">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Start" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>Time at which we started looking for location information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="End" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>Time at which we stopped looking for location information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoordinateReferenceSystem">
        <xs:annotation>
          <xs:documentation>Specifies how coordinates/bearings/etc. will recorded.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Subtype">
              <xs:annotation>
                <xs:documentation>Geographic - Coordinate reference system with an ellipsoidal projection system. Derived - A coordinate system that is derived from another one. Engineering - A coordinate system that provides a reference relative to a local position and which does not consider the curvature of the Earth.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="Geographic"/>
                  <xs:enumeration value="Derived"/>
                  <xs:enumeration value="Engineering"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Name">
              <xs:annotation>
                <xs:documentation>Name of coordinate system. Valid names are dependent on the Subtype. Geographic: WGS84 Derived: UTM (Universal Transverse Mercator) Engineering: Cartesian coordinates (m), Polar (degrees, m), Spherical (degrees, degrees, m), Cylindrical (degrees, radial dist in plane (m), and plane offset (m), Range (m), PerpindicualRange (m)</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="WGS84"/>
                  <xs:enumeration value="UTM"/>
                  <xs:enumeration value="Cartesian"/>
                  <xs:enumeration value="Polar"/>
                  <xs:enumeration value="Spherical"/>
                  <xs:enumeration value="Cylindrical"/>
                  <xs:enumeration value="Range"/>
                  <xs:enumeration value="PerpendicularRange"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="ReferenceFrame" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Anchor">
                    <xs:annotation>
                      <xs:documentation>For Engineering Subtype, must be WGS84 or instrument. For Derived/UTM, anchor must be UTMZone. WGS84 - Latitude and Longitude will be populated UTMZone - UTMZone element will be populated instrument - Datum will be populated.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="UTMZone"/>
                        <xs:enumeration value="WGS84"/>
                        <xs:enumeration value="instrument"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element minOccurs="0" name="Latitude" type="LatitudeValueType"/>
                  <xs:element minOccurs="0" name="Longitude" type="LongitudeValueType"/>
                  <xs:element name="UTMZone" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N". Each zone covers 80°S to 84°N in 6° width zones. Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:pattern value="\d?\d[NS]"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element minOccurs="0" name="Datum" type="xs:string">
                    <xs:annotation>
                      <xs:documentation>Valid for Subtype Engineering, Anchor instrument. Description of the zero-point relative to the instrument. Examples of Datum values: Location of GPS sensor, instrument center of mass.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="LocalizationType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Type of localization effort: Bearing, Range, PerpendicularRange, Point, Track. May be repeated. All localization effort is considered to be in the same coordinate reference system except ranging types (Range, PerpindicularRange) which have single-dimension measurements in meters. For Range, this is the straight-line distance (m) from the current instrument position to the sound source. PerpindicularRange is only useful for moving instruments and measures the distance between the instrument and the sound source as if the sound source were stationary and the distance measurement (m) were made when the sound source was 90 degrees to the left or right of the instrument (crossing beam). PerpindicularRange is mainly useful for distance sampling surveys where observers are moving along straight lines and significantly faster than the sound sources are moving.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Bearing"/>
            <xs:enumeration value="PerpendicularRange"/>
            <xs:enumeration value="Point"/>
            <xs:enumeration value="Range"/>
            <xs:enumeration value="Track"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="1" name="TimeReference" default="relative">
        <xs:annotation>
          <xs:documentation>• absolute – Delays and position were used to estimate the time at which the sound was produced. • beam - Times are recorded based on projections of when the localized source will be at a 90 degree (crossing beam) angle from a moving observation platform based on an assumed straight line path and the current trajectory. • channel – All times are presented relative to arrival on a specific channel. When Source contains value “channel,” a second parameter ReferenceChannel must be present indicating which channel of the recording is used for reference. • relative – Times may be relative to any channel of opportunity within the recording or some function multiple times. If TimeReference is not specified, one should assume that the timestamps are relative.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="absolute"/>
            <xs:enumeration value="channel"/>
            <xs:enumeration value="relative"/>
            <xs:enumeration value="beam"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Dimension" type="xs:int">
        <xs:annotation>
          <xs:documentation>Localizations may vary in dimension depending upon the number of channels on which they were received. This indicates the maxium number of dimensions that are to be expected and can be used to restrict searches for effort that covers a certain number of dimensions.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ReferencedDocuments">
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded" minOccurs="1">
            <xs:element name="Document">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Type">
                    <xs:annotation>
                      <xs:documentation>What type of document is being referenced? Detections or Localizations</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="Detections"/>
                        <xs:enumeration value="Localizations"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Id" type="xs:string">
                    <xs:annotation>
                      <xs:documentation>Unique identifier string for the document being referenced.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Index" type="xs:nonNegativeInteger">
                    <xs:annotation>
                      <xs:documentation>All localizations that wish to reference other detections or localizations from the referenced document should use this index value.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </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/Localization.xsd
Element Localize / Effort / Start
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Time at which we started looking for location information.
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="Start" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Time at which we started looking for location information.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / End
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Time at which we stopped looking for location information.
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="End" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Time at which we stopped looking for location information.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Specifies how coordinates/bearings/etc. will recorded.
Diagram
Properties
content complex
Model
Children Name, ReferenceFrame, Subtype
Instance
<CoordinateReferenceSystem xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Subtype>{1,1}</Subtype>
  <Name>{1,1}</Name>
  <ReferenceFrame>{0,1}</ReferenceFrame>
</CoordinateReferenceSystem>
Source
<xs:element name="CoordinateReferenceSystem">
  <xs:annotation>
    <xs:documentation>Specifies how coordinates/bearings/etc. will recorded.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Subtype">
        <xs:annotation>
          <xs:documentation>Geographic - Coordinate reference system with an ellipsoidal projection system. Derived - A coordinate system that is derived from another one. Engineering - A coordinate system that provides a reference relative to a local position and which does not consider the curvature of the Earth.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Geographic"/>
            <xs:enumeration value="Derived"/>
            <xs:enumeration value="Engineering"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Name">
        <xs:annotation>
          <xs:documentation>Name of coordinate system. Valid names are dependent on the Subtype. Geographic: WGS84 Derived: UTM (Universal Transverse Mercator) Engineering: Cartesian coordinates (m), Polar (degrees, m), Spherical (degrees, degrees, m), Cylindrical (degrees, radial dist in plane (m), and plane offset (m), Range (m), PerpindicualRange (m)</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="WGS84"/>
            <xs:enumeration value="UTM"/>
            <xs:enumeration value="Cartesian"/>
            <xs:enumeration value="Polar"/>
            <xs:enumeration value="Spherical"/>
            <xs:enumeration value="Cylindrical"/>
            <xs:enumeration value="Range"/>
            <xs:enumeration value="PerpendicularRange"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ReferenceFrame" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Anchor">
              <xs:annotation>
                <xs:documentation>For Engineering Subtype, must be WGS84 or instrument. For Derived/UTM, anchor must be UTMZone. WGS84 - Latitude and Longitude will be populated UTMZone - UTMZone element will be populated instrument - Datum will be populated.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="UTMZone"/>
                  <xs:enumeration value="WGS84"/>
                  <xs:enumeration value="instrument"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element minOccurs="0" name="Latitude" type="LatitudeValueType"/>
            <xs:element minOccurs="0" name="Longitude" type="LongitudeValueType"/>
            <xs:element name="UTMZone" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N". Each zone covers 80°S to 84°N in 6° width zones. Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:pattern value="\d?\d[NS]"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element minOccurs="0" name="Datum" type="xs:string">
              <xs:annotation>
                <xs:documentation>Valid for Subtype Engineering, Anchor instrument. Description of the zero-point relative to the instrument. Examples of Datum values: Location of GPS sensor, instrument center of mass.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </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/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / Subtype
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Geographic - Coordinate reference system with an ellipsoidal projection system.
Derived - A coordinate system that is derived from another one.
Engineering - A coordinate system that provides a reference relative to a local position and which does not consider the curvature of the Earth.
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration Geographic
enumeration Derived
enumeration Engineering
Source
<xs:element name="Subtype">
  <xs:annotation>
    <xs:documentation>Geographic - Coordinate reference system with an ellipsoidal projection system. Derived - A coordinate system that is derived from another one. Engineering - A coordinate system that provides a reference relative to a local position and which does not consider the curvature of the Earth.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Geographic"/>
      <xs:enumeration value="Derived"/>
      <xs:enumeration value="Engineering"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / Name
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Name of coordinate system.  Valid names are dependent on the Subtype.
Geographic:  WGS84
Derived: UTM (Universal Transverse Mercator)
Engineering:  Cartesian coordinates (m), Polar (degrees, m), Spherical (degrees, degrees, m), Cylindrical (degrees, radial dist in plane (m), and plane offset (m), Range (m), PerpindicualRange (m)
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration WGS84
enumeration UTM
enumeration Cartesian
enumeration Polar
enumeration Spherical
enumeration Cylindrical
enumeration Range
enumeration PerpendicularRange
Source
<xs:element name="Name">
  <xs:annotation>
    <xs:documentation>Name of coordinate system. Valid names are dependent on the Subtype. Geographic: WGS84 Derived: UTM (Universal Transverse Mercator) Engineering: Cartesian coordinates (m), Polar (degrees, m), Spherical (degrees, degrees, m), Cylindrical (degrees, radial dist in plane (m), and plane offset (m), Range (m), PerpindicualRange (m)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="WGS84"/>
      <xs:enumeration value="UTM"/>
      <xs:enumeration value="Cartesian"/>
      <xs:enumeration value="Polar"/>
      <xs:enumeration value="Spherical"/>
      <xs:enumeration value="Cylindrical"/>
      <xs:enumeration value="Range"/>
      <xs:enumeration value="PerpendicularRange"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children Anchor, Datum, Latitude, Longitude, UTMZone
Instance
<ReferenceFrame xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Anchor>{1,1}</Anchor>
  <Latitude>{0,1}</Latitude>
  <Longitude>{0,1}</Longitude>
  <UTMZone>{0,1}</UTMZone>
  <Datum>{0,1}</Datum>
</ReferenceFrame>
Source
<xs:element name="ReferenceFrame" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Anchor">
        <xs:annotation>
          <xs:documentation>For Engineering Subtype, must be WGS84 or instrument. For Derived/UTM, anchor must be UTMZone. WGS84 - Latitude and Longitude will be populated UTMZone - UTMZone element will be populated instrument - Datum will be populated.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="UTMZone"/>
            <xs:enumeration value="WGS84"/>
            <xs:enumeration value="instrument"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="Latitude" type="LatitudeValueType"/>
      <xs:element minOccurs="0" name="Longitude" type="LongitudeValueType"/>
      <xs:element name="UTMZone" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N". Each zone covers 80°S to 84°N in 6° width zones. Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="\d?\d[NS]"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="Datum" type="xs:string">
        <xs:annotation>
          <xs:documentation>Valid for Subtype Engineering, Anchor instrument. Description of the zero-point relative to the instrument. Examples of Datum values: Location of GPS sensor, instrument center of mass.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame / Anchor
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
For Engineering Subtype, must be WGS84 or instrument.
For Derived/UTM, anchor must be UTMZone.

WGS84 - Latitude and Longitude will be populated
UTMZone - UTMZone element will be populated
instrument - Datum will be populated.
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration UTMZone
enumeration WGS84
enumeration instrument
Source
<xs:element name="Anchor">
  <xs:annotation>
    <xs:documentation>For Engineering Subtype, must be WGS84 or instrument. For Derived/UTM, anchor must be UTMZone. WGS84 - Latitude and Longitude will be populated UTMZone - UTMZone element will be populated instrument - Datum will be populated.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="UTMZone"/>
      <xs:enumeration value="WGS84"/>
      <xs:enumeration value="instrument"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LatitudeValueType
Properties
content simple
minOccurs 0
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element minOccurs="0" name="Latitude" type="LatitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ns1:LongitudeValueType
Properties
content simple
minOccurs 0
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element minOccurs="0" name="Longitude" type="LongitudeValueType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame / UTMZone
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N".  Each zone covers 80°S to 84°N in 6° width zones.  Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
pattern \d?\d[NS]
Source
<xs:element name="UTMZone" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Universal Transmercator Zone 1-60 followed by hempisphere marker for north(N) or south (S); e.g. "31N". Each zone covers 80°S to 84°N in 6° width zones. Zone 1 180 is 180-186° E with increasing zone #s corresponding to 6° eastward increments.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="\d?\d[NS]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / CoordinateReferenceSystem / ReferenceFrame / Datum
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Valid for Subtype Engineering, Anchor instrument.  
Description of the zero-point relative to the instrument.  Examples of Datum values:  Location of GPS sensor, instrument center of mass.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Datum" type="xs:string">
  <xs:annotation>
    <xs:documentation>Valid for Subtype Engineering, Anchor instrument. Description of the zero-point relative to the instrument. Examples of Datum values: Location of GPS sensor, instrument center of mass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / LocalizationType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Type of localization effort:  Bearing, Range, PerpendicularRange, Point, Track.  May be repeated.  All localization effort is considered to be in the same coordinate reference system except ranging types (Range, PerpindicularRange) which have single-dimension measurements in meters.  For Range, this is the straight-line distance (m) from the current instrument position to the sound source.  PerpindicularRange is only useful for moving instruments and measures the distance between the instrument and the sound source as if the sound source were stationary and the distance measurement (m) were made when the sound source was 90 degrees to the left or right of the instrument (crossing beam).  PerpindicularRange is mainly useful for distance sampling surveys where observers are moving along straight lines and significantly faster than the sound sources are moving.
Diagram
Type restriction of xs:string
Properties
content simple
maxOccurs unbounded
Facets
enumeration Bearing
enumeration PerpendicularRange
enumeration Point
enumeration Range
enumeration Track
Source
<xs:element name="LocalizationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Type of localization effort: Bearing, Range, PerpendicularRange, Point, Track. May be repeated. All localization effort is considered to be in the same coordinate reference system except ranging types (Range, PerpindicularRange) which have single-dimension measurements in meters. For Range, this is the straight-line distance (m) from the current instrument position to the sound source. PerpindicularRange is only useful for moving instruments and measures the distance between the instrument and the sound source as if the sound source were stationary and the distance measurement (m) were made when the sound source was 90 degrees to the left or right of the instrument (crossing beam). PerpindicularRange is mainly useful for distance sampling surveys where observers are moving along straight lines and significantly faster than the sound sources are moving.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Bearing"/>
      <xs:enumeration value="PerpendicularRange"/>
      <xs:enumeration value="Point"/>
      <xs:enumeration value="Range"/>
      <xs:enumeration value="Track"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / TimeReference
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
• absolute – Delays and position were used to estimate the time at which the sound was produced.
• beam - Times are recorded based on projections of when the localized source will be at a 90 degree (crossing beam) angle from a moving observation platform based on an assumed straight line path and the current trajectory.
• channel – All times are presented relative to arrival on a specific channel.  When Source contains value “channel,” a second parameter ReferenceChannel must be present indicating which channel of the recording is used for reference.
• relative – Times may be relative to any channel of opportunity within the recording or some function multiple times.  If TimeReference is not specified, one should assume that the timestamps are relative.
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
default relative
Facets
enumeration absolute
enumeration channel
enumeration relative
enumeration beam
Source
<xs:element minOccurs="1" name="TimeReference" default="relative">
  <xs:annotation>
    <xs:documentation>• absolute – Delays and position were used to estimate the time at which the sound was produced. • beam - Times are recorded based on projections of when the localized source will be at a 90 degree (crossing beam) angle from a moving observation platform based on an assumed straight line path and the current trajectory. • channel – All times are presented relative to arrival on a specific channel. When Source contains value “channel,” a second parameter ReferenceChannel must be present indicating which channel of the recording is used for reference. • relative – Times may be relative to any channel of opportunity within the recording or some function multiple times. If TimeReference is not specified, one should assume that the timestamps are relative.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="absolute"/>
      <xs:enumeration value="channel"/>
      <xs:enumeration value="relative"/>
      <xs:enumeration value="beam"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / Dimension
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Localizations may vary in dimension depending upon the number of channels on which they were received.  This indicates the maxium number of dimensions that are to be expected and can be used to restrict searches for effort that covers a certain number of dimensions.
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="Dimension" type="xs:int">
  <xs:annotation>
    <xs:documentation>Localizations may vary in dimension depending upon the number of channels on which they were received. This indicates the maxium number of dimensions that are to be expected and can be used to restrict searches for effort that covers a certain number of dimensions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / ReferencedDocuments
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children Document
Instance
<ReferencedDocuments xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Document>{1,1}</Document>
</ReferencedDocuments>
Source
<xs:element minOccurs="0" name="ReferencedDocuments">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded" minOccurs="1">
      <xs:element name="Document">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Type">
              <xs:annotation>
                <xs:documentation>What type of document is being referenced? Detections or Localizations</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="Detections"/>
                  <xs:enumeration value="Localizations"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Id" type="xs:string">
              <xs:annotation>
                <xs:documentation>Unique identifier string for the document being referenced.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Index" type="xs:nonNegativeInteger">
              <xs:annotation>
                <xs:documentation>All localizations that wish to reference other detections or localizations from the referenced document should use this index value.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </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/Localization.xsd
Element Localize / Effort / ReferencedDocuments / Document
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Id, Index, Type
Instance
<Document xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Type>{1,1}</Type>
  <Id>{1,1}</Id>
  <Index>{1,1}</Index>
</Document>
Source
<xs:element name="Document">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Type">
        <xs:annotation>
          <xs:documentation>What type of document is being referenced? Detections or Localizations</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Detections"/>
            <xs:enumeration value="Localizations"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Id" type="xs:string">
        <xs:annotation>
          <xs:documentation>Unique identifier string for the document being referenced.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Index" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>All localizations that wish to reference other detections or localizations from the referenced document should use this index value.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / ReferencedDocuments / Document / Type
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
What type of document is being referenced?
Detections or Localizations
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration Detections
enumeration Localizations
Source
<xs:element name="Type">
  <xs:annotation>
    <xs:documentation>What type of document is being referenced? Detections or Localizations</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Detections"/>
      <xs:enumeration value="Localizations"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / ReferencedDocuments / Document / Id
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Unique identifier string for the document being referenced.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Id" type="xs:string">
  <xs:annotation>
    <xs:documentation>Unique identifier string for the document being referenced.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Effort / ReferencedDocuments / Document / Index
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
All localizations that wish to reference other detections or localizations from the referenced document should use this index value.
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Index" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>All localizations that wish to reference other detections or localizations from the referenced document should use this index value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Localizations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Localization
Instance
<Localizations xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Localization>{0,unbounded}</Localization>
</Localizations>
Source
<xs:element name="Localizations">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Localization" type="LocalizationType" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / Localizations / Localization
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type LocalizationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Angular, Bearing, Cartesian, Cylindrical, Event, InstrumentTelemetry, Parameters, PerpendicularRangeError, PerpendicularRange_m, QualityAssurance, RangeError, Range_m, References, SpeciesId, TimeStamp, Track, UTM, WGS84
Instance
<Localization xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Event>{0,1}</Event>
  <TimeStamp>{1,1}</TimeStamp>
  <SpeciesId Group="">{0,1}</SpeciesId>
  <References>{0,1}</References>
  <WGS84>{1,1}</WGS84>
  <UTM>{1,1}</UTM>
  <Cartesian>{1,1}</Cartesian>
  <Bearing>{1,1}</Bearing>
  <Angular>{1,1}</Angular>
  <Cylindrical>{1,1}</Cylindrical>
  <Range_m>{0,1}</Range_m>
  <RangeError>{0,1}</RangeError>
  <PerpendicularRange_m>{0,1}</PerpendicularRange_m>
  <PerpendicularRangeError>{0,1}</PerpendicularRangeError>
  <Track>{1,1}</Track>
  <InstrumentTelemetry>{0,1}</InstrumentTelemetry>
  <Parameters>{0,1}</Parameters>
  <QualityAssurance>{0,1}</QualityAssurance>
</Localization>
Source
<xs:element maxOccurs="unbounded" name="Localization" type="LocalizationType" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Event
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Optional tag typically in ISO datetime format YYYY-MM-DDTHH:MM:SSZ identifying this event uniquely within the stream.  For human analysts, it is typical to use the time at which the detection was made.  When present, the combination of the event and attributes that uniquely identify the set of detections (or document name) must be uniqe.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Event" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Optional tag typically in ISO datetime format YYYY-MM-DDTHH:MM:SSZ identifying this event uniquely within the stream. For human analysts, it is typical to use the time at which the detection was made. When present, the combination of the event and attributes that uniquely identify the set of detections (or document name) must be uniqe.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / TimeStamp
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Time of localization in reference time frame (e.g. time of arrival at primary hydrophone).  For a Track, this is the time of the first localization in the track.
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="TimeStamp" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Time of localization in reference time frame (e.g. time of arrival at primary hydrophone). For a Track, this is the time of the first localization in the track.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / SpeciesId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Species can be identified by the detections from the detections that are referenced.  As these references are not mandatory, the optional SpeciesId can be used to identify the species that produced the localized source.
Diagram
Type ns1:SpeciesIDType
Properties
content complex
minOccurs 0
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:element name="SpeciesId" type="SpeciesIDType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Species can be identified by the detections from the detections that are referenced. As these references are not mandatory, the optional SpeciesId can be used to identify the species that produced the localized source.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / References
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Diagram
Properties
content complex
minOccurs 0
Model
Children Reference, TimeReferenceChannel, TimeReferenceEnsembleUnit
Instance
<References xmlns="http://tethys.sdsu.edu/schema/1.0">
  <TimeReferenceEnsembleUnit>{0,1}</TimeReferenceEnsembleUnit>
  <TimeReferenceChannel>{0,1}</TimeReferenceChannel>
  <Reference>{0,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="1" minOccurs="1">
      <xs:element name="TimeReferenceEnsembleUnit" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeReferenceChannel" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Reference" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Detections/localizations used in constructing this localization.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Index" type="xs:nonNegativeInteger">
              <xs:annotation>
                <xs:documentation>Must match instance of Index in ReferencedDocuments. This permits identification of a specific document.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="EventRef" type="xs:string">
              <xs:annotation>
                <xs:documentation>Event identifier that uniquely identifies a detection or localization within a referenced document.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </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/Localization.xsd
Element LocalizationType / References / TimeReferenceEnsembleUnit
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used.  When multiple instruments are used, an ensemble reference is also required.
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeReferenceEnsembleUnit" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / References / TimeReferenceChannel
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used.  When multiple instruments are used, an ensemble reference is also required.
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeReferenceChannel" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / References / Reference
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Detections/localizations used in constructing this localization.
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children EventRef, Index
Instance
<Reference xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Index>{1,1}</Index>
  <EventRef>{1,1}</EventRef>
</Reference>
Source
<xs:element name="Reference" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Detections/localizations used in constructing this localization.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Index" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>Must match instance of Index in ReferencedDocuments. This permits identification of a specific document.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EventRef" type="xs:string">
        <xs:annotation>
          <xs:documentation>Event identifier that uniquely identifies a detection or localization within a referenced document.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / References / Reference / Index
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Must match instance of Index in ReferencedDocuments.  This permits identification of a specific document.
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Index" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Must match instance of Index in ReferencedDocuments. This permits identification of a specific document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / References / Reference / EventRef
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Event identifier that uniquely identifies a detection or localization within a referenced document.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="EventRef" type="xs:string">
  <xs:annotation>
    <xs:documentation>Event identifier that uniquely identifies a detection or localization within a referenced document.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / WGS84
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<WGS84 xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</WGS84>
Source
<xs:element name="WGS84">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="WGS84CoordinateType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="WGS84CoordinateType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / WGS84 / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type WGS84CoordinateType
Properties
content complex
Model
Children Elevation_m, Latitude, Longitude
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <Elevation_m>{0,1}</Elevation_m>
</Coordinate>
Source
<xs:element name="Coordinate" type="WGS84CoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84CoordinateType / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Longitude" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84CoordinateType / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Latitude" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84CoordinateType / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / WGS84 / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type WGS84CoordinateType
Properties
content complex
minOccurs 0
Model
Children Elevation_m, Latitude, Longitude
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <Elevation_m>{0,1}</Elevation_m>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="WGS84CoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / UTM
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<UTM xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</UTM>
Source
<xs:element name="UTM">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="UTMCoordinateType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="UTMCoordinateType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / UTM / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type UTMCoordinateType
Properties
content complex
Model
Children Easting, Elevation_m, Northing
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Easting>{1,1}</Easting>
  <Northing>{1,1}</Northing>
  <Elevation_m>{0,1}</Elevation_m>
</Coordinate>
Source
<xs:element name="Coordinate" type="UTMCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMCoordinateType / Easting
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Easting" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMCoordinateType / Northing
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Northing" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMCoordinateType / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / UTM / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type UTMCoordinateType
Properties
content complex
minOccurs 0
Model
Children Easting, Elevation_m, Northing
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Easting>{1,1}</Easting>
  <Northing>{1,1}</Northing>
  <Elevation_m>{0,1}</Elevation_m>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="UTMCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cartesian
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<Cartesian xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</Cartesian>
Source
<xs:element name="Cartesian">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="CartesianCoordinateType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="CartesianCoordinateType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cartesian / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CartesianCoordinateType
Properties
content complex
Model
Children X_m, Y_m, Z_m
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
  <Z_m>{0,1}</Z_m>
</Coordinate>
Source
<xs:element name="Coordinate" type="CartesianCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianCoordinateType / 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/Localization.xsd
Element CartesianCoordinateType / 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/Localization.xsd
Element CartesianCoordinateType / Z_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Z_m" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cartesian / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CartesianCoordinateType
Properties
content complex
minOccurs 0
Model
Children X_m, Y_m, Z_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
  <Z_m>{0,1}</Z_m>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="CartesianCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Bearing
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<Bearing xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</Bearing>
Source
<xs:element name="Bearing">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="BearingType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="BearingType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Bearing / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type BearingType
Properties
content complex
Model
Children Angle1, Angle2
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
</Coordinate>
Source
<xs:element name="Coordinate" type="BearingType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element BearingType / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Angle1">
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
      <xs:maxExclusive value="360"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element BearingType / Angle2
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Properties
content simple
minOccurs 0
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element minOccurs="0" name="Angle2">
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="-90"/>
      <xs:maxInclusive value="90"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Bearing / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type BearingType
Properties
content complex
minOccurs 0
Model
Children Angle1, Angle2
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="BearingType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Angular
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<Angular xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</Angular>
Source
<xs:element name="Angular">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="AngularCoordinateType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="AngularCoordinateType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Angular / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type AngularCoordinateType
Properties
content complex
Model
Children Angle1, Angle2, Distance_m
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
  <Distance_m>{1,1}</Distance_m>
</Coordinate>
Source
<xs:element name="Coordinate" type="AngularCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularCoordinateType / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type restriction of xs:double
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Angle1">
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
      <xs:maxExclusive value="360"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularCoordinateType / Angle2
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Diagram
Type restriction of xs:double
Properties
content simple
minOccurs 0
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element minOccurs="0" name="Angle2">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="-90"/>
      <xs:maxInclusive value="90"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularCoordinateType / Distance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Distance from instrument reference point to sound source in meters along the vector specified by the angle(s).
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Distance_m" type="xs:double">
  <xs:annotation>
    <xs:documentation>Distance from instrument reference point to sound source in meters along the vector specified by the angle(s).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Angular / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type AngularCoordinateType
Properties
content complex
minOccurs 0
Model
Children Angle1, Angle2, Distance_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
  <Distance_m>{1,1}</Distance_m>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="AngularCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cylindrical
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Coordinate, CoordinateError
Instance
<Cylindrical xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinate>{1,1}</Coordinate>
  <CoordinateError>{0,1}</CoordinateError>
</Cylindrical>
Source
<xs:element name="Cylindrical">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Coordinate" type="CylindricalCoordinateType"/>
      <xs:element minOccurs="0" name="CoordinateError" type="CylindricalCoordinateType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cylindrical / Coordinate
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CylindricalCoordinateType
Properties
content complex
Model
Children Angle1, Elevation_m, PlanarDistance_m
Instance
<Coordinate xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <PlanarDistance_m>{1,1}</PlanarDistance_m>
  <Elevation_m>{1,1}</Elevation_m>
</Coordinate>
Source
<xs:element name="Coordinate" type="CylindricalCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalCoordinateType / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Angle in the instrument plane to a projection of the sound source onto the instrument plane.
Diagram
Type restriction of xs:double
Properties
content simple
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element name="Angle1">
  <xs:annotation>
    <xs:documentation>Angle in the instrument plane to a projection of the sound source onto the instrument plane.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
      <xs:maxExclusive value="360"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalCoordinateType / PlanarDistance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Distance to the projection of the sound source onto the plane defined in the instrument coordinate system (m).
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="PlanarDistance_m" type="xs:double">
  <xs:annotation>
    <xs:documentation>Distance to the projection of the sound source onto the plane defined in the instrument coordinate system (m).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalCoordinateType / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Elevation (distance perpindicualar to the instrument plane) from the point defined by Angle1 and PlanarDistance_m.
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Elevation_m" type="xs:double">
  <xs:annotation>
    <xs:documentation>Elevation (distance perpindicualar to the instrument plane) from the point defined by Angle1 and PlanarDistance_m.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Cylindrical / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CylindricalCoordinateType
Properties
content complex
minOccurs 0
Model
Children Angle1, Elevation_m, PlanarDistance_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <PlanarDistance_m>{1,1}</PlanarDistance_m>
  <Elevation_m>{1,1}</Elevation_m>
</CoordinateError>
Source
<xs:element minOccurs="0" name="CoordinateError" type="CylindricalCoordinateType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Range_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Straight-line distance to localization in meters.  May be present when LocalizationType includes Range.
Diagram
Type DistanceType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Range_m" type="DistanceType">
  <xs:annotation>
    <xs:documentation>Straight-line distance to localization in meters. May be present when LocalizationType includes Range.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / RangeError
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Standard error for Range
Diagram
Type DistanceType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="RangeError" type="DistanceType">
  <xs:annotation>
    <xs:documentation>Standard error for Range</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / PerpendicularRange_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Distance from localizaation to the the closest point on the current straight line track from the instrument.  May be present when LocalizationType includes perpendicular distance.
Diagram
Type DistanceType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="PerpendicularRange_m" type="DistanceType">
  <xs:annotation>
    <xs:documentation>Distance from localizaation to the the closest point on the current straight line track from the instrument. May be present when LocalizationType includes perpendicular distance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / PerpendicularRangeError
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Standard error for perpendicular range
Diagram
Type DistanceType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="PerpendicularRangeError" type="DistanceType">
  <xs:annotation>
    <xs:documentation>Standard error for perpendicular range</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Series of associated positions and timestamps
Diagram
Properties
content complex
Model
Children Angular, Cartesian, Cylindrical, PerpendicularError, PerpendicularRange_m, RangeError, Range_m, TimeStamps, UTM, WGS84
Instance
<Track xmlns="http://tethys.sdsu.edu/schema/1.0">
  <TimeStamps>{1,1}</TimeStamps>
  <WGS84>{1,1}</WGS84>
  <UTM>{1,1}</UTM>
  <Cartesian>{1,1}</Cartesian>
  <Angular>{1,1}</Angular>
  <Cylindrical>{1,1}</Cylindrical>
  <Range_m>{0,1}</Range_m>
  <RangeError>{0,1}</RangeError>
  <PerpendicularRange_m>{0,1}</PerpendicularRange_m>
  <PerpendicularError>{0,1}</PerpendicularError>
</Track>
Source
<xs:element name="Track">
  <xs:annotation>
    <xs:documentation>Series of associated positions and timestamps</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TimeStamps" type="TimestampListType">
        <xs:annotation>
          <xs:documentation>List of chronologically ordered timestamps for track. There must be one timestamp for every track entry.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice>
        <xs:element name="WGS84" type="WGS84TrackType"/>
        <xs:element name="UTM" type="UTMTrackType"/>
        <xs:element name="Cartesian" type="CartesianTrackType"/>
        <xs:element name="Angular" type="AngularTrackType"/>
        <xs:element name="Cylindrical" type="CylindricalTrackType"/>
      </xs:choice>
      <xs:element minOccurs="0" name="Range_m" type="ValueListType">
        <xs:annotation>
          <xs:documentation>Optional range list to sound source (m), must correspond with each position measurement. May only be populated when Range is a member of LocalizationType specified in Effort.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="RangeError" type="ValueListType">
        <xs:annotation>
          <xs:documentation>Optional standard errors for range list to sound source (m), must correspond with each position in Range_m. May only be populated when Range_m is populated.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="PerpendicularRange_m" type="ValueListType">
        <xs:annotation>
          <xs:documentation>Optional perpendicular range list to sound source (m), must correspond with each position measurement. May only be populated when PerpendicularRange is a member of LocalizationType specified in Effort.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="PerpendicularError" type="ValueListType">
        <xs:annotation>
          <xs:documentation>Optional standard errors for perpendicular range list to sound source (m), must correspond with each position in Range_m. May only be populated when PerpendicularRange_m is populated.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / TimeStamps
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
List of chronologically ordered timestamps for track.  There must be one timestamp for every track entry.
Diagram
Type TimestampListType
Properties
content simple
Source
<xs:element name="TimeStamps" type="TimestampListType">
  <xs:annotation>
    <xs:documentation>List of chronologically ordered timestamps for track. There must be one timestamp for every track entry.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / WGS84
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type WGS84TrackType
Properties
content complex
Model
Children CoordinateBounds, Coordinates, CoordinatesError
Instance
<WGS84 xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinates>{1,1}</Coordinates>
  <CoordinatesError>{0,1}</CoordinatesError>
  <CoordinateBounds>{1,1}</CoordinateBounds>
</WGS84>
Source
<xs:element name="WGS84" type="WGS84TrackType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / Coordinates
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Elevation_m, Latitude, Longitude
Instance
<Coordinates xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <Elevation_m>{0,1}</Elevation_m>
</Coordinates>
Source
<xs:element name="Coordinates">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="ValueListType"/>
      <xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
      <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / Coordinates / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Longitude" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / Coordinates / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / Coordinates / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinatesError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children Elevation_m, Latitude, Longitude
Instance
<CoordinatesError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <Elevation_m>{0,1}</Elevation_m>
</CoordinatesError>
Source
<xs:element minOccurs="0" name="CoordinatesError">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="ValueListType"/>
      <xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
      <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinatesError / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Longitude" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinatesError / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinatesError / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Bounding box for tempo-spatial data from northwest to southeast quadrant.  For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y).  Elevation bounds show the min and max elevation.  When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.
Diagram
Properties
content complex
Model
Children Elevations, NorthWest, SouthEast
Instance
<CoordinateBounds xmlns="http://tethys.sdsu.edu/schema/1.0">
  <NorthWest>{1,1}</NorthWest>
  <SouthEast>{1,1}</SouthEast>
  <Elevations>{0,1}</Elevations>
</CoordinateBounds>
Source
<xs:element name="CoordinateBounds">
  <xs:annotation>
    <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NorthWest">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Longitude" type="xs:double"/>
            <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SouthEast">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Longitude" type="xs:double"/>
            <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
          </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:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / NorthWest
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Latitude, Longitude
Instance
<NorthWest xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
</NorthWest>
Source
<xs:element name="NorthWest">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="xs:double"/>
      <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / NorthWest / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Longitude" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / NorthWest / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Latitude" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / SouthEast
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Latitude, Longitude
Instance
<SouthEast xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
</SouthEast>
Source
<xs:element name="SouthEast">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Longitude" type="xs:double"/>
      <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / SouthEast / Longitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Longitude" type="xs:double"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / SouthEast / Latitude
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Latitude" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element WGS84TrackType / CoordinateBounds / Elevations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children MaxElevation_m, MinElevation_m
Instance
<Elevations xmlns="http://tethys.sdsu.edu/schema/1.0">
  <MinElevation_m>{1,1}</MinElevation_m>
  <MaxElevation_m>{1,1}</MaxElevation_m>
</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/Localization.xsd
Element WGS84TrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element WGS84TrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element LocalizationType / Track / UTM
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type UTMTrackType
Properties
content complex
Model
Children CoordinateBounds, Coordinates, CoordinatesError
Instance
<UTM xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinates>{1,1}</Coordinates>
  <CoordinatesError>{1,1}</CoordinatesError>
  <CoordinateBounds>{1,1}</CoordinateBounds>
</UTM>
Source
<xs:element name="UTM" type="UTMTrackType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / Coordinates
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Easting, Elevation_m, Northing
Instance
<Coordinates xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Northing>{1,1}</Northing>
  <Easting>{1,1}</Easting>
  <Elevation_m>{0,1}</Elevation_m>
</Coordinates>
Source
<xs:element name="Coordinates">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Northing" type="ValueListType"/>
      <xs:element minOccurs="1" name="Easting" type="ValueListType"/>
      <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / Coordinates / Northing
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Northing" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / Coordinates / Easting
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Easting" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / Coordinates / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinatesError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Easting, Elevation_m, Northing
Instance
<CoordinatesError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Northing>{1,1}</Northing>
  <Easting>{1,1}</Easting>
  <Elevation_m>{0,1}</Elevation_m>
</CoordinatesError>
Source
<xs:element name="CoordinatesError">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Northing" type="ValueListType"/>
      <xs:element minOccurs="1" name="Easting" type="ValueListType"/>
      <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinatesError / Northing
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Northing" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinatesError / Easting
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Easting" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinatesError / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Bounding box for tempo-spatial data from northwest to southeast quadrant.  For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y).  Elevation bounds show the min and max elevation.  When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.
Diagram
Properties
content complex
Model
Children Elevations, NorthWest, SouthEast
Instance
<CoordinateBounds xmlns="http://tethys.sdsu.edu/schema/1.0">
  <NorthWest>{1,1}</NorthWest>
  <SouthEast>{1,1}</SouthEast>
  <Elevations>{0,1}</Elevations>
</CoordinateBounds>
Source
<xs:element name="CoordinateBounds">
  <xs:annotation>
    <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NorthWest">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="X_m" type="xs:double"/>
            <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SouthEast">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="X_m" type="xs:double"/>
            <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
          </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:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds / NorthWest
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m
Instance
<NorthWest xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
</NorthWest>
Source
<xs:element name="NorthWest">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="xs:double"/>
      <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds / NorthWest / 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/Localization.xsd
Element UTMTrackType / CoordinateBounds / NorthWest / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Y_m" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds / SouthEast
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m
Instance
<SouthEast xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
</SouthEast>
Source
<xs:element name="SouthEast">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="xs:double"/>
      <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds / SouthEast / 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/Localization.xsd
Element UTMTrackType / CoordinateBounds / SouthEast / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Y_m" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element UTMTrackType / CoordinateBounds / Elevations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children MaxElevation_m, MinElevation_m
Instance
<Elevations xmlns="http://tethys.sdsu.edu/schema/1.0">
  <MinElevation_m>{1,1}</MinElevation_m>
  <MaxElevation_m>{1,1}</MaxElevation_m>
</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/Localization.xsd
Element UTMTrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element UTMTrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element LocalizationType / Track / Cartesian
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CartesianTrackType
Properties
content complex
Model
Children CoordinateBounds, CoordinateError, Coordinates
Instance
<Cartesian xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinates>{1,1}</Coordinates>
  <CoordinateError>{1,1}</CoordinateError>
  <CoordinateBounds>{1,1}</CoordinateBounds>
</Cartesian>
Source
<xs:element name="Cartesian" type="CartesianTrackType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / Coordinates
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m, Z_m
Instance
<Coordinates xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
  <Z_m>{0,1}</Z_m>
</Coordinates>
Source
<xs:element name="Coordinates">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="ValueListType"/>
      <xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
      <xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / Coordinates / X_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="X_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / Coordinates / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / Coordinates / Z_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m, Z_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
  <Z_m>{0,1}</Z_m>
</CoordinateError>
Source
<xs:element name="CoordinateError">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="ValueListType"/>
      <xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
      <xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateError / X_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="X_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateError / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateError / Z_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Bounding box for tempo-spatial data from northwest to southeast quadrant.  For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y).  Elevation bounds show the min and max elevation.  When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.
Diagram
Properties
content complex
Model
Children Elevations, NorthWest, SouthEast
Instance
<CoordinateBounds xmlns="http://tethys.sdsu.edu/schema/1.0">
  <NorthWest>{1,1}</NorthWest>
  <SouthEast>{1,1}</SouthEast>
  <Elevations>{0,1}</Elevations>
</CoordinateBounds>
Source
<xs:element name="CoordinateBounds">
  <xs:annotation>
    <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NorthWest">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="X_m" type="xs:double"/>
            <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SouthEast">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="X_m" type="xs:double"/>
            <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
          </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:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds / NorthWest
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m
Instance
<NorthWest xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
</NorthWest>
Source
<xs:element name="NorthWest">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="xs:double"/>
      <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds / NorthWest / 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/Localization.xsd
Element CartesianTrackType / CoordinateBounds / NorthWest / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Y_m" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds / SouthEast
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children X_m, Y_m
Instance
<SouthEast xmlns="http://tethys.sdsu.edu/schema/1.0">
  <X_m>{1,1}</X_m>
  <Y_m>{1,1}</Y_m>
</SouthEast>
Source
<xs:element name="SouthEast">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="X_m" type="xs:double"/>
      <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds / SouthEast / 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/Localization.xsd
Element CartesianTrackType / CoordinateBounds / SouthEast / Y_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 1
Source
<xs:element name="Y_m" type="xs:double" minOccurs="1"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CartesianTrackType / CoordinateBounds / Elevations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children MaxElevation_m, MinElevation_m
Instance
<Elevations xmlns="http://tethys.sdsu.edu/schema/1.0">
  <MinElevation_m>{1,1}</MinElevation_m>
  <MaxElevation_m>{1,1}</MaxElevation_m>
</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/Localization.xsd
Element CartesianTrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element CartesianTrackType / CoordinateBounds / Elevations / 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/Localization.xsd
Element LocalizationType / Track / Angular
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type AngularTrackType
Properties
content complex
Model
Children CoordinateError, Coordinates
Instance
<Angular xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinates>{1,1}</Coordinates>
  <CoordinateError>{1,1}</CoordinateError>
</Angular>
Source
<xs:element name="Angular" type="AngularTrackType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / Coordinates
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Angle1, Angle2, Distance_m
Instance
<Coordinates xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
  <Distance_m>{1,1}</Distance_m>
</Coordinates>
Source
<xs:element name="Coordinates">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Angle1" type="ValueListType"/>
      <xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
      <xs:element name="Distance_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / Coordinates / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Angle1" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / Coordinates / Angle2
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / Coordinates / Distance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Distance_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Angle1, Angle2, Distance_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <Angle2>{0,1}</Angle2>
  <Distance_m>{1,1}</Distance_m>
</CoordinateError>
Source
<xs:element name="CoordinateError">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Angle1" type="ValueListType"/>
      <xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
      <xs:element name="Distance_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / CoordinateError / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Angle1" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / CoordinateError / Angle2
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element AngularTrackType / CoordinateError / Distance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Distance_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / Cylindrical
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type CylindricalTrackType
Properties
content complex
Model
Children CoordinateError, Coordinates
Instance
<Cylindrical xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Coordinates>{1,1}</Coordinates>
  <CoordinateError>{1,1}</CoordinateError>
</Cylindrical>
Source
<xs:element name="Cylindrical" type="CylindricalTrackType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / Coordinates
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Angle1, Elevation_m, PlanarDistance_m
Instance
<Coordinates xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <PlanarDistance_m>{1,1}</PlanarDistance_m>
  <Elevation_m>{1,1}</Elevation_m>
</Coordinates>
Source
<xs:element name="Coordinates">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Angle1" type="ValueListType"/>
      <xs:element name="PlanarDistance_m" type="ValueListType"/>
      <xs:element name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / Coordinates / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Angle1" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / Coordinates / PlanarDistance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="PlanarDistance_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / Coordinates / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / CoordinateError
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Angle1, Elevation_m, PlanarDistance_m
Instance
<CoordinateError xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Angle1>{1,1}</Angle1>
  <PlanarDistance_m>{1,1}</PlanarDistance_m>
  <Elevation_m>{1,1}</Elevation_m>
</CoordinateError>
Source
<xs:element name="CoordinateError">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Angle1" type="ValueListType"/>
      <xs:element name="PlanarDistance_m" type="ValueListType"/>
      <xs:element name="Elevation_m" type="ValueListType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / CoordinateError / Angle1
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Angle1" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / CoordinateError / PlanarDistance_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="PlanarDistance_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element CylindricalTrackType / CoordinateError / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type ValueListType
Properties
content simple
Source
<xs:element name="Elevation_m" type="ValueListType"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / Range_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Optional range list to sound source (m), must correspond with each position measurement.  May only be
populated when Range is a member of LocalizationType
specified in Effort.
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Range_m" type="ValueListType">
  <xs:annotation>
    <xs:documentation>Optional range list to sound source (m), must correspond with each position measurement. May only be populated when Range is a member of LocalizationType specified in Effort.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / RangeError
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Optional standard errors for range list to sound source (m), must correspond with each position in Range_m.  May only be populated when Range_m is populated.
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="RangeError" type="ValueListType">
  <xs:annotation>
    <xs:documentation>Optional standard errors for range list to sound source (m), must correspond with each position in Range_m. May only be populated when Range_m is populated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / PerpendicularRange_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Optional perpendicular range list to sound source (m), must correspond with each position measurement.  May only be
populated when PerpendicularRange is a member of LocalizationType
specified in Effort.
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="PerpendicularRange_m" type="ValueListType">
  <xs:annotation>
    <xs:documentation>Optional perpendicular range list to sound source (m), must correspond with each position measurement. May only be populated when PerpendicularRange is a member of LocalizationType specified in Effort.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Track / PerpendicularError
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Optional standard errors for perpendicular range list to sound source (m), must correspond with each position in Range_m.  May only be populated when PerpendicularRange_m is populated.
Diagram
Type ValueListType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="PerpendicularError" type="ValueListType">
  <xs:annotation>
    <xs:documentation>Optional standard errors for perpendicular range list to sound source (m), must correspond with each position in Range_m. May only be populated when PerpendicularRange_m is populated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children Bearing_DegN, Elevation_m, GroundElevation_m, Pitch_deg, Roll_deg, Speed_kn, ns1:Latitude, ns1:Longitude
Instance
<InstrumentTelemetry xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <Bearing_DegN north="magnetic">{0,1}</Bearing_DegN>
  <Speed_kn>{0,1}</Speed_kn>
  <Pitch_deg>{0,1}</Pitch_deg>
  <Roll_deg>{0,1}</Roll_deg>
  <Elevation_m>{0,1}</Elevation_m>
  <GroundElevation_m>{0,1}</GroundElevation_m>
</InstrumentTelemetry>
Source
<xs:element minOccurs="0" name="InstrumentTelemetry">
  <xs:complexType>
    <xs:sequence>
      <xs:group minOccurs="0" ref="LongLat"/>
      <xs:element minOccurs="0" name="Bearing_DegN">
        <xs:annotation>
          <xs:documentation>Bearing in degrees [0, 360) relative to true or magnetic north (as specified by north attribute, default magnetic)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="BearingDeg">
              <xs:attribute default="magnetic" name="north">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:enumeration value="true"/>
                    <xs:enumeration value="magnetic"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Speed_kn" type="xs:double">
        <xs:annotation>
          <xs:documentation>Speed in knots</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Pitch_deg">
        <xs:annotation>
          <xs:documentation>Instrument pitch [-90, 90] degrees</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:double">
            <xs:minInclusive value="-90"/>
            <xs:maxExclusive value="90"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="Roll_deg">
        <xs:annotation>
          <xs:documentation>Instrument roll [0, 360) degrees</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:double">
            <xs:minInclusive value="0"/>
            <xs:maxExclusive value="360"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="Elevation_m" type="xs:double">
        <xs:annotation>
          <xs:documentation>Instrument elevation (meters) relative to average sea level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="GroundElevation_m" type="xs:double">
        <xs:annotation>
          <xs:documentation>Ground or seabed elevation (meters) relative to average sea level.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / Bearing_DegN
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Bearing in degrees [0, 360) relative to true or magnetic north (as specified by north attribute, default magnetic)
Diagram
Type extension of ns1:BearingDeg
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Default Use
north restriction of xs:string magnetic optional
Source
<xs:element minOccurs="0" name="Bearing_DegN">
  <xs:annotation>
    <xs:documentation>Bearing in degrees [0, 360) relative to true or magnetic north (as specified by north attribute, default magnetic)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="BearingDeg">
        <xs:attribute default="magnetic" name="north">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="true"/>
              <xs:enumeration value="magnetic"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / Speed_kn
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Speed in knots
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Speed_kn" type="xs:double">
  <xs:annotation>
    <xs:documentation>Speed in knots</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / Pitch_deg
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Instrument pitch [-90, 90] degrees
Diagram
Type restriction of xs:double
Properties
content simple
minOccurs 0
Facets
maxExclusive 90
minInclusive -90
Source
<xs:element minOccurs="0" name="Pitch_deg">
  <xs:annotation>
    <xs:documentation>Instrument pitch [-90, 90] degrees</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="-90"/>
      <xs:maxExclusive value="90"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / Roll_deg
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Instrument roll [0, 360) degrees
Diagram
Type restriction of xs:double
Properties
content simple
minOccurs 0
Facets
maxExclusive 360
minInclusive 0
Source
<xs:element minOccurs="0" name="Roll_deg">
  <xs:annotation>
    <xs:documentation>Instrument roll [0, 360) degrees</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
      <xs:maxExclusive value="360"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / Elevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Instrument elevation (meters) relative to average sea level.
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Elevation_m" type="xs:double">
  <xs:annotation>
    <xs:documentation>Instrument elevation (meters) relative to average sea level.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / InstrumentTelemetry / GroundElevation_m
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Ground or seabed elevation (meters) relative to average sea level.
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="GroundElevation_m" type="xs:double">
  <xs:annotation>
    <xs:documentation>Ground or seabed elevation (meters) relative to average sea level.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Parameters
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
Model
Children TargetMotionAnalysis, UserDefined
Instance
<Parameters xmlns="http://tethys.sdsu.edu/schema/1.0">
  <TargetMotionAnalysis>{0,1}</TargetMotionAnalysis>
  <UserDefined>{0,1}</UserDefined>
</Parameters>
Source
<xs:element name="Parameters" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="TargetMotionAnalysis">
        <xs:annotation>
          <xs:documentation>When localization information is compiled from multiple observations, this shows the Start and End time of the observations used to produce the new observation.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="Start" type="xs:dateTime"/>
            <xs:element minOccurs="1" name="End" type="xs:dateTime"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="UserDefined">
        <xs:annotation>
          <xs:documentation>Study specific parameters</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="1" minOccurs="0">
            <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/Localization.xsd
Element LocalizationType / Parameters / TargetMotionAnalysis
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
When localization information is compiled from multiple observations, this shows the Start and End time of the observations used to produce the new observation.
Diagram
Properties
content complex
minOccurs 0
Model
Children End, Start
Instance
<TargetMotionAnalysis xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Start>{1,1}</Start>
  <End>{1,1}</End>
</TargetMotionAnalysis>
Source
<xs:element minOccurs="0" name="TargetMotionAnalysis">
  <xs:annotation>
    <xs:documentation>When localization information is compiled from multiple observations, this shows the Start and End time of the observations used to produce the new observation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" name="Start" type="xs:dateTime"/>
      <xs:element minOccurs="1" name="End" type="xs:dateTime"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Parameters / TargetMotionAnalysis / Start
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="Start" type="xs:dateTime"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Parameters / TargetMotionAnalysis / End
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="End" type="xs:dateTime"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element LocalizationType / Parameters / UserDefined
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Study specific parameters
Diagram
Properties
content complex
minOccurs 0
Model
ANY element from TARGET namespace 'http://tethys.sdsu.edu/schema/1.0'
Source
<xs:element minOccurs="0" name="UserDefined">
  <xs:annotation>
    <xs:documentation>Study specific parameters</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="1" minOccurs="0">
      <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/Localization.xsd
Element LocalizationType / QualityAssurance
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Localization is: unverified, valid, invalid
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
enumeration unverified
enumeration valid
enumeration invalid
Source
<xs:element minOccurs="0" name="QualityAssurance">
  <xs:annotation>
    <xs:documentation>Localization is: unverified, valid, invalid</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="unverified"/>
      <xs:enumeration value="valid"/>
      <xs:enumeration value="invalid"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / BespokeData
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Custom user data
Diagram
Type ns1:BespokeDataType
Properties
content complex
minOccurs 0
Model
Children ns1:Abstract, ns1:Data, ns1:UserDefined
Instance
<BespokeData xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Abstract>{1,1}</Abstract>
  <Data>{0,unbounded}</Data>
  <UserDefined>{0,1}</UserDefined>
</BespokeData>
Source
<xs:element name="BespokeData" type="BespokeDataType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Custom user data</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element Localize / MetadataInfo
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Party responsible for this record.  Some applications may make this mandatory.
Diagram
Type ns1:MetadataInfo
Properties
content complex
minOccurs 0
Model
Children ns1:Contact, ns1:Date, ns1:UpdateFrequency
Instance
<MetadataInfo xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Contact id="">{1,1}</Contact>
  <Date>{1,1}</Date>
  <UpdateFrequency>{1,1}</UpdateFrequency>
</MetadataInfo>
Source
<xs:element minOccurs="0" name="MetadataInfo" type="MetadataInfo">
  <xs:annotation>
    <xs:documentation>Party responsible for this record. Some applications may make this mandatory.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element NIWC_CorrelationData / Correlation
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Correlations, Primary, Secondary
Instance
<Correlation xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Primary>{1,1}</Primary>
  <Secondary>{1,1}</Secondary>
  <Correlations>{1,1}</Correlations>
</Correlation>
Source
<xs:element name="Correlation">
  <xs:complexType>
    <xs:sequence maxOccurs="1">
      <xs:element name="Primary" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>Primary hydropphone</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Secondary" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>Secondary hydropphone</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Correlations" type="xs:string">
        <xs:annotation>
          <xs:documentation>Correlation between detections on primary hydrophone and signals on secondary hydrophones. Each column j is the set of lags corresponding to the j'th detection on the primary hydrophone.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element NIWC_CorrelationData / Correlation / Primary
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Primary hydropphone
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Primary" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Primary hydropphone</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element NIWC_CorrelationData / Correlation / Secondary
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Secondary hydropphone
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Secondary" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Secondary hydropphone</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Element NIWC_CorrelationData / Correlation / Correlations
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Correlation between detections on primary hydrophone and signals on secondary hydrophones.  Each column j is the set of lags corresponding to the j'th detection on the primary hydrophone.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Correlations" type="xs:string">
  <xs:annotation>
    <xs:documentation>Correlation between detections on primary hydrophone and signals on secondary hydrophones. Each column j is the set of lags corresponding to the j'th detection on the primary hydrophone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type LocalizationType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children Angular, Bearing, Cartesian, Cylindrical, Event, InstrumentTelemetry, Parameters, PerpendicularRangeError, PerpendicularRange_m, QualityAssurance, RangeError, Range_m, References, SpeciesId, TimeStamp, Track, UTM, WGS84
Source
<xs:complexType name="LocalizationType">
  <xs:sequence>
    <xs:element name="Event" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Optional tag typically in ISO datetime format YYYY-MM-DDTHH:MM:SSZ identifying this event uniquely within the stream. For human analysts, it is typical to use the time at which the detection was made. When present, the combination of the event and attributes that uniquely identify the set of detections (or document name) must be uniqe.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeStamp" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>Time of localization in reference time frame (e.g. time of arrival at primary hydrophone). For a Track, this is the time of the first localization in the track.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SpeciesId" type="SpeciesIDType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Species can be identified by the detections from the detections that are referenced. As these references are not mandatory, the optional SpeciesId can be used to identify the species that produced the localized source.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="1" minOccurs="1">
          <xs:element name="TimeReferenceEnsembleUnit" type="xs:nonNegativeInteger" minOccurs="0">
            <xs:annotation>
              <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="TimeReferenceChannel" type="xs:nonNegativeInteger" minOccurs="0">
            <xs:annotation>
              <xs:documentation>When Effort/TimeReference is "relative", these fields may be used to denote which channel's arrival time was used. When multiple instruments are used, an ensemble reference is also required.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Reference" maxOccurs="unbounded" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Detections/localizations used in constructing this localization.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Index" type="xs:nonNegativeInteger">
                  <xs:annotation>
                    <xs:documentation>Must match instance of Index in ReferencedDocuments. This permits identification of a specific document.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="EventRef" type="xs:string">
                  <xs:annotation>
                    <xs:documentation>Event identifier that uniquely identifies a detection or localization within a referenced document.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>Localization must contain an entry that is appropriate for Effort/CoordinateReferenceSystem Type and Name</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:choice>
          <xs:element name="WGS84">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="WGS84CoordinateType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="WGS84CoordinateType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="UTM">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="UTMCoordinateType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="UTMCoordinateType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Cartesian">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="CartesianCoordinateType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="CartesianCoordinateType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Bearing">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="BearingType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="BearingType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Angular">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="AngularCoordinateType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="AngularCoordinateType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Cylindrical">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Coordinate" type="CylindricalCoordinateType"/>
                <xs:element minOccurs="0" name="CoordinateError" type="CylindricalCoordinateType"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
        <xs:element minOccurs="0" name="Range_m" type="DistanceType">
          <xs:annotation>
            <xs:documentation>Straight-line distance to localization in meters. May be present when LocalizationType includes Range.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RangeError" type="DistanceType">
          <xs:annotation>
            <xs:documentation>Standard error for Range</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PerpendicularRange_m" type="DistanceType">
          <xs:annotation>
            <xs:documentation>Distance from localizaation to the the closest point on the current straight line track from the instrument. May be present when LocalizationType includes perpendicular distance.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PerpendicularRangeError" type="DistanceType">
          <xs:annotation>
            <xs:documentation>Standard error for perpendicular range</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:element name="Track">
        <xs:annotation>
          <xs:documentation>Series of associated positions and timestamps</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TimeStamps" type="TimestampListType">
              <xs:annotation>
                <xs:documentation>List of chronologically ordered timestamps for track. There must be one timestamp for every track entry.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:choice>
              <xs:element name="WGS84" type="WGS84TrackType"/>
              <xs:element name="UTM" type="UTMTrackType"/>
              <xs:element name="Cartesian" type="CartesianTrackType"/>
              <xs:element name="Angular" type="AngularTrackType"/>
              <xs:element name="Cylindrical" type="CylindricalTrackType"/>
            </xs:choice>
            <xs:element minOccurs="0" name="Range_m" type="ValueListType">
              <xs:annotation>
                <xs:documentation>Optional range list to sound source (m), must correspond with each position measurement. May only be populated when Range is a member of LocalizationType specified in Effort.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="RangeError" type="ValueListType">
              <xs:annotation>
                <xs:documentation>Optional standard errors for range list to sound source (m), must correspond with each position in Range_m. May only be populated when Range_m is populated.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="PerpendicularRange_m" type="ValueListType">
              <xs:annotation>
                <xs:documentation>Optional perpendicular range list to sound source (m), must correspond with each position measurement. May only be populated when PerpendicularRange is a member of LocalizationType specified in Effort.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="PerpendicularError" type="ValueListType">
              <xs:annotation>
                <xs:documentation>Optional standard errors for perpendicular range list to sound source (m), must correspond with each position in Range_m. May only be populated when PerpendicularRange_m is populated.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:element minOccurs="0" name="InstrumentTelemetry">
      <xs:complexType>
        <xs:sequence>
          <xs:group minOccurs="0" ref="LongLat"/>
          <xs:element minOccurs="0" name="Bearing_DegN">
            <xs:annotation>
              <xs:documentation>Bearing in degrees [0, 360) relative to true or magnetic north (as specified by north attribute, default magnetic)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="BearingDeg">
                  <xs:attribute default="magnetic" name="north">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="true"/>
                        <xs:enumeration value="magnetic"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element minOccurs="0" name="Speed_kn" type="xs:double">
            <xs:annotation>
              <xs:documentation>Speed in knots</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Pitch_deg">
            <xs:annotation>
              <xs:documentation>Instrument pitch [-90, 90] degrees</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:double">
                <xs:minInclusive value="-90"/>
                <xs:maxExclusive value="90"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
          <xs:element minOccurs="0" name="Roll_deg">
            <xs:annotation>
              <xs:documentation>Instrument roll [0, 360) degrees</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:double">
                <xs:minInclusive value="0"/>
                <xs:maxExclusive value="360"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
          <xs:element minOccurs="0" name="Elevation_m" type="xs:double">
            <xs:annotation>
              <xs:documentation>Instrument elevation (meters) relative to average sea level.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="GroundElevation_m" type="xs:double">
            <xs:annotation>
              <xs:documentation>Ground or seabed elevation (meters) relative to average sea level.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Parameters" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="TargetMotionAnalysis">
            <xs:annotation>
              <xs:documentation>When localization information is compiled from multiple observations, this shows the Start and End time of the observations used to produce the new observation.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element minOccurs="1" name="Start" type="xs:dateTime"/>
                <xs:element minOccurs="1" name="End" type="xs:dateTime"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element minOccurs="0" name="UserDefined">
            <xs:annotation>
              <xs:documentation>Study specific parameters</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence maxOccurs="1" minOccurs="0">
                <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace" processContents="skip"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="QualityAssurance">
      <xs:annotation>
        <xs:documentation>Localization is: unverified, valid, invalid</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="unverified"/>
          <xs:enumeration value="valid"/>
          <xs:enumeration value="invalid"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type WGS84CoordinateType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Valid for CoordinateReferenceSystem Subtype Geographic Name WGS84
Latitude and Longitude are mandatory with an optional Elevation_m.
Diagram
Used by
Model
Children Elevation_m, Latitude, Longitude
Source
<xs:complexType name="WGS84CoordinateType">
  <xs:annotation>
    <xs:documentation>Valid for CoordinateReferenceSystem Subtype Geographic Name WGS84 Latitude and Longitude are mandatory with an optional Elevation_m.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Longitude" type="xs:double"/>
    <xs:element name="Latitude" type="xs:double"/>
    <xs:element minOccurs="0" name="Elevation_m" type="xs:double"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type UTMCoordinateType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Valid for CoordinateReferenceSystem Subtype Derived Name UTM
False Easting and Northing are mandatory with an optional Elevation_m.
Diagram
Used by
Model
Children Easting, Elevation_m, Northing
Source
<xs:complexType name="UTMCoordinateType">
  <xs:annotation>
    <xs:documentation>Valid for CoordinateReferenceSystem Subtype Derived Name UTM False Easting and Northing are mandatory with an optional Elevation_m.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Easting" type="xs:double"/>
    <xs:element name="Northing" type="xs:double"/>
    <xs:element minOccurs="0" name="Elevation_m" type="xs:double"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type CartesianCoordinateType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Valid for Subtype Engineering Name Cartesian LocalizsationType Point
        X_m - X offset in meters
        Y_m - Y offset in meters
        Z_m - Z offset in meters
o Engineering / Range: (x=offset (m))..  Distance to sound source.
o Engineering / PerpendicularRange (x=offset (m)). Distance to sound source from a line perpendicular to the instrument’s motion vector.
Diagram
Used by
Model
Children X_m, Y_m, Z_m
Source
<xs:complexType name="CartesianCoordinateType">
  <xs:annotation>
    <xs:documentation>Valid for Subtype Engineering Name Cartesian LocalizsationType Point X_m - X offset in meters Y_m - Y offset in meters Z_m - Z offset in meters o Engineering / Range: (x=offset (m)).. Distance to sound source. o Engineering / PerpendicularRange (x=offset (m)). Distance to sound source from a line perpendicular to the instrument’s motion vector.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="X_m" type="xs:double"/>
    <xs:element name="Y_m" type="xs:double"/>
    <xs:element minOccurs="0" name="Z_m" type="xs:double"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type BearingType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Denotes direction to a sound source relative to a local coordinate system. Used with 
Subtype Engineering Name Polar or Spherical when distances are not recorded.
Diagram
Used by
Model
Children Angle1, Angle2
Source
<xs:complexType name="BearingType">
  <xs:annotation>
    <xs:documentation>Denotes direction to a sound source relative to a local coordinate system. Used with Subtype Engineering Name Polar or Spherical when distances are not recorded.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Angle1">
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="0"/>
          <xs:maxExclusive value="360"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element minOccurs="0" name="Angle2">
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="-90"/>
          <xs:maxInclusive value="90"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type AngularCoordinateType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Specifies a coordinate using one or a pair of angles (degree) and a distance (m).  First angle is relative to the instrument plane.  Second angle is an elevation angle and is only applicable in Engineering/Spherical coordinate systems.
Diagram
Used by
Model
Children Angle1, Angle2, Distance_m
Source
<xs:complexType name="AngularCoordinateType">
  <xs:annotation>
    <xs:documentation>Specifies a coordinate using one or a pair of angles (degree) and a distance (m). First angle is relative to the instrument plane. Second angle is an elevation angle and is only applicable in Engineering/Spherical coordinate systems.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Angle1">
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="0"/>
          <xs:maxExclusive value="360"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element minOccurs="0" name="Angle2">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="-90"/>
          <xs:maxInclusive value="90"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Distance_m" type="xs:double">
      <xs:annotation>
        <xs:documentation>Distance from instrument reference point to sound source in meters along the vector specified by the angle(s).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type CylindricalCoordinateType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children Angle1, Elevation_m, PlanarDistance_m
Source
<xs:complexType name="CylindricalCoordinateType">
  <xs:sequence>
    <xs:element name="Angle1">
      <xs:annotation>
        <xs:documentation>Angle in the instrument plane to a projection of the sound source onto the instrument plane.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="0"/>
          <xs:maxExclusive value="360"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="PlanarDistance_m" type="xs:double">
      <xs:annotation>
        <xs:documentation>Distance to the projection of the sound source onto the plane defined in the instrument coordinate system (m).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Elevation_m" type="xs:double">
      <xs:annotation>
        <xs:documentation>Elevation (distance perpindicualar to the instrument plane) from the point defined by Angle1 and PlanarDistance_m.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Simple Type DistanceType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Used by
Source
<xs:simpleType name="DistanceType">
  <xs:restriction base="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Simple Type TimestampListType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of xs:dateTime
Used by
Source
<xs:simpleType name="TimestampListType">
  <xs:list itemType="xs:dateTime"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type WGS84TrackType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
WGS84 Track.  Contains parallel lists of false Longitude, Latitude, optional Elevation_m, and Timestamps associated with each observation that must be ordered by time.  When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well.  If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).
Diagram
Used by
Model
Children CoordinateBounds, Coordinates, CoordinatesError
Source
<xs:complexType name="WGS84TrackType">
  <xs:annotation>
    <xs:documentation>WGS84 Track. Contains parallel lists of false Longitude, Latitude, optional Elevation_m, and Timestamps associated with each observation that must be ordered by time. When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well. If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Coordinates">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Longitude" type="ValueListType"/>
          <xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
          <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="CoordinatesError">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Longitude" type="ValueListType"/>
          <xs:element minOccurs="1" name="Latitude" type="ValueListType"/>
          <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateBounds">
      <xs:annotation>
        <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NorthWest">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Longitude" type="xs:double"/>
                <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="SouthEast">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Longitude" type="xs:double"/>
                <xs:element name="Latitude" type="xs:double" minOccurs="1"/>
              </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:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Simple Type ValueListType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type list of xs:double
Used by
Source
<xs:simpleType name="ValueListType">
  <xs:list itemType="xs:double"/>
</xs:simpleType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type UTMTrackType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
UTM Track.  Contains parallel lists of false Northing, Easting, optional Elevation_m, and Timestamps associated with each observation that must be ordered by time.  When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well.  If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).
Diagram
Used by
Model
Children CoordinateBounds, Coordinates, CoordinatesError
Source
<xs:complexType name="UTMTrackType">
  <xs:annotation>
    <xs:documentation>UTM Track. Contains parallel lists of false Northing, Easting, optional Elevation_m, and Timestamps associated with each observation that must be ordered by time. When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well. If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Coordinates">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Northing" type="ValueListType"/>
          <xs:element minOccurs="1" name="Easting" type="ValueListType"/>
          <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinatesError">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Northing" type="ValueListType"/>
          <xs:element minOccurs="1" name="Easting" type="ValueListType"/>
          <xs:element minOccurs="0" name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateBounds">
      <xs:annotation>
        <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NorthWest">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="X_m" type="xs:double"/>
                <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="SouthEast">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="X_m" type="xs:double"/>
                <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
              </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:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type CartesianTrackType
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Cartesian coordinate track.  Contains parallel lists of distances along the X and Y axes measured in meters (X_m and Y_m), optional list of distances along the Z axis (Z_m), and Timestamps associated with each observation that must be ordered by time.  When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well.  If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).
Diagram
Used by
Model
Children CoordinateBounds, CoordinateError, Coordinates
Source
<xs:complexType name="CartesianTrackType">
  <xs:annotation>
    <xs:documentation>Cartesian coordinate track. Contains parallel lists of distances along the X and Y axes measured in meters (X_m and Y_m), optional list of distances along the Z axis (Z_m), and Timestamps associated with each observation that must be ordered by time. When LocalizationType includes Range or PerpendicularRange, the Range_m and PerpendicularRange_m lists may be populated as well. If a value cannot be estimated (e.g., some localizations are 3D and others are 2D, populate the missing entries with not-a-number values (NaN).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Coordinates">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="X_m" type="ValueListType"/>
          <xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
          <xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateError">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="X_m" type="ValueListType"/>
          <xs:element minOccurs="1" name="Y_m" type="ValueListType"/>
          <xs:element minOccurs="0" name="Z_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateBounds">
      <xs:annotation>
        <xs:documentation>Bounding box for tempo-spatial data from northwest to southeast quadrant. For Euclidean engineering coordinates, northwest should be interpreted as min(x), max(y), and southeast max(x), min(y). Elevation bounds show the min and max elevation. When a bounding box crosses the WGS 84 Meridian, it is helpful to select unwrapped degree values.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NorthWest">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="X_m" type="xs:double"/>
                <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="SouthEast">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="X_m" type="xs:double"/>
                <xs:element name="Y_m" type="xs:double" minOccurs="1"/>
              </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:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type AngularTrackType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children CoordinateError, Coordinates
Source
<xs:complexType name="AngularTrackType">
  <xs:sequence>
    <xs:element name="Coordinates">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Angle1" type="ValueListType"/>
          <xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
          <xs:element name="Distance_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateError">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Angle1" type="ValueListType"/>
          <xs:element minOccurs="0" name="Angle2" type="ValueListType"/>
          <xs:element name="Distance_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type CylindricalTrackType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Model
Children CoordinateError, Coordinates
Source
<xs:complexType name="CylindricalTrackType">
  <xs:sequence>
    <xs:element name="Coordinates">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Angle1" type="ValueListType"/>
          <xs:element name="PlanarDistance_m" type="ValueListType"/>
          <xs:element name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="CoordinateError">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Angle1" type="ValueListType"/>
          <xs:element name="PlanarDistance_m" type="ValueListType"/>
          <xs:element name="Elevation_m" type="ValueListType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd
Complex Type NIWC_CorrelationData
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Model
Children Correlation
Source
<xs:complexType name="NIWC_CorrelationData">
  <xs:sequence maxOccurs="unbounded" minOccurs="0">
    <xs:element name="Correlation">
      <xs:complexType>
        <xs:sequence maxOccurs="1">
          <xs:element name="Primary" type="xs:nonNegativeInteger">
            <xs:annotation>
              <xs:documentation>Primary hydropphone</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Secondary" type="xs:nonNegativeInteger">
            <xs:annotation>
              <xs:documentation>Secondary hydropphone</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Correlations" type="xs:string">
            <xs:annotation>
              <xs:documentation>Correlation between detections on primary hydrophone and signals on secondary hydrophones. Each column j is the set of lags corresponding to the j'th detection on the primary hydrophone.</xs:documentation>
            </xs:annotation>
          </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/Localization.xsd
Attribute LocalizationType / InstrumentTelemetry / Bearing_DegN / @north
Namespace No namespace
Type restriction of xs:string
Properties
default magnetic
Facets
enumeration true
enumeration magnetic
Used by
Source
<xs:attribute default="magnetic" name="north">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="true"/>
      <xs:enumeration value="magnetic"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Localization.xsd