Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:gpsDopType / tps:HDop
Namespace tps
Annotations
The horizontal Dop value
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="HDop" type="xs:double">
  <xs:annotation>
    <xs:documentation>The horizontal Dop value</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsDopType / tps:VDop
Namespace tps
Annotations
The vertical Dop value
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="VDop" type="xs:double">
  <xs:annotation>
    <xs:documentation>The vertical Dop value</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsDopType / tps:TDop
Namespace tps
Annotations
The total Dop value
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="TDop" type="xs:double">
  <xs:annotation>
    <xs:documentation>The total Dop value</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:gpsDopType
Namespace tps
Annotations
Dop values are horizontal, vertical and total
Diagram
Used by
Model
tps:HDop , tps:VDop , tps:TDop , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:HDop, tps:TDop, tps:VDop
Source
<xs:complexType name="gpsDopType">
  <xs:annotation>
    <xs:documentation>Dop values are horizontal, vertical and total</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HDop" type="xs:double">
      <xs:annotation>
        <xs:documentation>The horizontal Dop value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VDop" type="xs:double">
      <xs:annotation>
        <xs:documentation>The vertical Dop value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TDop" type="xs:double">
      <xs:annotation>
        <xs:documentation>The total Dop value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>