Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:mmGPSTransmitterDataType / 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:mmGPSTransmitterDataType / tps:SerialNumber
Namespace tps
Annotations
The serial number of the instrument.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="SerialNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The serial number of the instrument.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterDataType / tps:Firmware
Namespace tps
Annotations
The firmware of the instrument (maximum 32 characters)
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Firmware" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The firmware of the instrument (maximum 32 characters)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterDataType / tps:CalibrationData
Namespace tps
Annotations
The calibration data for TX (a 4x10 matrix)
Diagram
Type restriction of tps:calibrationDataType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
minLength 40
maxLength 40
Source
<xs:element name="CalibrationData" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The calibration data for TX (a 4x10 matrix)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:annotation>
      <xs:documentation>The calibration data is a 4x10 matrix</xs:documentation>
    </xs:annotation>
    <xs:restriction base="tps:calibrationDataType">
      <xs:maxLength value="40"/>
      <xs:minLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterDataType / tps:TransmitterModel
Namespace tps
Annotations
Transmitter model (PZL-1/PZL-1A, or LZ-T5, or LZ-S5 w/ GNSS)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
Facets
enumeration PZL1
enumeration LZT5
enumeration LZS5
Source
<xs:element name="TransmitterModel" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Transmitter model (PZL-1/PZL-1A, or LZ-T5, or LZ-S5 w/ GNSS)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="PZL1"/>
      <xs:enumeration value="LZT5"/>
      <xs:enumeration value="LZS5"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:mmGPSTransmitterDataType / tps:CalibrationTime
Namespace tps
Annotations
Time when field calibration was performed and transmitter was updated.
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="CalibrationTime" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time when field calibration was performed and transmitter was updated.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:mmGPSTransmitterDataType
Namespace tps
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Valid{0,1} , tps:SerialNumber{0,1} , tps:Firmware{0,1} , tps:CalibrationData{0,1} , tps:TransmitterModel{0,1} , tps:CalibrationTime{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:CalibrationData, tps:CalibrationTime, tps:Firmware, tps:SerialNumber, tps:TransmitterModel, 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 name="mmGPSTransmitterDataType">
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element default="false" name="Valid" type="xs:boolean" minOccurs="0"/>
        <xs:element name="SerialNumber" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The serial number of the instrument.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="Firmware" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The firmware of the instrument (maximum 32 characters)</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="CalibrationData" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The calibration data for TX (a 4x10 matrix)</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:annotation>
              <xs:documentation>The calibration data is a 4x10 matrix</xs:documentation>
            </xs:annotation>
            <xs:restriction base="tps:calibrationDataType">
              <xs:maxLength value="40"/>
              <xs:minLength value="40"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="TransmitterModel" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Transmitter model (PZL-1/PZL-1A, or LZ-T5, or LZ-S5 w/ GNSS)</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="PZL1"/>
              <xs:enumeration value="LZT5"/>
              <xs:enumeration value="LZS5"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="CalibrationTime" type="xs:dateTime" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Time when field calibration was performed and transmitter was updated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>