Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:scanningSessionType / tps:Name
Namespace tps
Annotations
The name of the Scanning session
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Scanning session</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:ImageOrientation
Namespace tps
Annotations
The information about the image orientation of the Scanning session
Diagram
Type tps:imageOrientationType
Properties
content complex
minOccurs 0
Model
tps:Name , tps:SourcePath , tps:Width , tps:Height , tps:Coordinates* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Coordinates, tps:Height, tps:Name, tps:SourcePath, tps:Width
Instance
<tps:ImageOrientation xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:SourcePath>{1,1}</tps:SourcePath>
  <tps:Width>{1,1}</tps:Width>
  <tps:Height>{1,1}</tps:Height>
  <tps:Coordinates>{0,unbounded}</tps:Coordinates>
</tps:ImageOrientation>
Source
<xs:element minOccurs="0" name="ImageOrientation" type="tps:imageOrientationType">
  <xs:annotation>
    <xs:documentation>The information about the image orientation of the Scanning session</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:OrientationControlPoint
Namespace tps
Annotations
A sequence of control points
Diagram
Type tps:stationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name{0,1} , tps:Position , tps:PointFlags , tps:TimeStamp{0,1} , tps:Notes{0,1} , tps:GeoidHeight{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:GeoidHeight, tps:Name, tps:Notes, tps:PointFlags, tps:Position, tps:TimeStamp
Instance
<tps:OrientationControlPoint bulge="0" id="" xmlns:tps="tps">
  <tps:Name>{0,1}</tps:Name>
  <tps:Position>{1,1}</tps:Position>
  <tps:PointFlags>{1,1}</tps:PointFlags>
  <tps:TimeStamp>{0,1}</tps:TimeStamp>
  <tps:Notes>{0,1}</tps:Notes>
  <tps:GeoidHeight>{0,1}</tps:GeoidHeight>
</tps:OrientationControlPoint>
Attributes
QName Type Default Use Annotation
bulge xs:double 0 optional
The bulge of the Station, used to represent curves
id xs:ID optional
It's the station id, it can be referenced by other elements
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="OrientationControlPoint" type="tps:stationType">
  <xs:annotation>
    <xs:documentation>A sequence of control points</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:OrientationResults
Namespace tps
Annotations
Represents the results of the orientation
Diagram
Type tps:orientationCalculationResultsType
Properties
content complex
minOccurs 0
Model
tps:MaxError , tps:StandardDeviation , tps:Discrepancies+ , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Discrepancies, tps:MaxError, tps:StandardDeviation
Instance
<tps:OrientationResults xmlns:tps="tps">
  <tps:MaxError>{1,1}</tps:MaxError>
  <tps:StandardDeviation>{1,1}</tps:StandardDeviation>
  <tps:Discrepancies>{1,unbounded}</tps:Discrepancies>
</tps:OrientationResults>
Source
<xs:element minOccurs="0" name="OrientationResults" type="tps:orientationCalculationResultsType">
  <xs:annotation>
    <xs:documentation>Represents the results of the orientation</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:CameraCalibration
Namespace tps
Annotations
Represents the calibration of the camera
Diagram
Type tps:cameraCalibrationType
Properties
content complex
minOccurs 0
Model
tps:Name , tps:FocalLength , tps:DistortionModel , tps:DistiortionParam* , tps:FiducialMark* , tps:RadialDistortion* , tps:PrincipalPosition , tps:ResolutionPosition , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:DistiortionParam, tps:DistortionModel, tps:FiducialMark, tps:FocalLength, tps:Name, tps:PrincipalPosition, tps:RadialDistortion, tps:ResolutionPosition
Instance
<tps:CameraCalibration xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:FocalLength>{1,1}</tps:FocalLength>
  <tps:DistortionModel>{1,1}</tps:DistortionModel>
  <tps:DistiortionParam>{0,unbounded}</tps:DistiortionParam>
  <tps:FiducialMark>{0,unbounded}</tps:FiducialMark>
  <tps:RadialDistortion>{0,unbounded}</tps:RadialDistortion>
  <tps:PrincipalPosition>{1,1}</tps:PrincipalPosition>
  <tps:ResolutionPosition>{1,1}</tps:ResolutionPosition>
</tps:CameraCalibration>
Source
<xs:element minOccurs="0" name="CameraCalibration" type="tps:cameraCalibrationType">
  <xs:annotation>
    <xs:documentation>Represents the calibration of the camera</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:TSSettings
Namespace tps
Annotations
Represents the total station settings
Diagram
Type tps:tsSettingInformationType
Properties
content complex
minOccurs 0
Model
tps:Instrument , tps:BackSight , tps:MH , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:BackSight, tps:Instrument, tps:MH
Instance
<tps:TSSettings xmlns:tps="tps">
  <tps:Instrument bulge="0" id="">{1,1}</tps:Instrument>
  <tps:BackSight bulge="0" id="">{1,1}</tps:BackSight>
  <tps:MH bulge="0" id="">{1,1}</tps:MH>
</tps:TSSettings>
Source
<xs:element minOccurs="0" name="TSSettings" type="tps:tsSettingInformationType">
  <xs:annotation>
    <xs:documentation>Represents the total station settings</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningSessionType / tps:ScanningPoint
Namespace tps
Annotations
A sequence of Scanning points
Diagram
Type tps:scanningPointType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name , tps:Position , tps:WideImageName , tps:TeleImageName , tps:LayerName , tps:CodeName , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CodeName, tps:LayerName, tps:Name, tps:Position, tps:TeleImageName, tps:WideImageName
Instance
<tps:ScanningPoint xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Position>{1,1}</tps:Position>
  <tps:WideImageName>{1,1}</tps:WideImageName>
  <tps:TeleImageName>{1,1}</tps:TeleImageName>
  <tps:LayerName>{1,1}</tps:LayerName>
  <tps:CodeName>{1,1}</tps:CodeName>
</tps:ScanningPoint>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ScanningPoint" type="tps:scanningPointType">
  <xs:annotation>
    <xs:documentation>A sequence of Scanning points</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:scanningSessionType
Namespace tps
Annotations
Definition of a Scanning session (???)
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Name , tps:ImageOrientation{0,1} , tps:OrientationControlPoint* , tps:OrientationResults{0,1} , tps:CameraCalibration{0,1} , tps:TSSettings{0,1} , tps:ScanningPoint* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CameraCalibration, tps:ImageOrientation, tps:Name, tps:OrientationControlPoint, tps:OrientationResults, tps:ScanningPoint, tps:TSSettings
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
A reference to a Coordinate System
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="scanningSessionType">
  <xs:annotation>
    <xs:documentation>Definition of a Scanning session (???)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the Scanning session</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ImageOrientation" type="tps:imageOrientationType">
          <xs:annotation>
            <xs:documentation>The information about the image orientation of the Scanning session</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="OrientationControlPoint" type="tps:stationType">
          <xs:annotation>
            <xs:documentation>A sequence of control points</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="OrientationResults" type="tps:orientationCalculationResultsType">
          <xs:annotation>
            <xs:documentation>Represents the results of the orientation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CameraCalibration" type="tps:cameraCalibrationType">
          <xs:annotation>
            <xs:documentation>Represents the calibration of the camera</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="TSSettings" type="tps:tsSettingInformationType">
          <xs:annotation>
            <xs:documentation>Represents the total station settings</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="ScanningPoint" type="tps:scanningPointType">
          <xs:annotation>
            <xs:documentation>A sequence of Scanning points</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
      <xs:attribute name="csIdRef" type="xs:IDREF">
        <xs:annotation>
          <xs:documentation>A reference to a Coordinate System</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:scanningSessionType / @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>