Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:mmGPSTransmitterPositionType / tps:Data
Namespace tps
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:string optional
Source
<xs:element name="Data">
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:Channel
Namespace tps
Diagram
Type restriction of xs:decimal
Properties
content simple
Facets
maxInclusive 4
minInclusive 1
Source
<xs:element name="Channel">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="4"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:Valid
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" name="Valid" type="xs:boolean" minOccurs="0"/>
Element tps:mmGPSTransmitterPositionType / tps:TransmitterPointRef
Namespace tps
Annotations
A reference to Transmitter point
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef required
Source
<xs:element minOccurs="0" name="TransmitterPointRef">
  <xs:annotation>
    <xs:documentation>A reference to Transmitter point</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" use="required"/>
  </xs:complexType>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:LLH
Namespace tps
Annotations
The coordinates of optical center (in WGS84 LLH)
Diagram
Type tps:coordsXYZType
Properties
content complex
minOccurs 0
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:LLH xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:LLH>
Source
<xs:element name="LLH" type="tps:coordsXYZType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The coordinates of optical center (in WGS84 LLH)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:AntennaHeight
Namespace tps
Annotations
The Antenna height
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="AntennaHeight" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Antenna height</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:AntennaHeightOffset
Namespace tps
Annotations
Antenna height offset for the known point.
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="AntennaHeightOffset" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Antenna height offset for the known point.</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:MeasuredVertical
Namespace tps
Annotations
true meas that Antenna was VERTICAL, otherwise means SLANT
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="MeasuredVertical" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>true meas that Antenna was VERTICAL, otherwise means SLANT</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:FixedRodType
Namespace tps
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
Facets
enumeration NONE
enumeration 20M
enumeration 18M
enumeration 15M
Source
<xs:element minOccurs="0" name="FixedRodType">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="NONE"/>
      <xs:enumeration value="20M"/>
      <xs:enumeration value="18M"/>
      <xs:enumeration value="15M"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:KnownPointRef
Namespace tps
Annotations
A reference to the known point.
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef required
Source
<xs:element minOccurs="0" name="KnownPointRef">
  <xs:annotation>
    <xs:documentation>A reference to the known point.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" use="required"/>
  </xs:complexType>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:Resected
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="Resected" type="xs:boolean"/>
Element tps:mmGPSTransmitterPositionType / tps:NumResectedMeasurements
Namespace tps
Annotations
Number of resection measurements.
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="NumResectedMeasurements" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Number of resection measurements.</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:mmGPSTransmitterPositionType / tps:ResectionError
Namespace tps
Annotations
Resection error value
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="ResectionError" type="xs:double">
  <xs:annotation>
    <xs:documentation>Resection error value</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:mmGPSTransmitterPositionType
Namespace tps
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Properties
mixed false
Used by
Model
tps:Data , tps:Channel , tps:Valid{0,1} , tps:TransmitterPointRef{0,1} , tps:LLH{0,1} , tps:AntennaHeight{0,1} , tps:AntennaHeightOffset{0,1} , tps:MeasuredVertical{0,1} , tps:FixedRodType{0,1} , tps:KnownPointRef{0,1} , tps:Resected{0,1} , tps:NumResectedMeasurements{0,1} , tps:ResectionError{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:AntennaHeight, tps:AntennaHeightOffset, tps:Channel, tps:Data, tps:FixedRodType, tps:KnownPointRef, tps:LLH, tps:MeasuredVertical, tps:NumResectedMeasurements, tps:Resected, tps:ResectionError, tps:TransmitterPointRef, tps:Valid
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType mixed="false" name="mmGPSTransmitterPositionType">
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Data">
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:string"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="Channel">
          <xs:simpleType>
            <xs:restriction base="xs:decimal">
              <xs:minInclusive value="1"/>
              <xs:maxInclusive value="4"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element default="false" name="Valid" type="xs:boolean" minOccurs="0"/>
        <xs:element minOccurs="0" name="TransmitterPointRef">
          <xs:annotation>
            <xs:documentation>A reference to Transmitter point</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" use="required"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="LLH" type="tps:coordsXYZType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The coordinates of optical center (in WGS84 LLH)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AntennaHeight" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Antenna height</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AntennaHeightOffset" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Antenna height offset for the known point.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="false" minOccurs="0" name="MeasuredVertical" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>true meas that Antenna was VERTICAL, otherwise means SLANT</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="FixedRodType">
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="NONE"/>
              <xs:enumeration value="20M"/>
              <xs:enumeration value="18M"/>
              <xs:enumeration value="15M"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element minOccurs="0" name="KnownPointRef">
          <xs:annotation>
            <xs:documentation>A reference to the known point.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" use="required"/>
          </xs:complexType>
        </xs:element>
        <xs:element default="false" minOccurs="0" name="Resected" type="xs:boolean"/>
        <xs:element minOccurs="0" name="NumResectedMeasurements" type="xs:decimal">
          <xs:annotation>
            <xs:documentation>Number of resection measurements.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ResectionError" type="xs:double">
          <xs:annotation>
            <xs:documentation>Resection error value</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:mmGPSTransmitterPositionType / tps:Data / @idRef
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:string"/>
Attribute tps:mmGPSTransmitterPositionType / tps:TransmitterPointRef / @idRef
Namespace No namespace
Properties
use required
Used by
Source
<xs:attribute name="idRef" use="required"/>
Attribute tps:mmGPSTransmitterPositionType / tps:KnownPointRef / @idRef
Namespace No namespace
Properties
use required
Used by
Source
<xs:attribute name="idRef" use="required"/>