The name of the Station. Some elements use unnamed Stations, so it's not mandatory
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Name" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the Station. Some elements use unnamed Stations, so it's not mandatory</xs:documentation></xs:annotation></xs:element>
((tps:BLH | tps:NEH | tps:XYZ) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')) | (tps:Height , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps'))
<xs:element name="Position" type="tps:positionType"><xs:annotation><xs:documentation>Represents the position of the Station</xs:documentation></xs:annotation></xs:element>
<xs:element default="unknown" name="PointFlags"><xs:annotation><xs:documentation>Represents a list of point flags (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)</xs:documentation></xs:annotation><xs:simpleType><xs:annotation><xs:documentation>A list of point flags (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)</xs:documentation></xs:annotation><xs:list itemType="tps:pointAttrType"></xs:list></xs:simpleType></xs:element>
<xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation datetime of the Station</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Notes" type="xs:string"><xs:annotation><xs:documentation>The textual note of the Station</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="GeoidHeight" type="xs:double" default="0"><xs:annotation><xs:documentation>The geoid height of the Station</xs:documentation></xs:annotation></xs:element>
Complex Type tps:stationType
Namespace
tps
Annotations
A station is made by a 3D position, flags and parameters
It's the station id, it can be referenced by other elements
Source
<xs:complexType name="stationType"><xs:annotation><xs:documentation>A station is made by a 3D position, flags and parameters</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the Station. Some elements use unnamed Stations, so it's not mandatory</xs:documentation></xs:annotation></xs:element><xs:element name="Position" type="tps:positionType"><xs:annotation><xs:documentation>Represents the position of the Station</xs:documentation></xs:annotation></xs:element><xs:element default="unknown" name="PointFlags"><xs:annotation><xs:documentation>Represents a list of point flags (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)</xs:documentation></xs:annotation><xs:simpleType><xs:annotation><xs:documentation>A list of point flags (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)</xs:documentation></xs:annotation><xs:list itemType="tps:pointAttrType"></xs:list></xs:simpleType></xs:element><xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation datetime of the Station</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Notes" type="xs:string"><xs:annotation><xs:documentation>The textual note of the Station</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="GeoidHeight" type="xs:double" default="0"><xs:annotation><xs:documentation>The geoid height of the Station</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence><xs:attribute name="id" type="xs:ID"><xs:annotation><xs:documentation>It's the station id, it can be referenced by other elements</xs:documentation></xs:annotation></xs:attribute><xs:attribute default="0" name="bulge" type="xs:double"><xs:annotation><xs:documentation>The bulge of the Station, used to represent curves</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="xs:ID"><xs:annotation><xs:documentation>It's the station id, it can be referenced by other elements</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute default="0" name="bulge" type="xs:double"><xs:annotation><xs:documentation>The bulge of the Station, used to represent curves</xs:documentation></xs:annotation></xs:attribute>