<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>
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')
<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>
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>
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
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)
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)
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>