Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:positionType / tps:Height
Namespace tps
Annotations
Only vertical position is defined
Diagram
Type tps:position1DType
Properties
content simple
Source
<xs:element name="Height" type="tps:position1DType">
  <xs:annotation>
    <xs:documentation>Only vertical position is defined</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:positionType
Namespace tps
Annotations
A position can be BLH, NEH, XYZ, only Height or undefined (empty)
Diagram
Used by
Model
((tps:BLH | tps:NEH | tps:XYZ) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')) | (tps:Height , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps'))
Children tps:BLH, tps:Height, tps:NEH, tps:XYZ
Source
<xs:complexType name="positionType">
  <xs:annotation>
    <xs:documentation>A position can be BLH, NEH, XYZ, only Height or undefined (empty)</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:group ref="tps:position3DCoords">
      <xs:annotation>
        <xs:documentation>A 3D position can be BLH, NEH or XYZ</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:sequence>
      <xs:element name="Height" type="tps:position1DType">
        <xs:annotation>
          <xs:documentation>Only vertical position is defined</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>