<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="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>
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>
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>
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)
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>