Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:localizationType / tps:Name
Namespace tps
Annotations
The Localization alias
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Localization alias</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Geoid
Namespace tps
Annotations
The geoid applied
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Geoid" type="xs:string">
  <xs:annotation>
    <xs:documentation>The geoid applied</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters
Namespace tps
Annotations
Localization parameters
Diagram
Properties
content complex
minOccurs 0
Model
tps:PlacementIndex{0,1} , tps:CalculationMode , tps:KeepScale1 , tps:Other{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:CalculationMode, tps:KeepScale1, tps:Other, tps:PlacementIndex
Instance
<tps:Parameters xmlns:tps="tps">
  <tps:PlacementIndex>{0,1}</tps:PlacementIndex>
  <tps:CalculationMode>{1,1}</tps:CalculationMode>
  <tps:KeepScale1>{1,1}</tps:KeepScale1>
  <tps:Other>{0,1}</tps:Other>
</tps:Parameters>
Source
<xs:element minOccurs="0" name="Parameters">
  <xs:annotation>
    <xs:documentation>Localization parameters</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="PlacementIndex">
        <xs:annotation>
          <xs:documentation>The origin point selection</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="not_provided">
              <xs:annotation>
                <xs:documentation>center point as origin point</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="user_defined">
              <xs:annotation>
                <xs:documentation>User defined</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="center_point">
              <xs:annotation>
                <xs:documentation>1st point as origin point</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="first_point"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="CalculationMode">
        <xs:annotation>
          <xs:documentation>The computational algorithm that was used to calculate parameters</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="not_provided"/>
            <xs:enumeration value="legacy">
              <xs:annotation>
                <xs:documentation>separate calculation of Rotation, Shifts and Scale</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="process_2013">
              <xs:annotation>
                <xs:documentation>standard calculation of Rotation, Shifts and Scale</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="KeepScale1" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Represents whether the localization keeps the scale to 1</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Other" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A list of parameters exported only for report (they will not be read during import)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="N_Offset" type="xs:double">
              <xs:annotation>
                <xs:documentation>N Offset, dx, deflection North</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="E_Offset" type="xs:double">
              <xs:annotation>
                <xs:documentation>E Offset, dy, deflection East</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Scale" type="xs:double"/>
            <xs:element name="RotationAngle" type="xs:double">
              <xs:annotation>
                <xs:documentation>Angle in radians</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="A0" type="xs:double">
              <xs:annotation>
                <xs:documentation>H0-Vertical offset</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AX" type="xs:double">
              <xs:annotation>
                <xs:documentation>HX-Deflection North (rad)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AY" type="xs:double">
              <xs:annotation>
                <xs:documentation>HY-Deflection East (rad)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Lat0" type="xs:double">
              <xs:annotation>
                <xs:documentation>geodetic origin B</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Lon0" type="xs:double">
              <xs:annotation>
                <xs:documentation>geodetic origin L</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Ell0" type="xs:double">
              <xs:annotation>
                <xs:documentation>geodetic origin H</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="N0" type="xs:double">
              <xs:annotation>
                <xs:documentation>local origin N</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="E0" type="xs:double">
              <xs:annotation>
                <xs:documentation>local origin E</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="H0" type="xs:double">
              <xs:annotation>
                <xs:documentation>local origin H</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="P" type="xs:double">
              <xs:annotation>
                <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Q" type="xs:double">
              <xs:annotation>
                <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:group minOccurs="0" ref="tps:versionable"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:PlacementIndex
Namespace tps
Annotations
The origin point selection
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
enumeration not_provided
center point as origin point
enumeration user_defined
User defined
enumeration center_point
1st point as origin point
enumeration first_point
Source
<xs:element minOccurs="0" name="PlacementIndex">
  <xs:annotation>
    <xs:documentation>The origin point selection</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="not_provided">
        <xs:annotation>
          <xs:documentation>center point as origin point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="user_defined">
        <xs:annotation>
          <xs:documentation>User defined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="center_point">
        <xs:annotation>
          <xs:documentation>1st point as origin point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="first_point"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:CalculationMode
Namespace tps
Annotations
The computational algorithm that was used to calculate parameters
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration not_provided
enumeration legacy
separate calculation of Rotation, Shifts and Scale
enumeration process_2013
standard calculation of Rotation, Shifts and Scale
Source
<xs:element name="CalculationMode">
  <xs:annotation>
    <xs:documentation>The computational algorithm that was used to calculate parameters</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="not_provided"/>
      <xs:enumeration value="legacy">
        <xs:annotation>
          <xs:documentation>separate calculation of Rotation, Shifts and Scale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="process_2013">
        <xs:annotation>
          <xs:documentation>standard calculation of Rotation, Shifts and Scale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:KeepScale1
Namespace tps
Annotations
Represents whether the localization keeps the scale to 1
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="KeepScale1" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the localization keeps the scale to 1</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other
Namespace tps
Annotations
A list of parameters exported only for report (they will not be read during import)
Diagram
Properties
content complex
minOccurs 0
Model
tps:N_Offset , tps:E_Offset , tps:Scale , tps:RotationAngle , tps:A0 , tps:AX , tps:AY , tps:Lat0 , tps:Lon0 , tps:Ell0{0,1} , tps:N0{0,1} , tps:E0{0,1} , tps:H0{0,1} , tps:P , tps:Q , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:A0, tps:AX, tps:AY, tps:E0, tps:E_Offset, tps:Ell0, tps:H0, tps:Lat0, tps:Lon0, tps:N0, tps:N_Offset, tps:P, tps:Q, tps:RotationAngle, tps:Scale
Instance
<tps:Other xmlns:tps="tps">
  <tps:N_Offset>{1,1}</tps:N_Offset>
  <tps:E_Offset>{1,1}</tps:E_Offset>
  <tps:Scale>{1,1}</tps:Scale>
  <tps:RotationAngle>{1,1}</tps:RotationAngle>
  <tps:A0>{1,1}</tps:A0>
  <tps:AX>{1,1}</tps:AX>
  <tps:AY>{1,1}</tps:AY>
  <tps:Lat0>{1,1}</tps:Lat0>
  <tps:Lon0>{1,1}</tps:Lon0>
  <tps:Ell0>{0,1}</tps:Ell0>
  <tps:N0>{0,1}</tps:N0>
  <tps:E0>{0,1}</tps:E0>
  <tps:H0>{0,1}</tps:H0>
  <tps:P>{1,1}</tps:P>
  <tps:Q>{1,1}</tps:Q>
</tps:Other>
Source
<xs:element name="Other" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A list of parameters exported only for report (they will not be read during import)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="N_Offset" type="xs:double">
        <xs:annotation>
          <xs:documentation>N Offset, dx, deflection North</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="E_Offset" type="xs:double">
        <xs:annotation>
          <xs:documentation>E Offset, dy, deflection East</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Scale" type="xs:double"/>
      <xs:element name="RotationAngle" type="xs:double">
        <xs:annotation>
          <xs:documentation>Angle in radians</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="A0" type="xs:double">
        <xs:annotation>
          <xs:documentation>H0-Vertical offset</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AX" type="xs:double">
        <xs:annotation>
          <xs:documentation>HX-Deflection North (rad)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AY" type="xs:double">
        <xs:annotation>
          <xs:documentation>HY-Deflection East (rad)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Lat0" type="xs:double">
        <xs:annotation>
          <xs:documentation>geodetic origin B</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Lon0" type="xs:double">
        <xs:annotation>
          <xs:documentation>geodetic origin L</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Ell0" type="xs:double">
        <xs:annotation>
          <xs:documentation>geodetic origin H</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="N0" type="xs:double">
        <xs:annotation>
          <xs:documentation>local origin N</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="E0" type="xs:double">
        <xs:annotation>
          <xs:documentation>local origin E</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="H0" type="xs:double">
        <xs:annotation>
          <xs:documentation>local origin H</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="P" type="xs:double">
        <xs:annotation>
          <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Q" type="xs:double">
        <xs:annotation>
          <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:N_Offset
Namespace tps
Annotations
N Offset, dx, deflection North
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="N_Offset" type="xs:double">
  <xs:annotation>
    <xs:documentation>N Offset, dx, deflection North</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:E_Offset
Namespace tps
Annotations
E Offset, dy, deflection East
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="E_Offset" type="xs:double">
  <xs:annotation>
    <xs:documentation>E Offset, dy, deflection East</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:Scale
Namespace tps
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Scale" type="xs:double"/>
Element tps:localizationType / tps:Parameters / tps:Other / tps:RotationAngle
Namespace tps
Annotations
Angle in radians
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="RotationAngle" type="xs:double">
  <xs:annotation>
    <xs:documentation>Angle in radians</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:A0
Namespace tps
Annotations
H0-Vertical offset
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="A0" type="xs:double">
  <xs:annotation>
    <xs:documentation>H0-Vertical offset</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:AX
Namespace tps
Annotations
HX-Deflection North (rad)
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="AX" type="xs:double">
  <xs:annotation>
    <xs:documentation>HX-Deflection North (rad)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:AY
Namespace tps
Annotations
HY-Deflection East (rad)
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="AY" type="xs:double">
  <xs:annotation>
    <xs:documentation>HY-Deflection East (rad)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:Lat0
Namespace tps
Annotations
geodetic origin B
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Lat0" type="xs:double">
  <xs:annotation>
    <xs:documentation>geodetic origin B</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:Lon0
Namespace tps
Annotations
geodetic origin L
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Lon0" type="xs:double">
  <xs:annotation>
    <xs:documentation>geodetic origin L</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:Ell0
Namespace tps
Annotations
geodetic origin H
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Ell0" type="xs:double">
  <xs:annotation>
    <xs:documentation>geodetic origin H</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:N0
Namespace tps
Annotations
local origin N
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="N0" type="xs:double">
  <xs:annotation>
    <xs:documentation>local origin N</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:E0
Namespace tps
Annotations
local origin E
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="E0" type="xs:double">
  <xs:annotation>
    <xs:documentation>local origin E</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:H0
Namespace tps
Annotations
local origin H
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="H0" type="xs:double">
  <xs:annotation>
    <xs:documentation>local origin H</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:P
Namespace tps
Annotations
dimensionless vector component (used to calculate Scale and Rotation)
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="P" type="xs:double">
  <xs:annotation>
    <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:Parameters / tps:Other / tps:Q
Namespace tps
Annotations
dimensionless vector component (used to calculate Scale and Rotation)
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Q" type="xs:double">
  <xs:annotation>
    <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:LocalizationPoint
Namespace tps
Annotations
A collection of localization points
Diagram
Type tps:localizationPointType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:PositionData , tps:Residuals{0,1} , tps:UseHorizontal{0,1} , tps:UseVertical{0,1} , tps:RotationOnly{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:PositionData, tps:Residuals, tps:RotationOnly, tps:UseHorizontal, tps:UseVertical
Instance
<tps:LocalizationPoint xmlns:tps="tps">
  <tps:PositionData csIdRef="" id="" idRef="" measIdRef="">{1,1}</tps:PositionData>
  <tps:Residuals>{0,1}</tps:Residuals>
  <tps:UseHorizontal>{0,1}</tps:UseHorizontal>
  <tps:UseVertical>{0,1}</tps:UseVertical>
  <tps:RotationOnly>{0,1}</tps:RotationOnly>
</tps:LocalizationPoint>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="LocalizationPoint" type="tps:localizationPointType">
  <xs:annotation>
    <xs:documentation>A collection of localization points</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationType / tps:PZL1Station
Namespace tps
Annotations
A collection of PzL1 stations (structures used in TP3)
Diagram
Type tps:tp3PzL1StationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
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
Instance
<tps:PZL1Station xmlns:tps="tps">
  <tps:SerialNumber>{1,1}</tps:SerialNumber>
  <tps:Firmware>{1,1}</tps:Firmware>
  <tps:TXId>{1,1}</tps:TXId>
  <tps:Enabled>{1,1}</tps:Enabled>
  <tps:Resected>{1,1}</tps:Resected>
  <tps:ResectionMeasurements>{1,1}</tps:ResectionMeasurements>
  <tps:ResectionError>{1,1}</tps:ResectionError>
  <tps:LLH>{1,1}</tps:LLH>
  <tps:Height>{1,1}</tps:Height>
  <tps:HeightMeasuredToMark>{1,1}</tps:HeightMeasuredToMark>
  <tps:CalibrationData>{1,1}</tps:CalibrationData>
  <tps:CalibrationTime>{1,1}</tps:CalibrationTime>
</tps:PZL1Station>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="PZL1Station" type="tps:tp3PzL1StationType">
  <xs:annotation>
    <xs:documentation>A collection of PzL1 stations (structures used in TP3)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:localizationType
Namespace tps
Annotations
The Localization data
Diagram
Used by
Model
tps:Name{0,1} , tps:Geoid{0,1} , tps:Grid{0,1} , tps:Datum{0,1} , tps:Parameters{0,1} , tps:LocalizationPoint* , tps:PZL1Station* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Datum, tps:Geoid, tps:Grid, tps:LocalizationPoint, tps:Name, tps:PZL1Station, tps:Parameters
Source
<xs:complexType name="localizationType">
  <xs:annotation>
    <xs:documentation>The Localization data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The Localization alias</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Geoid" type="xs:string">
      <xs:annotation>
        <xs:documentation>The geoid applied</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:coordinateSystemProj"/>
    <xs:element minOccurs="0" name="Parameters">
      <xs:annotation>
        <xs:documentation>Localization parameters</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="PlacementIndex">
            <xs:annotation>
              <xs:documentation>The origin point selection</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="not_provided">
                  <xs:annotation>
                    <xs:documentation>center point as origin point</xs:documentation>
                  </xs:annotation>
                </xs:enumeration>
                <xs:enumeration value="user_defined">
                  <xs:annotation>
                    <xs:documentation>User defined</xs:documentation>
                  </xs:annotation>
                </xs:enumeration>
                <xs:enumeration value="center_point">
                  <xs:annotation>
                    <xs:documentation>1st point as origin point</xs:documentation>
                  </xs:annotation>
                </xs:enumeration>
                <xs:enumeration value="first_point"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
          <xs:element name="CalculationMode">
            <xs:annotation>
              <xs:documentation>The computational algorithm that was used to calculate parameters</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="not_provided"/>
                <xs:enumeration value="legacy">
                  <xs:annotation>
                    <xs:documentation>separate calculation of Rotation, Shifts and Scale</xs:documentation>
                  </xs:annotation>
                </xs:enumeration>
                <xs:enumeration value="process_2013">
                  <xs:annotation>
                    <xs:documentation>standard calculation of Rotation, Shifts and Scale</xs:documentation>
                  </xs:annotation>
                </xs:enumeration>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
          <xs:element name="KeepScale1" type="xs:boolean">
            <xs:annotation>
              <xs:documentation>Represents whether the localization keeps the scale to 1</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Other" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A list of parameters exported only for report (they will not be read during import)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="N_Offset" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>N Offset, dx, deflection North</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="E_Offset" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>E Offset, dy, deflection East</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Scale" type="xs:double"/>
                <xs:element name="RotationAngle" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>Angle in radians</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="A0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>H0-Vertical offset</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="AX" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>HX-Deflection North (rad)</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="AY" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>HY-Deflection East (rad)</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Lat0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>geodetic origin B</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Lon0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>geodetic origin L</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element minOccurs="0" name="Ell0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>geodetic origin H</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element minOccurs="0" name="N0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>local origin N</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element minOccurs="0" name="E0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>local origin E</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element minOccurs="0" name="H0" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>local origin H</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="P" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Q" type="xs:double">
                  <xs:annotation>
                    <xs:documentation>dimensionless vector component (used to calculate Scale and Rotation)</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:group minOccurs="0" ref="tps:versionable"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:group minOccurs="0" ref="tps:versionable"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="LocalizationPoint" type="tps:localizationPointType">
      <xs:annotation>
        <xs:documentation>A collection of localization points</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="PZL1Station" type="tps:tp3PzL1StationType">
      <xs:annotation>
        <xs:documentation>A collection of PzL1 stations (structures used in TP3)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>