<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>
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>
<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>
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')
<xs:element minOccurs="0" name="TSSettings" type="tps:tsSettingInformationType"><xs:annotation><xs:documentation>Represents the total station settings</xs:documentation></xs:annotation></xs:element>
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)
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>
<xs:attribute name="csIdRef" type="xs:IDREF"><xs:annotation><xs:documentation>A reference to a Coordinate System</xs:documentation></xs:annotation></xs:attribute>