<xs:element minOccurs="0" name="Comment" type="xs:string"><xs:annotation><xs:documentation>The comment to the ellipsoid</xs:documentation></xs:annotation></xs:element>
The code of the ellipsoid by The European Petroleum Survey Group
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="EpsgCode" type="xs:string"><xs:annotation><xs:documentation>The code of the ellipsoid by The European Petroleum Survey Group</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Units" type="tps:distanceType" default="meters"><xs:annotation><xs:documentation>The units used in the ellipsoid definition</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Source" type="tps:csSourceType" default="undefined"><xs:annotation><xs:documentation>The source of the ellipsoid</xs:documentation></xs:annotation></xs:element>
The semi-major axis of the ellipsoid. This is distance unit.
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="A" type="xs:double"><xs:annotation><xs:documentation>The semi-major axis of the ellipsoid. This is distance unit.</xs:documentation></xs:annotation></xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="B" type="xs:double"><xs:annotation><xs:documentation>Semi-minor axis. This is distance unit.</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="ellipsoidDefinitionType"><xs:annotation><xs:documentation>Ellipsoid description parameters</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the ellipsoid</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Comment" type="xs:string"><xs:annotation><xs:documentation>The comment to the ellipsoid</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EpsgCode" type="xs:string"><xs:annotation><xs:documentation>The code of the ellipsoid by The European Petroleum Survey Group</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Units" type="tps:distanceType" default="meters"><xs:annotation><xs:documentation>The units used in the ellipsoid definition</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Source" type="tps:csSourceType" default="undefined"><xs:annotation><xs:documentation>The source of the ellipsoid</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="A" type="xs:double"><xs:annotation><xs:documentation>The semi-major axis of the ellipsoid. This is distance unit.</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="0"><xs:element minOccurs="0" name="InvF" type="xs:double"><xs:annotation><xs:documentation>The inverse flattering</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="1" minOccurs="0" name="E" type="xs:double"><xs:annotation><xs:documentation>Eccentricity</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="1" minOccurs="0" name="B" type="xs:double"><xs:annotation><xs:documentation>Semi-minor axis. This is distance unit.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>