Showing:

Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:mmGPSCalibrationSetType / tps:Name
Namespace tps
Diagram
Properties
minOccurs 0
Source
<xs:element minOccurs="0" name="Name"/>
Element tps:mmGPSCalibrationSetType / tps:TransmitterInfo
Namespace tps
Diagram
Properties
content complex
minOccurs 0
maxOccurs 4
Attributes
QName Type Use
idRef xs:string optional
Source
<xs:element minOccurs="0" maxOccurs="4" name="TransmitterInfo">
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:string"/>
  </xs:complexType>
</xs:element>
Complex Type tps:mmGPSCalibrationSetType
Namespace tps
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Name{0,1} , tps:TransmitterInfo{0,4} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Name, tps:TransmitterInfo
Attributes
QName Type Default Use Annotation
default xs:boolean false optional
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="mmGPSCalibrationSetType">
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element minOccurs="0" name="Name"/>
        <xs:element minOccurs="0" maxOccurs="4" name="TransmitterInfo">
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:string"/>
          </xs:complexType>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
      <xs:attribute default="false" name="default" type="xs:boolean"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:mmGPSCalibrationSetType / tps:TransmitterInfo / @idRef
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:string"/>
Attribute tps:mmGPSCalibrationSetType / @default
Namespace No namespace
Type xs:boolean
Properties
default false
Used by
Source
<xs:attribute default="false" name="default" type="xs:boolean"/>