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>