tps:Name , tps:ResShot* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:FileName , tps:Azimuth , tps:TiltX , tps:TiltY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType"><xs:annotation><xs:documentation>A sequence of photos with information</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Note" type="xs:string"><xs:annotation><xs:documentation>The note of the TS raw station</xs:documentation></xs:annotation></xs:element>
<xs:element default="1.0" minOccurs="0" name="Scale" type="xs:double"><xs:annotation><xs:documentation>The scale factor of the TS raw station</xs:documentation></xs:annotation></xs:element>
tps:Name , tps:RefLineShot* , tps:Hold{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:Name , tps:RefDirectionShot* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
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)
A reference to the Measurement session, that stores which instruments and parameters have been used to measure this Raw data. See Measurement session for further details
It's defined in Data structure but not in Transaction structure, where it's defined the 'measIdRef' attribute of 'Action' tag. See Action for further details
Source
<xs:complexType name="tsRawStnType"><xs:annotation><xs:documentation>A TS raw station is a TS raw position with a sequence of Resections</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:tsRawPositionType"><xs:sequence><xs:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeTypeLegacy"><xs:annotation><xs:documentation>A sequence of codes</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="Resection" type="tps:tsRawResectionType"><xs:annotation><xs:documentation>A sequence of Resections</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AdditionalResectionData" type="tps:additionalResectionDataType"><xs:annotation><xs:documentation>Some additional Resection data</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType"><xs:annotation><xs:documentation>A sequence of photos with information</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Note" type="xs:string"><xs:annotation><xs:documentation>The note of the TS raw station</xs:documentation></xs:annotation></xs:element><xs:element default="1.0" minOccurs="0" name="Scale" type="xs:double"><xs:annotation><xs:documentation>The scale factor of the TS raw station</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReferenceLine" type="tps:tsRawRefLineType"><xs:annotation><xs:documentation>A sequence of Reference lines</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReferenceDirection" type="tps:tsRawRefDirectionType"><xs:annotation><xs:documentation>A sequence of Reference directions</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>