Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:observationInfoType / tps:InstrumentID
Namespace tps
Annotations
The name of the Total Station model
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="InstrumentID" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Total Station model</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:SurveyConfig
Namespace tps
Annotations
The name of the current survey configuration
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="SurveyConfig" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the current survey configuration</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:Prism
Namespace tps
Annotations
The information about the prism used for foresight, only for optical measurement sessions
Diagram
Type tps:observationInfoPrismType
Properties
content complex
minOccurs 0
Model
tps:Name , tps:Constant , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Constant, tps:Name
Instance
<tps:Prism xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Constant>{1,1}</tps:Constant>
</tps:Prism>
Source
<xs:element minOccurs="0" name="Prism" type="tps:observationInfoPrismType">
  <xs:annotation>
    <xs:documentation>The information about the prism used for foresight, only for optical measurement sessions</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:PrismBS
Namespace tps
Annotations
The information about the prism used for backsight, only for optical measurement sessions
Diagram
Type tps:observationInfoPrismType
Properties
content complex
minOccurs 0
Model
tps:Name , tps:Constant , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Constant, tps:Name
Instance
<tps:PrismBS xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Constant>{1,1}</tps:Constant>
</tps:PrismBS>
Source
<xs:element minOccurs="0" name="PrismBS" type="tps:observationInfoPrismType">
  <xs:annotation>
    <xs:documentation>The information about the prism used for backsight, only for optical measurement sessions</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:AdjustECRef
Namespace tps
Annotations
Represents whether adjust for earth curvature and refraction
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="AdjustECRef" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether adjust for earth curvature and refraction</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:Temperature
Namespace tps
Annotations
The value of the temperature
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Temperature" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the temperature</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:Pressure
Namespace tps
Annotations
The value of the pressure
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Pressure" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the pressure</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:PPM
Namespace tps
Annotations
The weather PPM of the Job (???)
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="PPM" type="xs:double">
  <xs:annotation>
    <xs:documentation>The weather PPM of the Job (???)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoType / tps:Humidity
Namespace tps
Annotations
The humidity (in percentage)
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Humidity" type="xs:double">
  <xs:annotation>
    <xs:documentation>The humidity (in percentage)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:observationInfoType
Namespace tps
Annotations
An Observation info has the general information about a Measurement session
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:InstrumentID{0,1} , tps:SurveyConfig{0,1} , tps:Prism{0,1} , tps:PrismBS{0,1} , tps:AdjustECRef{0,1} , tps:Temperature{0,1} , tps:Pressure{0,1} , tps:PPM{0,1} , tps:Humidity{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AdjustECRef, tps:Humidity, tps:InstrumentID, tps:PPM, tps:Pressure, tps:Prism, tps:PrismBS, tps:SurveyConfig, tps:Temperature
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="observationInfoType">
  <xs:annotation>
    <xs:documentation>An Observation info has the general information about a Measurement session</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element minOccurs="0" name="InstrumentID" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the Total Station model</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="SurveyConfig" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the current survey configuration</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Prism" type="tps:observationInfoPrismType">
          <xs:annotation>
            <xs:documentation>The information about the prism used for foresight, only for optical measurement sessions</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PrismBS" type="tps:observationInfoPrismType">
          <xs:annotation>
            <xs:documentation>The information about the prism used for backsight, only for optical measurement sessions</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="false" minOccurs="0" name="AdjustECRef" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>Represents whether adjust for earth curvature and refraction</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Temperature" type="xs:double">
          <xs:annotation>
            <xs:documentation>The value of the temperature</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Pressure" type="xs:double">
          <xs:annotation>
            <xs:documentation>The value of the pressure</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PPM" type="xs:double">
          <xs:annotation>
            <xs:documentation>The weather PPM of the Job (???)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Humidity" type="xs:double">
          <xs:annotation>
            <xs:documentation>The humidity (in percentage)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>