Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:tsRawDataSightType / tps:Note
Namespace tps
Annotations
The note for this TS raw data
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Note" type="xs:string">
  <xs:annotation>
    <xs:documentation>The note for this TS raw data</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawDataSightType / tps:State
Namespace tps
Annotations
Represents whether the TS raw data is existing
Diagram
Type tps:stateType
Properties
content simple
minOccurs 0
default existing
Facets
enumeration existing
enumeration deleted
enumeration undefined
Source
<xs:element default="existing" minOccurs="0" name="State" type="tps:stateType">
  <xs:annotation>
    <xs:documentation>Represents whether the TS raw data is existing</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawDataSightType / tps:XYZ
Namespace tps
Annotations
The main TS raw data parameters
Diagram
Type tps:tsRawDataType
Properties
content complex
minOccurs 0
Model
(tps:SD | tps:HD | tps:HV | tps:Offset | tps:NEH | tps:BB | tps:HAOnly | tps:VAOnly | tps:HVS | tps:HDOnly | tps:VDOnly | tps:SDOnly | tps:Undefined) , tps:Method{0,1} , tps:OffsetMode{0,1} , tps:SetNum{0,1} , tps:Remeasured{0,1} , tps:PrismConstant{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:BB, tps:HAOnly, tps:HD, tps:HDOnly, tps:HV, tps:HVS, tps:Method, tps:NEH, tps:Offset, tps:OffsetMode, tps:PrismConstant, tps:Remeasured, tps:SD, tps:SDOnly, tps:SetNum, tps:Undefined, tps:VAOnly, tps:VDOnly
Instance
<tps:XYZ xmlns:tps="tps">
  <tps:SD>{1,1}</tps:SD>
  <tps:HD>{1,1}</tps:HD>
  <tps:HV>{1,1}</tps:HV>
  <tps:Offset>{1,1}</tps:Offset>
  <tps:NEH>{1,1}</tps:NEH>
  <tps:BB>{1,1}</tps:BB>
  <tps:HAOnly>{1,1}</tps:HAOnly>
  <tps:VAOnly>{1,1}</tps:VAOnly>
  <tps:HVS>{1,1}</tps:HVS>
  <tps:HDOnly>{1,1}</tps:HDOnly>
  <tps:VDOnly>{1,1}</tps:VDOnly>
  <tps:SDOnly>{1,1}</tps:SDOnly>
  <tps:Undefined>{1,1}</tps:Undefined>
  <tps:Method>{0,1}</tps:Method>
  <tps:OffsetMode>{0,1}</tps:OffsetMode>
  <tps:SetNum>{0,1}</tps:SetNum>
  <tps:Remeasured>{0,1}</tps:Remeasured>
  <tps:PrismConstant>{0,1}</tps:PrismConstant>
</tps:XYZ>
Source
<xs:element minOccurs="0" name="XYZ" type="tps:tsRawDataType">
  <xs:annotation>
    <xs:documentation>The main TS raw data parameters</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tsRawDataSightType
Namespace tps
Annotations
A TS raw data sight is a Ts raw position with main TS raw data
Diagram
Type extension of tps:tsRawPositionType
Type hierarchy
Used by
Model
tps:Name , tps:TargetHeight{0,1} , tps:Depth{0,1} , tps:TSData{0,1} , tps:TSAveragedData{0,1} , tps:NameSource{0,1} , tps:Time{0,1} , tps:WeatherInfo{0,1} , tps:SurveyorInfo{0,1} , tps:SessionPattern{0,1} , tps:Note{0,1} , tps:State{0,1} , tps:XYZ{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:Depth, tps:Name, tps:NameSource, tps:Note, tps:SessionPattern, tps:State, tps:SurveyorInfo, tps:TSAveragedData, tps:TSData, tps:TargetHeight, tps:Time, tps:WeatherInfo, tps:XYZ
Attributes
QName Type Use Annotation
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)
measIdRef xs:IDREF optional
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="tsRawDataSightType">
  <xs:annotation>
    <xs:documentation>A TS raw data sight is a Ts raw position with main TS raw data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:tsRawPositionType">
      <xs:sequence>
        <xs:element minOccurs="0" name="Note" type="xs:string">
          <xs:annotation>
            <xs:documentation>The note for this TS raw data</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="existing" minOccurs="0" name="State" type="tps:stateType">
          <xs:annotation>
            <xs:documentation>Represents whether the TS raw data is existing</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="XYZ" type="tps:tsRawDataType">
          <xs:annotation>
            <xs:documentation>The main TS raw data parameters</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>