Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema Ensemble.xsd
Namespace http://tethys.sdsu.edu/schema/1.0
Properties
attribute form default unqualified
element form default qualified
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element Ensemble
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Id, Unit, ZeroPosition
Instance
<Ensemble xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Id>{1,1}</Id>
  <Unit>{1,unbounded}</Unit>
  <ZeroPosition>{0,1}</ZeroPosition>
</Ensemble>
Source
<xs:element name="Ensemble">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Id" type="xs:string">
        <xs:annotation>
          <xs:documentation>Ensemble name (unique identifier).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Unit" maxOccurs="unbounded" type="UnitGroup">
        <xs:annotation>
          <xs:documentation>Associates a virtual unit of an ensemble with an actual deployment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ZeroPosition">
        <xs:annotation>
          <xs:documentation>Provides a zero point to which relative localizations can be referenced.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:group ref="LongLat"/>
            <xs:element name="ElevationInstrument_m" type="xs:double" minOccurs="0"/>
          </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/Ensemble.xsd
Element Ensemble / Id
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Ensemble name (unique identifier).
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Id" type="xs:string">
  <xs:annotation>
    <xs:documentation>Ensemble name (unique identifier).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element Ensemble / Unit
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Associates a virtual unit of an ensemble with an actual deployment.
Diagram
Type UnitGroup
Properties
content complex
maxOccurs unbounded
Model
Children DeploymentId, UnitId
Instance
<Unit xmlns="http://tethys.sdsu.edu/schema/1.0">
  <UnitId>{1,1}</UnitId>
  <DeploymentId>{1,1}</DeploymentId>
</Unit>
Source
<xs:element name="Unit" maxOccurs="unbounded" type="UnitGroup">
  <xs:annotation>
    <xs:documentation>Associates a virtual unit of an ensemble with an actual deployment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element UnitGroup / UnitId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
A unique unit number that identifies this instrument within the ensemble.
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="UnitId" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>A unique unit number that identifies this instrument within the ensemble.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element UnitGroup / DeploymentId
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Reference to a deployment document Id field.  Uniquely identifies the deployment.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="DeploymentId" type="xs:string">
  <xs:annotation>
    <xs:documentation>Reference to a deployment document Id field. Uniquely identifies the deployment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element Ensemble / ZeroPosition
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Provides a zero point to which relative localizations can be referenced.
Diagram
Properties
content complex
minOccurs 0
Model
Children ElevationInstrument_m, ns1:Latitude, ns1:Longitude
Instance
<ZeroPosition xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Longitude>{1,1}</Longitude>
  <Latitude>{1,1}</Latitude>
  <ElevationInstrument_m>{0,1}</ElevationInstrument_m>
</ZeroPosition>
Source
<xs:element minOccurs="0" name="ZeroPosition">
  <xs:annotation>
    <xs:documentation>Provides a zero point to which relative localizations can be referenced.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="LongLat"/>
      <xs:element name="ElevationInstrument_m" type="xs:double" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Element Ensemble / ZeroPosition / ElevationInstrument_m
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="ElevationInstrument_m" type="xs:double" minOccurs="0"/>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd
Complex Type UnitGroup
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Used by
Element Ensemble/Unit
Model
Children DeploymentId, UnitId
Source
<xs:complexType name="UnitGroup">
  <xs:sequence>
    <xs:element name="UnitId" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>A unique unit number that identifies this instrument within the ensemble.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeploymentId" type="xs:string">
      <xs:annotation>
        <xs:documentation>Reference to a deployment document Id field. Uniquely identifies the deployment.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/Ensemble.xsd