Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:tsRawBSType / tps:BSPoint
Namespace tps
Annotations
A reference to the backsight point (a Design point)
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="BSPoint" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to the backsight point (a Design point)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:tsRawBSType
Namespace tps
Annotations
A TS backsight azimuth is a TS raw data sight with a backsight point
Diagram
Type extension of tps:tsRawDataSightType
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') , tps:BSPoint{0,1}
Children tps:BSPoint, 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="tsRawBSType">
  <xs:annotation>
    <xs:documentation>A TS backsight azimuth is a TS raw data sight with a backsight point</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:tsRawDataSightType">
      <xs:sequence>
        <xs:element name="BSPoint" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A reference to the backsight point (a Design point)</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:tsRawBSType / tps:BSPoint / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>