Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:gpsBaseStationType / tps:TypeAntenna
Namespace tps
Annotations
The name of the Gnss antenna
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="TypeAntenna" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name of the Gnss antenna</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsBaseStationType / tps:Coordinates
Namespace tps
Annotations
The coordinates of the base station
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 base station</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsBaseStationType / tps:VirtualStationId
Namespace tps
Annotations
The id of the virtual station (should it be a pointer?)
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
default 0
Source
<xs:element default="0" minOccurs="0" name="VirtualStationId" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The id of the virtual station (should it be a pointer?)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsBaseStationType / tps:PhysicalStationId
Namespace tps
Annotations
The id of the physical station (should it be a pointer?)
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
default 0
Source
<xs:element default="0" minOccurs="0" name="PhysicalStationId" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The id of the physical station (should it be a pointer?)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:gpsBaseStationType
Namespace tps
Annotations
A Gnss base station is a Gnss position with base information
Diagram
Type extension of tps:gpsRawPositionType
Type hierarchy
Used by
Model
tps:Layer{0,1} , tps:PhotoNote* , tps:State{0,1} , tps:PointDrawProperties{0,1} , tps:Code* , tps:Station , tps:UsedInSurface{0,1} , tps:PtlData{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:Time{0,1} , tps:AntennaHeight , tps:Depth , tps:PlaneStation{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:TypeAntenna{0,1} , tps:Coordinates{0,1} , tps:VirtualStationId{0,1} , tps:PhysicalStationId{0,1}
Children tps:AntennaHeight, tps:Code, tps:Coordinates, tps:Depth, tps:Layer, tps:PhotoNote, tps:PhysicalStationId, tps:PlaneStation, tps:PointDrawProperties, tps:PtlData, tps:State, tps:Station, tps:Time, tps:TypeAntenna, tps:UsedInSurface, tps:VirtualStationId
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
It's a reference to a Coordinate System
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
Each Gnss raw position has a reference to a Measurement session
Source
<xs:complexType name="gpsBaseStationType">
  <xs:annotation>
    <xs:documentation>A Gnss base station is a Gnss position with base information</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:gpsRawPositionType">
      <xs:sequence>
        <xs:element name="TypeAntenna" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The name of the Gnss antenna</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType">
          <xs:annotation>
            <xs:documentation>The coordinates of the base station</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="0" minOccurs="0" name="VirtualStationId" type="xs:integer">
          <xs:annotation>
            <xs:documentation>The id of the virtual station (should it be a pointer?)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="0" minOccurs="0" name="PhysicalStationId" type="xs:integer">
          <xs:annotation>
            <xs:documentation>The id of the physical station (should it be a pointer?)</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>