<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>
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>
<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>
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>
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>
<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>
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>
Name of coordinate system. Valid names are dependent on the Subtype.Geographic: WGS84Derived: 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>
<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>
For Engineering Subtype, must be WGS84 or instrument.For Derived/UTM, anchor must be UTMZone.WGS84 - Latitude and Longitude will be populatedUTMZone - UTMZone element will be populatedinstrument - 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>
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>
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>
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>
• 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>
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>
<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: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>
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>
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>
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>
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>
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>
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.
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>
<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>
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>
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>
<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>
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>
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>
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>
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>
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>
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>
<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>
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: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 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: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>
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: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>
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: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>
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: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>
Optional range list to sound source (m), must correspond with each position measurement. May only bepopulated when Range is a member of LocalizationTypespecified in Effort.
<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>
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: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>
Optional perpendicular range list to sound source (m), must correspond with each position measurement. May only bepopulated when PerpendicularRange is a member of LocalizationTypespecified in Effort.
<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>
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: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: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>
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>
<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>
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: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="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: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>
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>
<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>
<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>
<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>
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 meterso 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: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>
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: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>
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: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>
<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>
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: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>
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: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>
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: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>
<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>