<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the DL raw data sight</xs:documentation></xs:annotation></xs:element>
<xs:element name="Time" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation time of the DL raw data sight</xs:documentation></xs:annotation></xs:element>
Type of the shot (can be void, baksight shot, foresight shot or side shot)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
Facets
enumeration
void
enumeration
bs
enumeration
fs
enumeration
ss
Source
<xs:element name="TypeShot"><xs:annotation><xs:documentation>Type of the shot (can be void, baksight shot, foresight shot or side shot)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="void"/><xs:enumeration value="bs"/><xs:enumeration value="fs"/><xs:enumeration value="ss"/></xs:restriction></xs:simpleType></xs:element>
<xs:element name="VertOffset" type="xs:double"><xs:annotation><xs:documentation>The vertical offset of the DL raw data sight</xs:documentation></xs:annotation></xs:element>
<xs:element name="Distance" type="xs:double"><xs:annotation><xs:documentation>The distance of the DL raw data sight</xs:documentation></xs:annotation></xs:element>
<xs:element name="Elevation" type="xs:double"><xs:annotation><xs:documentation>The elevation of the DL raw data sight</xs:documentation></xs:annotation></xs:element>
(tps:OneWire | tps:ThreeWire | tps:Undefined) , (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="TargetPoint"><xs:annotation><xs:documentation>A reference to the target point</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></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)
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="dlRawDataSightType"><xs:annotation><xs:documentation>A Digital Level raw data sight</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:baseRawDataType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the DL raw data sight</xs:documentation></xs:annotation></xs:element><xs:element name="BPName" type="xs:string"><xs:annotation><xs:documentation>The BP name</xs:documentation></xs:annotation></xs:element><xs:element name="Time" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation time of the DL raw data sight</xs:documentation></xs:annotation></xs:element><xs:element name="TypeShot"><xs:annotation><xs:documentation>Type of the shot (can be void, baksight shot, foresight shot or side shot)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="void"/><xs:enumeration value="bs"/><xs:enumeration value="fs"/><xs:enumeration value="ss"/></xs:restriction></xs:simpleType></xs:element><xs:element name="VertOffset" type="xs:double"><xs:annotation><xs:documentation>The vertical offset of the DL raw data sight</xs:documentation></xs:annotation></xs:element><xs:element name="Distance" type="xs:double"><xs:annotation><xs:documentation>The distance of the DL raw data sight</xs:documentation></xs:annotation></xs:element><xs:element name="HI" type="xs:double"><xs:annotation><xs:documentation>The height of the instrument</xs:documentation></xs:annotation></xs:element><xs:element name="Elevation" type="xs:double"><xs:annotation><xs:documentation>The elevation of the DL raw data sight</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MeasureData" type="tps:dlRawDataType"><xs:annotation><xs:documentation>The DL raw data</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TargetPoint"><xs:annotation><xs:documentation>A reference to the target point</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>