Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:dlRawDataSightType / tps:Name
Namespace tps
Annotations
The name of the DL raw data sight
Diagram
Type xs:string
Properties
content simple
Source
<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>
Element tps:dlRawDataSightType / tps:BPName
Namespace tps
Annotations
The BP name
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="BPName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The BP name</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataSightType / tps:Time
Namespace tps
Annotations
The creation time of the DL raw data sight
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<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>
Element tps:dlRawDataSightType / tps:TypeShot
Namespace tps
Annotations
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>
Element tps:dlRawDataSightType / tps:VertOffset
Namespace tps
Annotations
The vertical offset of the DL raw data sight
Diagram
Type xs:double
Properties
content simple
Source
<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>
Element tps:dlRawDataSightType / tps:Distance
Namespace tps
Annotations
The distance of the DL raw data sight
Diagram
Type xs:double
Properties
content simple
Source
<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>
Element tps:dlRawDataSightType / tps:HI
Namespace tps
Annotations
The height of the instrument
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="HI" type="xs:double">
  <xs:annotation>
    <xs:documentation>The height of the instrument</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataSightType / tps:Elevation
Namespace tps
Annotations
The elevation of the DL raw data sight
Diagram
Type xs:double
Properties
content simple
Source
<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>
Element tps:dlRawDataSightType / tps:MeasureData
Namespace tps
Annotations
The DL raw data
Diagram
Type tps:dlRawDataType
Properties
content complex
minOccurs 0
Model
(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')
Children tps:OneWire, tps:ThreeWire, tps:Undefined
Instance
<tps:MeasureData xmlns:tps="tps">
  <tps:OneWire>{1,1}</tps:OneWire>
  <tps:ThreeWire>{1,1}</tps:ThreeWire>
  <tps:Undefined>{1,1}</tps:Undefined>
</tps:MeasureData>
Source
<xs:element minOccurs="0" name="MeasureData" type="tps:dlRawDataType">
  <xs:annotation>
    <xs:documentation>The DL raw data</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataSightType / tps:TargetPoint
Namespace tps
Annotations
A reference to the target point
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<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>
Complex Type tps:dlRawDataSightType
Namespace tps
Annotations
A Digital Level raw data sight
Diagram
Type extension of tps:baseRawDataType
Type hierarchy
Used by
Model
tps:Name , tps:BPName , tps:Time{0,1} , tps:TypeShot , tps:VertOffset , tps:Distance , tps:HI , tps:Elevation , tps:MeasureData{0,1} , tps:TargetPoint{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:BPName, tps:Distance, tps:Elevation, tps:HI, tps:MeasureData, tps:Name, tps:TargetPoint, tps:Time, tps:TypeShot, tps:VertOffset
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="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>
Attribute tps:dlRawDataSightType / tps:TargetPoint / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>