Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:tp3PzL1StationType / tps:SerialNumber
Namespace tps
Annotations
The serial number of the instrument (maximum 32 characters)
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="SerialNumber">
  <xs:annotation>
    <xs:documentation>The serial number of the instrument (maximum 32 characters)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="32"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:tp3PzL1StationType / tps:Firmware
Namespace tps
Annotations
The firmware of the instrument (maximum 32 characters)
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="Firmware">
  <xs:annotation>
    <xs:documentation>The firmware of the instrument (maximum 32 characters)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="32"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:tp3PzL1StationType / tps:TXId
Namespace tps
Annotations
The TX id (can be a value from 1 to 4)
Diagram
Type xs:unsignedInt
Properties
content simple
Source
<xs:element name="TXId" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>The TX id (can be a value from 1 to 4)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:Enabled
Namespace tps
Annotations
Represents whether the station is currently used
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="Enabled" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the station is currently used</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:Resected
Namespace tps
Annotations
Represents whether the station is the result of an auto computation
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="Resected" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the station is the result of an auto computation</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:ResectionMeasurements
Namespace tps
Annotations
Represents how many measurements have been used in resection computation
Diagram
Type xs:unsignedInt
Properties
content simple
Source
<xs:element name="ResectionMeasurements" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>Represents how many measurements have been used in resection computation</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:ResectionError
Namespace tps
Annotations
The value of the 3D error of resection
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="ResectionError" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the 3D error of resection</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:LLH
Namespace tps
Annotations
The coordinates of optical center (in WGS84 LLH)
Diagram
Type tps:coordsXYZType
Properties
content complex
Model
tps:X , tps:Y , tps:Z , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:X, tps:Y, tps:Z
Instance
<tps:LLH xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:LLH>
Source
<xs:element name="LLH" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The coordinates of optical center (in WGS84 LLH)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:Height
Namespace tps
Annotations
The height above mark
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Height" type="xs:double">
  <xs:annotation>
    <xs:documentation>The height above mark</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:HeightMeasuredToMark
Namespace tps
Annotations
Represents whether the height was measured to mark
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="HeightMeasuredToMark" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the height was measured to mark</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tp3PzL1StationType / tps:CalibrationData
Namespace tps
Annotations
The calibration data for TX (a 4x10 matrix)
Diagram
Type restriction of tps:calibrationDataType
Type hierarchy
Properties
content simple
Facets
minLength 40
maxLength 40
Source
<xs:element name="CalibrationData">
  <xs:annotation>
    <xs:documentation>The calibration data for TX (a 4x10 matrix)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:annotation>
      <xs:documentation>The calibration data is a 4x10 matrix</xs:documentation>
    </xs:annotation>
    <xs:restriction base="tps:calibrationDataType">
      <xs:maxLength value="40"/>
      <xs:minLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:tp3PzL1StationType / tps:CalibrationTime
Namespace tps
Annotations
The time of calibration download
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="CalibrationTime" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The time of calibration download</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tp3PzL1StationType
Namespace tps
Annotations
A PzL1 station is a structure used in TP3
Diagram
Used by
Model
tps:SerialNumber , tps:Firmware , tps:TXId , tps:Enabled , tps:Resected , tps:ResectionMeasurements , tps:ResectionError , tps:LLH , tps:Height , tps:HeightMeasuredToMark , tps:CalibrationData , tps:CalibrationTime , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CalibrationData, tps:CalibrationTime, tps:Enabled, tps:Firmware, tps:Height, tps:HeightMeasuredToMark, tps:LLH, tps:Resected, tps:ResectionError, tps:ResectionMeasurements, tps:SerialNumber, tps:TXId
Source
<xs:complexType name="tp3PzL1StationType">
  <xs:annotation>
    <xs:documentation>A PzL1 station is a structure used in TP3</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SerialNumber">
      <xs:annotation>
        <xs:documentation>The serial number of the instrument (maximum 32 characters)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="32"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Firmware">
      <xs:annotation>
        <xs:documentation>The firmware of the instrument (maximum 32 characters)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="32"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TXId" type="xs:unsignedInt">
      <xs:annotation>
        <xs:documentation>The TX id (can be a value from 1 to 4)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Enabled" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the station is currently used</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Resected" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the station is the result of an auto computation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResectionMeasurements" type="xs:unsignedInt">
      <xs:annotation>
        <xs:documentation>Represents how many measurements have been used in resection computation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResectionError" type="xs:double">
      <xs:annotation>
        <xs:documentation>The value of the 3D error of resection</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LLH" type="tps:coordsXYZType">
      <xs:annotation>
        <xs:documentation>The coordinates of optical center (in WGS84 LLH)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Height" type="xs:double">
      <xs:annotation>
        <xs:documentation>The height above mark</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HeightMeasuredToMark" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the height was measured to mark</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CalibrationData">
      <xs:annotation>
        <xs:documentation>The calibration data for TX (a 4x10 matrix)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:annotation>
          <xs:documentation>The calibration data is a 4x10 matrix</xs:documentation>
        </xs:annotation>
        <xs:restriction base="tps:calibrationDataType">
          <xs:maxLength value="40"/>
          <xs:minLength value="40"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CalibrationTime" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The time of calibration download</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>