Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:tsRawRefLineShotType / tps:Coordinates
Namespace tps
Annotations
The coordinates of the TS reference line shot
Diagram
Type tps:coordsXYZType
Properties
content complex
minOccurs 0
Model
tps:X , tps:Y , tps:Z , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:X, tps:Y, tps:Z
Instance
<tps:Coordinates xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:Coordinates>
Source
<xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The coordinates of the TS reference line shot</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawRefLineShotType / tps:UsedData
Namespace tps
Annotations
The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
default hvsd
Facets
enumeration hvsd
enumeration hv
Source
<xs:element default="hvsd" minOccurs="0" name="UsedData">
  <xs:annotation>
    <xs:documentation>The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="hvsd"/>
      <xs:enumeration value="hv"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:tsRawRefLineShotType / tps:HorizontalOffset
Namespace tps
Annotations
Horizontal offset along the line. Positive for Right, negative for Left.
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="HorizontalOffset" type="xs:double">
  <xs:annotation>
    <xs:documentation>Horizontal offset along the line. Positive for Right, negative for Left.</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawRefLineShotType / tps:VerticalOffset
Namespace tps
Annotations
Vertical offset. Positive for Up, negative for Down.
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="VerticalOffset" type="xs:double">
  <xs:annotation>
    <xs:documentation>Vertical offset. Positive for Up, negative for Down.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tsRawRefLineShotType
Namespace tps
Annotations
A TS reference line shot is a TS raw position with HVS residuals
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:Coordinates{0,1} , tps:UsedData{0,1} , tps:HorizontalOffset , tps:VerticalOffset , (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:Depth, tps:HorizontalOffset, tps:Name, tps:NameSource, tps:SessionPattern, tps:SurveyorInfo, tps:TSAveragedData, tps:TSData, tps:TargetHeight, tps:Time, tps:UsedData, tps:VerticalOffset, tps:WeatherInfo
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="tsRawRefLineShotType">
  <xs:annotation>
    <xs:documentation>A TS reference line shot is a TS raw position with HVS residuals</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:tsRawPositionType">
      <xs:sequence>
        <xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType">
          <xs:annotation>
            <xs:documentation>The coordinates of the TS reference line shot</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="hvsd" minOccurs="0" name="UsedData">
          <xs:annotation>
            <xs:documentation>The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="hvsd"/>
              <xs:enumeration value="hv"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="HorizontalOffset" type="xs:double">
          <xs:annotation>
            <xs:documentation>Horizontal offset along the line. Positive for Right, negative for Left.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VerticalOffset" type="xs:double">
          <xs:annotation>
            <xs:documentation>Vertical offset. Positive for Up, negative for Down.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>