<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)
((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'))
<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>