Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:stationType / tps:Name
Namespace tps
Annotations
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>
Element tps:stationType / tps:Position
Namespace tps
Annotations
Represents the position of the Station
Diagram
Type tps:positionType
Properties
content complex
Model
((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'))
Children tps:BLH, tps:Height, tps:NEH, tps:XYZ
Instance
<tps:Position xmlns:tps="tps">
  <tps:BLH>{1,1}</tps:BLH>
  <tps:NEH>{1,1}</tps:NEH>
  <tps:XYZ>{1,1}</tps:XYZ>
  <tps:Height>{1,1}</tps:Height>
</tps:Position>
Source
<xs:element name="Position" type="tps:positionType">
  <xs:annotation>
    <xs:documentation>Represents the position of the Station</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:stationType / tps:PointFlags
Namespace tps
Annotations
Represents a list of point flags (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)
Diagram
Type list of tps:pointAttrType
Properties
content simple
default unknown
Source
<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>
Element tps:stationType / tps:TimeStamp
Namespace tps
Annotations
The creation datetime of the Station
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<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>
Element tps:stationType / tps:Notes
Namespace tps
Annotations
The textual note of the Station
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<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>
Element tps:stationType / tps:GeoidHeight
Namespace tps
Annotations
The geoid height of the Station
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0
Source
<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
Diagram
Used by
Model
tps:Name{0,1} , tps:Position , tps:PointFlags , tps:TimeStamp{0,1} , tps:Notes{0,1} , tps:GeoidHeight{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:GeoidHeight, tps:Name, tps:Notes, tps:PointFlags, tps:Position, tps:TimeStamp
Attributes
QName Type Default Use Annotation
bulge xs:double 0 optional
The bulge of the Station, used to represent curves
id xs:ID optional
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>
Attribute tps:stationType / @id
Namespace No namespace
Annotations
It's the station id, it can be referenced by other elements
Type xs:ID
Properties
content simple
Used by
Complex Type tps:stationType
Source
<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>
Attribute tps:stationType / @bulge
Namespace No namespace
Annotations
The bulge of the Station, used to represent curves
Type xs:double
Properties
default 0
Used by
Complex Type tps:stationType
Source
<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>