Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema Calibrations.xsd
Namespace http://tethys.sdsu.edu/schema/1.0
Properties
attribute form default unqualified
element form default unqualified
Element Calibration
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Diagram Calibrations_xsd.tmp#CalibrationType_ID Calibrations_xsd.tmp#CalibrationType_TimeStamp Calibrations_xsd.tmp#CalibrationType_Type Calibrations_xsd.tmp#CalibrationType_Method Calibrations_xsd.tmp#CalibrationType_ResponsibleParty Calibrations_xsd.tmp#CalibrationType_FrequencyResponse Calibrations_xsd.tmp#CalibrationType
Type CalibrationType
Properties
content complex
Model
Children FrequencyResponse, ID, Method, ResponsibleParty, TimeStamp, Type
Instance
<Calibration xmlns="http://tethys.sdsu.edu/schema/1.0">
  <ID>{1,1}</ID>
  <TimeStamp>{1,1}</TimeStamp>
  <Type>{1,1}</Type>
  <Method>{0,1}</Method>
  <ResponsibleParty id="">{0,1}</ResponsibleParty>
  <FrequencyResponse>{1,1}</FrequencyResponse>
</Calibration>
Source
<xs:element name="Calibration" type="CalibrationType">
</xs:element>
Element CalibrationType / ID
Namespace No namespace
Annotations
identifier of instrument, preamplifier, or hydrophone.
Corresponds to elements in Deployment:
Deployment/Instrument/ID
Deployment/Sensors/Audio[i]/HydrophoneID
Deployment/Sensors/Audio[i]/PreampID
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ID" type="xs:string">
  <xs:annotation>
    <xs:documentation>identifier of instrument, preamplifier, or hydrophone. Corresponds to elements in Deployment: Deployment/Instrument/ID Deployment/Sensors/Audio[i]/HydrophoneID Deployment/Sensors/Audio[i]/PreampID</xs:documentation>
  </xs:annotation>
</xs:element>
Element CalibrationType / TimeStamp
Namespace No namespace
Annotations
Date and time of calibration
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="TimeStamp" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Date and time of calibration</xs:documentation>
  </xs:annotation>
</xs:element>
Element CalibrationType / Type
Namespace No namespace
Annotations
hydrophone, preamplifier, or end-to-end
Indicates type of calibration
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration hydrophone
enumeration preamplifier
enumeration end-to-end
Source
<xs:element name="Type">
  <xs:annotation>
    <xs:documentation>hydrophone, preamplifier, or end-to-end Indicates type of calibration</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="hydrophone"/>
      <xs:enumeration value="preamplifier"/>
      <xs:enumeration value="end-to-end"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element CalibrationType / Method
Namespace No namespace
Annotations
Method used to calibrate instrument.
Diagram
Diagram CommonElements_xsd.tmp#AlgorithmType_Method CommonElements_xsd.tmp#AlgorithmType_Software CommonElements_xsd.tmp#AlgorithmType_Version CommonElements_xsd.tmp#AlgorithmType_Parameters CommonElements_xsd.tmp#AlgorithmType_SupportSoftware CommonElements_xsd.tmp#AlgorithmType
Type ns1:AlgorithmType
Properties
content complex
minOccurs 0
Model
Children Method, Parameters, Software, SupportSoftware, Version
Instance
<Method>
  <Method>{0,1}</Method>
  <Software>{1,1}</Software>
  <Version>{0,1}</Version>
  <Parameters>{1,1}</Parameters>
  <SupportSoftware>{0,unbounded}</SupportSoftware>
</Method>
Source
<xs:element minOccurs="0" name="Method" type="AlgorithmType">
  <xs:annotation>
    <xs:documentation>Method used to calibrate instrument.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CalibrationType / ResponsibleParty
Namespace No namespace
Annotations
Who conducted/managed the calibration?
Diagram
Diagram CommonElements_xsd.tmp#ResponsibleParty_id CommonElements_xsd.tmp#ResponsibleParty_individualName CommonElements_xsd.tmp#ResponsibleParty_organizationName CommonElements_xsd.tmp#ResponsibleParty_positionName CommonElements_xsd.tmp#ResponsibleParty_contactInfo CommonElements_xsd.tmp#ResponsibleParty
Type ns1:ResponsibleParty
Properties
content complex
minOccurs 0
Model
Children contactInfo, individualName, organizationName, positionName
Instance
<ResponsibleParty id="">
  <individualName>{0,1}</individualName>
  <organizationName>{0,1}</organizationName>
  <positionName>{0,1}</positionName>
  <contactInfo>{0,1}</contactInfo>
</ResponsibleParty>
Attributes
QName Type Use Annotation
id xs:NCName optional
Handle to external database
Source
<xs:element minOccurs="0" name="ResponsibleParty" type="ResponsibleParty">
  <xs:annotation>
    <xs:documentation>Who conducted/managed the calibration?</xs:documentation>
  </xs:annotation>
</xs:element>
Element CalibrationType / FrequencyResponse
Namespace No namespace
Annotations
Lists of frequencies (Hz) and responses (dB).  Lists must be of equal length.
Diagram
Diagram Calibrations_xsd.tmp#CalibrationType_CalibrationType_FrequencyResponse_Hz Calibrations_xsd.tmp#CalibrationType_CalibrationType_FrequencyResponse_dB
Properties
content complex
Model
Hz , dB
Children Hz, dB
Instance
<FrequencyResponse>
  <Hz>{1,1}</Hz>
  <dB>{1,1}</dB>
</FrequencyResponse>
Source
<xs:element name="FrequencyResponse">
  <xs:annotation>
    <xs:documentation>Lists of frequencies (Hz) and responses (dB). Lists must be of equal length.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="Hz" type="DoubleList"/>
      <xs:element name="dB" type="DoubleList"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CalibrationType / FrequencyResponse / Hz
Namespace No namespace
Diagram
Diagram Calibrations_xsd.tmp#DoubleList
Type DoubleList
Properties
content simple
Source
<xs:element name="Hz" type="DoubleList"/>
Element CalibrationType / FrequencyResponse / dB
Namespace No namespace
Diagram
Diagram Calibrations_xsd.tmp#DoubleList
Type DoubleList
Properties
content simple
Source
<xs:element name="dB" type="DoubleList"/>
Complex Type CalibrationType
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Diagram Calibrations_xsd.tmp#CalibrationType_ID Calibrations_xsd.tmp#CalibrationType_TimeStamp Calibrations_xsd.tmp#CalibrationType_Type Calibrations_xsd.tmp#CalibrationType_Method Calibrations_xsd.tmp#CalibrationType_ResponsibleParty Calibrations_xsd.tmp#CalibrationType_FrequencyResponse
Used by
Element Calibration
Model
Children FrequencyResponse, ID, Method, ResponsibleParty, TimeStamp, Type
Source
<xs:complexType name="CalibrationType">
  <xs:sequence>
    <xs:element name="ID" type="xs:string">
      <xs:annotation>
        <xs:documentation>identifier of instrument, preamplifier, or hydrophone. Corresponds to elements in Deployment: Deployment/Instrument/ID Deployment/Sensors/Audio[i]/HydrophoneID Deployment/Sensors/Audio[i]/PreampID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeStamp" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>Date and time of calibration</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Type">
      <xs:annotation>
        <xs:documentation>hydrophone, preamplifier, or end-to-end Indicates type of calibration</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="hydrophone"/>
          <xs:enumeration value="preamplifier"/>
          <xs:enumeration value="end-to-end"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element minOccurs="0" name="Method" type="AlgorithmType">
      <xs:annotation>
        <xs:documentation>Method used to calibrate instrument.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="ResponsibleParty" type="ResponsibleParty">
      <xs:annotation>
        <xs:documentation>Who conducted/managed the calibration?</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FrequencyResponse">
      <xs:annotation>
        <xs:documentation>Lists of frequencies (Hz) and responses (dB). Lists must be of equal length.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="unbounded">
          <xs:element name="Hz" type="DoubleList"/>
          <xs:element name="dB" type="DoubleList"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type DoubleList
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Diagram
Type list of xs:double
Used by
Source
<xs:simpleType name="DoubleList">
  <xs:list itemType="xs:double"/>
</xs:simpleType>