Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Complex Type tps:measurementSessionType
Namespace tps
Annotations
A Measurement session is a combination of a Device, a Controller, a Digital Level run, a Gnss antenna and a Coordinate system. It represents a session during which the user has taken measurements with these instruments and parameters. If an element refers to a Measurement session, it's always possibile to find which instrument was used to take its measurement.
Diagram
Used by
Model
(ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Attributes
QName Type Use Annotation
controllerIdRef xs:IDREF optional
A reference to a Controller
csIdRef xs:IDREF optional
A reference to a Coordinate system
deviceIdRef xs:IDREF optional
A reference to a Device
dlRunIdRef xs:IDREF optional
A reference to a DL run
gpsAntIdRef xs:IDREF optional
A reference to a Gnss antenna
id xs:ID optional
Raw data and Actions can refer to a Measurement session through this id
obsInfoIdRef xs:IDREF optional
A reference to an Observation info
Source
<xs:complexType name="measurementSessionType">
  <xs:annotation>
    <xs:documentation>A Measurement session is a combination of a Device, a Controller, a Digital Level run, a Gnss antenna and a Coordinate system. It represents a session during which the user has taken measurements with these instruments and parameters. If an element refers to a Measurement session, it's always possibile to find which instrument was used to take its measurement.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID">
    <xs:annotation>
      <xs:documentation>Raw data and Actions can refer to a Measurement session through this id</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="deviceIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to a Device</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="controllerIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to a Controller</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dlRunIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to a DL run</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="gpsAntIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to a Gnss antenna</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="csIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to a Coordinate system</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="obsInfoIdRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>A reference to an Observation info</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute tps:measurementSessionType / @id
Namespace No namespace
Annotations
Raw data and Actions can refer to a Measurement session through this id
Type xs:ID
Properties
content simple
Used by
Source
<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>Raw data and Actions can refer to a Measurement session through this id</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @deviceIdRef
Namespace No namespace
Annotations
A reference to a Device
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="deviceIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to a Device</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @controllerIdRef
Namespace No namespace
Annotations
A reference to a Controller
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="controllerIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to a Controller</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @dlRunIdRef
Namespace No namespace
Annotations
A reference to a DL run
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="dlRunIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to a DL run</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @gpsAntIdRef
Namespace No namespace
Annotations
A reference to a Gnss antenna
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="gpsAntIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to a Gnss antenna</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @csIdRef
Namespace No namespace
Annotations
A reference to a Coordinate system
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="csIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to a Coordinate system</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:measurementSessionType / @obsInfoIdRef
Namespace No namespace
Annotations
A reference to an Observation info
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="obsInfoIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A reference to an Observation info</xs:documentation>
  </xs:annotation>
</xs:attribute>