Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:gpsAntennaSettingsType / tps:Manufacturer
Namespace tps
Annotations
The name of the manufacturer
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Manufacturer" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the manufacturer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsAntennaSettingsType / tps:Model
Namespace tps
Annotations
The model of the Gnss antenna
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Model" type="xs:string">
  <xs:annotation>
    <xs:documentation>The model of the Gnss antenna</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsAntennaSettingsType / tps:SerialNumber
Namespace tps
Annotations
The serial number of the Gnss antenna
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="SerialNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>The serial number of the Gnss antenna</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:gpsAntennaSettingsType
Namespace tps
Annotations
A Gnss antenna contributes to create a Measurement Session
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Manufacturer , tps:Model , tps:SerialNumber , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Manufacturer, tps:Model, tps:SerialNumber
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="gpsAntennaSettingsType">
  <xs:annotation>
    <xs:documentation>A Gnss antenna contributes to create a Measurement Session</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Manufacturer" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the manufacturer</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Model" type="xs:string">
          <xs:annotation>
            <xs:documentation>The model of the Gnss antenna</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SerialNumber" type="xs:string">
          <xs:annotation>
            <xs:documentation>The serial number of the Gnss antenna</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>