Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:position3DCoords / tps:BLH
Namespace tps
Annotations
The position is identified by Latitude, Longitude and Height
Diagram
Type tps:coordsBLHType
Properties
content complex
Model
tps:Latitude , tps:Longitude , tps:Height{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:Height, tps:Latitude, tps:Longitude
Instance
<tps:BLH xmlns:tps="tps">
  <tps:Latitude>{1,1}</tps:Latitude>
  <tps:Longitude>{1,1}</tps:Longitude>
  <tps:Height>{0,1}</tps:Height>
</tps:BLH>
Source
<xs:element name="BLH" type="tps:coordsBLHType">
  <xs:annotation>
    <xs:documentation>The position is identified by Latitude, Longitude and Height</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:position3DCoords / tps:NEH
Namespace tps
Annotations
The position is identified by North, East and Height
Diagram
Type tps:coordsNEHType
Properties
content complex
Model
tps:North , tps:East , tps:Height{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:East, tps:Height, tps:North
Instance
<tps:NEH xmlns:tps="tps">
  <tps:North>{1,1}</tps:North>
  <tps:East>{1,1}</tps:East>
  <tps:Height>{0,1}</tps:Height>
</tps:NEH>
Source
<xs:element name="NEH" type="tps:coordsNEHType">
  <xs:annotation>
    <xs:documentation>The position is identified by North, East and Height</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:position3DCoords / tps:XYZ
Namespace tps
Annotations
The position is identified by X, Y and Z
Diagram
Type tps:coordsXYZType
Properties
content complex
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:XYZ xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:XYZ>
Source
<xs:element name="XYZ" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The position is identified by X, Y and Z</xs:documentation>
  </xs:annotation>
</xs:element>
Element Group tps:position3DCoords
Namespace tps
Annotations
A 3D coord position can be BLH, NEH or XYZ
Diagram
Used by
Complex Type tps:positionType
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')
Children tps:BLH, tps:NEH, tps:XYZ
Source
<xs:group name="position3DCoords">
  <xs:annotation>
    <xs:documentation>A 3D coord position can be BLH, NEH or XYZ</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:element name="BLH" type="tps:coordsBLHType">
        <xs:annotation>
          <xs:documentation>The position is identified by Latitude, Longitude and Height</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NEH" type="tps:coordsNEHType">
        <xs:annotation>
          <xs:documentation>The position is identified by North, East and Height</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="XYZ" type="tps:coordsXYZType">
        <xs:annotation>
          <xs:documentation>The position is identified by X, Y and Z</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:group>